|
| | SzaCalReader (std::string catalogFile) |
| |
| | SzaCalReader () |
| |
| virtual | ~SzaCalReader () |
| |
| void | openCatalogFile () |
| |
| void | closeCatalogFile () |
| |
| PtSrcReader::Source | readNextEntry () |
| |
| bool | eof () |
| |
| PtSrcReader::Source | convertToSource (String &str) |
| |
| | PtSrcReader (std::string catalogFile) |
| |
| | PtSrcReader () |
| |
| void | initialize () |
| |
| virtual | ~PtSrcReader () |
| |
| void | setCatalogFile (std::string catalogFile) |
| |
| std::vector< PtSrcReader::Source > | findSources (HourAngle ra, Declination dec, Angle radius, Flux fMin=minFlux_, Flux fMax=maxFlux_, bool doPrint=true) |
| |
| unsigned | countSources (HourAngle ra, Declination dec, Angle radius, Flux fMin=minFlux_, Flux fMax=maxFlux_) |
| |
| void | indexSources () |
| |
| bool | checkAngle (PtSrcReader::Source &src, HourAngle &ra, Declination &dec, Angle &radius) |
| |
| void | printHeader (std::ostream &os) |
| |
|
virtual void | applyCorrections (Source &src) |
| |
| virtual void | setRaRange (HourAngle &ra, Declination &dec, Angle &radius) |
| |
| SzaCalReader::SzaCalReader |
( |
std::string |
catalogFile | ) |
|
Constructor.
....................................................................... Constructor.
| SzaCalReader::SzaCalReader |
( |
| ) |
|
....................................................................... Constructor.
| SzaCalReader::~SzaCalReader |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
| void SzaCalReader::closeCatalogFile |
( |
| ) |
|
|
virtual |
....................................................................... Close the catalog file
Implements gcp::util::PtSrcReader.
....................................................................... After a line has been read, this method should be called to convert the data to a Source structure.
| bool SzaCalReader::eof |
( |
| ) |
|
|
virtual |
....................................................................... Return true if the input stream for the catalog file is at the EOF mark
Implements gcp::util::PtSrcReader.
| void SzaCalReader::openCatalogFile |
( |
| ) |
|
|
virtual |
....................................................................... Open the catalog file
Implements gcp::util::PtSrcReader.
....................................................................... Read the next entry from the catalog file
Implements gcp::util::PtSrcReader.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/SzaCalReader.h
- gcpCbass/util/common/SzaCalReader.cc