Public Member Functions | |
w2radialLookUp (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &search, const std::string &wedge, bool inDegrees, const std::string &angularResolution, const std::string &gateWidthResolution, const std::string &range, bool nearestTiltTime) | |
Algorithm constructor, called from w2radialLookUp_main with the command-line options passed in. | |
void | processMoment (const code::RadialSet &data) |
void | processLocations (const code::DataTable &data) |
void | findLocation () |
std::vector< float > | compute (std::vector< float > &arr) |
void | writeOutputs (std::vector< std::vector< float > > &results, std::vector< std::string > &azinfo, std::vector< std::string > &rninfo, std::vector< time_t > tminfo, std::vector< std::string > &values, std::vector< code::DataRow > &rows) |
hailtruth::w2radialLookUp::w2radialLookUp | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | search, | |||
const std::string & | wedge, | |||
bool | inDegrees, | |||
const std::string & | angularResolution, | |||
const std::string & | gateWidthResolution, | |||
const std::string & | range, | |||
bool | nearestTiltTime | |||
) |
Algorithm constructor, called from w2radialLookUp_main with the command-line options passed in.
std::vector<float> hailtruth::w2radialLookUp::compute | ( | std::vector< float > & | arr | ) |
void hailtruth::w2radialLookUp::findLocation | ( | ) |
void hailtruth::w2radialLookUp::processLocations | ( | const code::DataTable & | data | ) |
void hailtruth::w2radialLookUp::processMoment | ( | const code::RadialSet & | data | ) |
void hailtruth::w2radialLookUp::writeOutputs | ( | std::vector< std::vector< float > > & | results, | |
std::vector< std::string > & | azinfo, | |||
std::vector< std::string > & | rninfo, | |||
std::vector< time_t > | tminfo, | |||
std::vector< std::string > & | values, | |||
std::vector< code::DataRow > & | rows | |||
) |