/* !C ******************************************************************** !Description: Header file sst.h Defines Reynolds "sst" structures. The structure variables of type "pixel_in" contain all necessary inputs for generating a cloud mask for any given pixel. The structure variables of type "pixel_out" contain all output data pertaining to any given pixel, including the final confidence of clear sky. !Revision History: !Team-unique Header: !References and Credits: !END ******************************************************************/ typedef struct { int headerLen1; int startYear; int startMonth; int startDay; int endYear; int endMonth; int endDay; int unknown1; int unknown2; int headerLen2; int numSSTValues1; /*float values[360][180];*/ float values[180][360]; int numSSTValues2; } SST;