Public Member Functions | |
CloudCoverAlg (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &nwCorner_lat_lon, const std::string &seCorner_lat_lon, const std::string &grid_spacing_lat_lon, const std::string &everyEminutes, bool writeIntermediateProducts, bool isPlayback) | |
Algorithm constructor, called from w2cloudcover_main with the command-line options passed in. | |
void | processSurfaceTemperature (const code::LatLonGrid &data) |
void | processInfraredTemperature (const code::LatLonGrid &data) |
void | processWindField (const code::WindFieldStruct< code::LatLonGrid > &data) |
w2cc::CloudCoverAlg::CloudCoverAlg | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | nwCorner_lat_lon, | |||
const std::string & | seCorner_lat_lon, | |||
const std::string & | grid_spacing_lat_lon, | |||
const std::string & | everyEminutes, | |||
bool | writeIntermediateProducts, | |||
bool | isPlayback | |||
) |
Algorithm constructor, called from w2cloudcover_main with the command-line options passed in.
void w2cc::CloudCoverAlg::processInfraredTemperature | ( | const code::LatLonGrid & | data | ) |
void w2cc::CloudCoverAlg::processSurfaceTemperature | ( | const code::LatLonGrid & | data | ) |
void w2cc::CloudCoverAlg::processWindField | ( | const code::WindFieldStruct< code::LatLonGrid > & | data | ) |