30 { AnglePair::operator=(co); return * this; }
33 sky_coord ( const double d1, const double d2);
35 const sky_coord& setJRaDecMS( long int ra, long int dec);
43 Angle & ra() { return angle1; }
44 Angle & dec() { return angle2; }
47 const AnglePair & getRaDec() const { return * this; }
48 const Angle & ra() const { return angle1; }
49 const Angle & dec() const { return angle2; }
59 std::ostream& operator<< (std::ostream& ostr, const sky_coord& coord);
62 std::istream& operator>> (std::istream& istr, sky_coord& coord);
65 sky_coord hmsdms ( const std::string& ra, const std::string& dec);
A convenient exception handling class. Definition: Error.h:54
const Observatory * observatory(const std::string &telescope_name) Return the Observatory data given the telescope name. Definition: Observatory.C:130
static const Site * location(const std::string &antenna) Get the location of the named antenna. Definition: Site_location.C:22
AnglePair class : useful for sky positions. Definition: Angle.h:165
Class for dealing with angular info. Definition: Angle.h:27
const std::string get_message() const Get the error message. Definition: Error.C:133
Class for sky coordinates. Definition: sky_coord.h:19
Site coordinates. Definition: Site.h:25
Generated using doxygen 1.8.17
|