2 #ifndef CARMA_SERVICES_EPHEM_FUNCTIONS_H
3 #define CARMA_SERVICES_EPHEM_FUNCTIONS_H
23 std::string
EphemFile(
const std::string& sourceName);
30 bool isEphem(
const std::string& sourceName);
38 bool isPlanet(
const std::string& sourceName);
47 bool isFixed(
const std::string& sourceName);
50 #endif // CARMA_SERVICES_EPHEM_FUNCTIONS_H
std::string EphemFile(const std::string &sourceName)
find out if a source is in an ephemeris table derived from JPL's HORIZON's system.
bool isPlanet(const std::string &sourceName)
return if source is a proper solar system body.
bool isFixed(const std::string &sourceName)
return if source is a supported fixed source (e.g.
bool isEphem(const std::string &sourceName)
return if a sourcename is an ephemeris source.