#include <psAstrometry.h>
A container for the observatory data that doesn't change per exposure.
Definition at line 209 of file psAstrometry.h.
Data Fields | |
| const char * | name |
| Name of observatory. | |
| const double | latitude |
| Latitude of observatory, east positive (degrees?). | |
| const double | longitude |
| Longitude of observatory (degrees?). | |
| const double | height |
| Height of observatory in meters. | |
| const double | tlr |
| Tropospheric Lapse Rate. | |
|
|
Height of observatory in meters.
Definition at line 214 of file psAstrometry.h. |
|
|
Latitude of observatory, east positive (degrees?).
Definition at line 212 of file psAstrometry.h. |
|
|
Longitude of observatory (degrees?).
Definition at line 213 of file psAstrometry.h. |
|
|
Name of observatory.
Definition at line 211 of file psAstrometry.h. |
|
|
Tropospheric Lapse Rate.
Definition at line 215 of file psAstrometry.h. |
1.3.9.1