typedef struct { SCAN_TIME scanTime; float32 geolocation[208][2]; TMI_SCAN_STATUS scanStatus; NAVIGATION navigate; int8 dataFlag[208]; int8 rainFlag[208]; int8 surfaceFlag[208]; float32 surfaceRain[208]; float32 convectRain[208]; float32 confidence[208]; int16 cldWater_scale[208][14]; float32 cldWater[208][14]; int16 precipWater_scale[208][14]; float32 precipWater[208][14]; int16 cldIce_scale[208][14]; float32 cldIce[208][14]; int16 precipIce_scale[208][14]; float32 precipIce[208][14]; int16 latentHeat_scale[208][14]; float32 latentHeat[208][14]; } L2A_12_SWATHDATA;