Ask a Question | Search PSRCHIVE: |
Home
|
Mount.h void set_hour_angle(double rad) Set the hour_angle in radians. Definition: Mount.C:79 void set_observatory_latitude(double latitude) Set the latitude of the observatory in radians. Definition: Mount.C:39 bool get_built() const Return true when outputs reflect inputs. Definition: Mount.C:163 double longitude The latitude of the observatory in radians East of Greenwich. Definition: Mount.h:81 void set_source_coordinates(const sky_coord &coords) Set the coordinates of the source. Definition: Mount.C:31 double get_hour_angle() const Get the hour_angle in radians. Definition: Mount.C:86 void set_observatory_longitude(double longitude) Set the longitude of the observatory in radians East of Greenwich. Definition: Mount.C:51 Matrix< 3, 3, double > observatory_basis Basis pointing to observatory in celestial reference frame. Definition: Mount.h:96 void set_epoch(const MJD &epoch) Set the epoch in Modified Julian Days. Definition: Mount.C:63 virtual std::vector< std::pair< double, Mount * > > slew_times(const sky_coord &coords) Return all possible slew times and resulting telescope states. Definition: Mount.C:169 virtual double get_vertical() const =0 Get the vertical angle (rotation about the line of sight) double get_local_sidereal_time() const Get the LST in radians. Definition: Mount.C:100 void set_local_sidereal_time(double rad) Set the LST in radians. Definition: Mount.C:93 Matrix< 3, 3, double > source_basis Basis pointing to source in celestial reference frame. Definition: Mount.h:93 double right_ascension The right ascension of the source in radians. Definition: Mount.h:75 Generated using doxygen 1.8.17
|