IASI Code Collection
Data Fields
iasi_raw_t Struct Reference

IASI raw Level-1 data. More...

#include <libiasi.h>

Data Fields

long ntrack
 Number of along-track samples. More...
 
float IDefSpectDWn1b [L1_NTRACK]
 Constants for radiation spectrum (must be equal to the expected constant). More...
 
int32_t IDefNsfirst1b [L1_NTRACK]
 Constants for radiation spectrum (must be equal to the expected constant). More...
 
int32_t IDefNslast1b [L1_NTRACK]
 Constants for radiation spectrum (must be equal to the expected constant). More...
 
double Time [L1_NTRACK][IASI_NXTRACK]
 Time (seconds since 2000-01-01T00:00Z). More...
 
double Loc [L1_NTRACK][IASI_NXTRACK][IASI_PM][2]
 Location of the sounder pixel (long,lat). More...
 
float Wavenumber [IASI_L1_NCHAN]
 Wavenumbers are computed with the expected values. More...
 
short int Radiation [L1_NTRACK][IASI_NXTRACK][IASI_PM][IASI_L1_NCHAN]
 Radiance [W/(m^2 sr m^-1)]. More...
 
unsigned int Sat_z [L1_NTRACK]
 Satellite altitude [m]. More...
 

Detailed Description

IASI raw Level-1 data.

Definition at line 256 of file libiasi.h.

Field Documentation

◆ ntrack

long iasi_raw_t::ntrack

Number of along-track samples.

Definition at line 259 of file libiasi.h.

◆ IDefSpectDWn1b

float iasi_raw_t::IDefSpectDWn1b[L1_NTRACK]

Constants for radiation spectrum (must be equal to the expected constant).


Definition at line 262 of file libiasi.h.

◆ IDefNsfirst1b

int32_t iasi_raw_t::IDefNsfirst1b[L1_NTRACK]

Constants for radiation spectrum (must be equal to the expected constant).


Definition at line 265 of file libiasi.h.

◆ IDefNslast1b

int32_t iasi_raw_t::IDefNslast1b[L1_NTRACK]

Constants for radiation spectrum (must be equal to the expected constant).


Definition at line 268 of file libiasi.h.

◆ Time

double iasi_raw_t::Time[L1_NTRACK][IASI_NXTRACK]

Time (seconds since 2000-01-01T00:00Z).

Definition at line 271 of file libiasi.h.

◆ Loc

double iasi_raw_t::Loc[L1_NTRACK][IASI_NXTRACK][IASI_PM][2]

Location of the sounder pixel (long,lat).

Definition at line 274 of file libiasi.h.

◆ Wavenumber

float iasi_raw_t::Wavenumber[IASI_L1_NCHAN]

Wavenumbers are computed with the expected values.

Definition at line 277 of file libiasi.h.

◆ Radiation

short int iasi_raw_t::Radiation[L1_NTRACK][IASI_NXTRACK][IASI_PM][IASI_L1_NCHAN]

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

Definition at line 280 of file libiasi.h.

◆ Sat_z

unsigned int iasi_raw_t::Sat_z[L1_NTRACK]

Satellite altitude [m].

Definition at line 283 of file libiasi.h.


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