A Mount that can compute its own projection transformation.
More...
#include <MountProjection.h>
|
static size_t | get_instance_count () |
| Returns the current number instances in existence.
|
|
static void * | operator new (size_t size, void *ptr=0) |
| Records the addresses of new instances allocated on the heap.
|
|
static void | operator delete (void *location, void *ptr) |
| Placement delete overload to match the placement new overload.
|
|
static void | operator delete (void *location) |
| Regular delete overload.
|
|
static size_t | get_heap_queue_size () |
| Return the number of heap addresses awaiting processing.
|
|
virtual void | build () const |
| Lazily evaluate lst and hour_angle.
|
|
bool | get_built () const |
| Return true when outputs reflect inputs.
|
|
Handle * | __reference (bool active) const |
| Add the address of a reference to this object. More...
|
|
void | __dereference (bool auto_delete=true) const |
| Remove the address of a reference to this object. More...
|
|
double | declination |
| The declination of the source in radians.
|
|
double | right_ascension |
| The right ascension of the source in radians.
|
|
double | latitude |
| The latitude of the observatory in radians.
|
|
double | longitude |
| The latitude of the observatory in radians East of Greenwich.
|
|
MJD | epoch |
| The epoch.
|
|
double | lst |
| The LST in radians.
|
|
double | hour_angle |
| The hour angle in radians.
|
|
Matrix< 3, 3, double > | source_basis |
| Basis pointing to source in celestial reference frame.
|
|
Matrix< 3, 3, double > | observatory_basis |
| Basis pointing to observatory in celestial reference frame.
|
|
A Mount that can compute its own projection transformation.
The documentation for this class was generated from the following file: