IASI Code Collection
Data Fields
iasi_rad_t Struct Reference

IASI converted Level-1 radiation data. More...

#include <libiasi.h>

Data Fields

int ntrack
 Number of along-track samples. More...
 
double freq [IASI_L1_NCHAN]
 channel wavenumber [cm^-1] More...
 
double Time [L1_NTRACK][L1_NXTRACK]
 Seconds since 2000-01-01 for each sounder pixel. More...
 
double Longitude [L1_NTRACK][L1_NXTRACK]
 Longitude of the sounder pixel. More...
 
double Latitude [L1_NTRACK][L1_NXTRACK]
 Latitude of the sounder pixel. More...
 
float Rad [L1_NTRACK][L1_NXTRACK][IASI_L1_NCHAN]
 Radiance [W/(m^2 sr cm^-1)]. More...
 
double Sat_z [L1_NTRACK]
 Altitude of the satellite. More...
 
double Sat_lon [L1_NTRACK]
 Estimated longitude of the satellite. More...
 
double Sat_lat [L1_NTRACK]
 Estimated latitude of the satellite. More...
 

Detailed Description

IASI converted Level-1 radiation data.

Definition at line 288 of file libiasi.h.

Field Documentation

◆ ntrack

int iasi_rad_t::ntrack

Number of along-track samples.

Definition at line 291 of file libiasi.h.

◆ freq

double iasi_rad_t::freq[IASI_L1_NCHAN]

channel wavenumber [cm^-1]

Definition at line 294 of file libiasi.h.

◆ Time

double iasi_rad_t::Time[L1_NTRACK][L1_NXTRACK]

Seconds since 2000-01-01 for each sounder pixel.

Definition at line 297 of file libiasi.h.

◆ Longitude

double iasi_rad_t::Longitude[L1_NTRACK][L1_NXTRACK]

Longitude of the sounder pixel.

Definition at line 300 of file libiasi.h.

◆ Latitude

double iasi_rad_t::Latitude[L1_NTRACK][L1_NXTRACK]

Latitude of the sounder pixel.

Definition at line 303 of file libiasi.h.

◆ Rad

float iasi_rad_t::Rad[L1_NTRACK][L1_NXTRACK][IASI_L1_NCHAN]

Radiance [W/(m^2 sr cm^-1)].

Definition at line 306 of file libiasi.h.

◆ Sat_z

double iasi_rad_t::Sat_z[L1_NTRACK]

Altitude of the satellite.

Definition at line 309 of file libiasi.h.

◆ Sat_lon

double iasi_rad_t::Sat_lon[L1_NTRACK]

Estimated longitude of the satellite.

Definition at line 312 of file libiasi.h.

◆ Sat_lat

double iasi_rad_t::Sat_lat[L1_NTRACK]

Estimated latitude of the satellite.

Definition at line 315 of file libiasi.h.


The documentation for this struct was generated from the following file: