Telescope pointing parameters recorded during the observation. More...

#include <Pointing.h>

Inheritance diagram for Pointing:
Pulsar::Integration::Extension Reference::Able Reference::HeapTracked

Classes

class  Info
 Extra pointing information. More...

Public Member Functions

 Pointing ()
 Default constructor.
 Pointing (const Pointing &extension)
 Copy constructor.
const Pointingoperator= (const Pointing &extension)
 Assignment operator.
 ~Pointing ()
 Destructor.
Pointingclone () const
 Clone method.
TextInterface::Parserget_interface ()
 Return a text interfaces that can be used to access this instance.
const Pointingoperator+= (const Pointing &extension)
 Addition operator.
void integrate (const Integration *subint)
 Integrate information from another Integration.
void update (const Integration *subint)
 Update information based on the provided Integration.
void update (const Integration *subint, const Archive *archive)
 Update information based on the provided Integration and Archive.
void set_local_sidereal_time (double seconds)
 Set the LST (in seconds) at subint centre.
double get_local_sidereal_time () const
 Get the LST (in seconds) at subint centre.
void set_right_ascension (const Angle &)
 Set the RA (J2000) at subint centre.
Angle get_right_ascension () const
 Get the RA (J2000) at subint centre.
Angle get_hour_angle () const
 Get the hour angle.
void set_declination (const Angle &)
 Set the DEC (J2000) at subint centre.
Angle get_declination () const
 Get the DEC (J2000) at subint centre.
void set_galactic_longitude (const Angle &)
 Set the Gal longitude at subint centre.
Angle get_galactic_longitude () const
 Get the Gal longitude at subint centre.
void set_galactic_latitude (const Angle &)
 Set the Gal latitude at subint centre.
Angle get_galactic_latitude () const
 Get the Gal latitude at subint centre.
void set_feed_angle (const Angle &)
 Set the Feed angle at subint centre.
Angle get_feed_angle () const
 Get the Feed angle at subint centre.
void set_position_angle (const Angle &)
 Set the Position angle of feed at subint centre.
Angle get_position_angle () const
 Get the Position angle of feed at subint centre.
void set_parallactic_angle (const Angle &)
 Set the Parallactic angle at subint centre.
Angle get_parallactic_angle () const
 Get the Parallactic angle at subint centre.
void set_telescope_azimuth (const Angle &)
 Set the Telescope azimuth at subint centre.
Angle get_telescope_azimuth () const
 Get the Telescope azimuth at subint centre.
void set_telescope_zenith (const Angle &)
 Set the Telescope zenith angle at subint centre.
Angle get_telescope_zenith () const
 Get the Telescope zenith angle at subint centre.
unsigned get_ninfo () const
void add_info (Info *)
Infoget_info (unsigned index)
const Infoget_info (unsigned index) const
const Infofind_info (const std::string &) const
Infofind_info (const std::string &)
double get_value (const std::string &) const
void set_value (const std::string &, double value)
TextInterface::Parserget_value_interface (const std::string &)
std::string list_info () const
void edit_info (const std::string &)
std::string get_short_name () const
 Return an abbreviated name that can be typed relatively quickly.
Public Member Functions inherited from Pulsar::Integration::Extension
 Extension (const char *name)
 Construct with a name.
virtual ~Extension ()
 Destructor.
virtual void integrate (const Integration *subint)
 Integrate information from another Integration.
virtual void update (const Integration *subint)
 Update information based on the provided Integration.
std::string get_extension_name () const
 Return the name of the Extension.
Public Member Functions inherited from Reference::Able
 Able (const Able &)
Ableoperator= (const Able &)
unsigned get_reference_count () const
Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
HeapTrackedoperator= (const HeapTracked &)
bool __is_on_heap () const

Protected Attributes

MeanRadian< double > local_sidereal_time
 LST (in seconds) at subint centre.
MeanRadian< double > right_ascension
 RA (J2000, in turns) at subint centre.
MeanRadian< double > declination
 DEC (J2000, in turns) at subint centre.
MeanRadian< double > galactic_longitude
 Gal longitude at subint centre.
MeanRadian< double > galactic_latitude
 Gal latitude at subint centre.
MeanRadian< double > feed_angle
 Feed angle at subint centre.
MeanRadian< double > position_angle
 Position angle of feed at subint centre.
MeanRadian< double > parallactic_angle
 Parallactic angle at subint centre.
MeanRadian< double > telescope_azimuth
 Telescope azimuth at subint centre.
MeanRadian< double > telescope_zenith
 Telescope zenith angle at subint centre.
std::vector< Reference::To< Info > > info
Protected Attributes inherited from Pulsar::Integration::Extension
std::string extension_name
 Extension name - useful when debugging.

Additional Inherited Members

Static Public Member Functions inherited from Pulsar::Integration::Extension
static Extensionfactory (const std::string &name)
 Derived type factory.
Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
static void operator delete (void *location, void *ptr)
static void operator delete (void *location)
static size_t get_heap_queue_size ()
Protected Member Functions inherited from Pulsar::Integration::Extension
const Archiveget_parent (const Integration *subint) const
 Provide Extension derived classes with access to parent Archive.
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Detailed Description

Telescope pointing parameters recorded during the observation.

Member Function Documentation

◆ clone()

Pointing * Pulsar::Pointing::clone ( ) const
inlinevirtual

Clone method.

Implements Pulsar::Integration::Extension.

◆ get_interface()

TextInterface::Parser * Pulsar::Pointing::get_interface ( )
virtual

Return a text interfaces that can be used to access this instance.

Reimplemented from Pulsar::Integration::Extension.

◆ get_short_name()

std::string Pulsar::Pointing::get_short_name ( ) const
inlinevirtual

Return an abbreviated name that can be typed relatively quickly.

Reimplemented from Pulsar::Integration::Extension.

◆ integrate()

void Pulsar::Pointing::integrate ( const Integration * subint)

Integrate information from another Integration.

Calculates the mean of the Pointing attributes.

◆ update()

void Pulsar::Pointing::update ( const Integration * subint,
const Archive * archive )

Update information based on the provided Integration and Archive.

Based on the epoch of the Integration, uses slalib to re-calculate the following Pointing attributes: local_sidereal_time, parallactic_angle, telescope_azimuth, and telescope_zenith.


The documentation for this class was generated from the following files:

Generated using doxygen 1.14.0