#include <psAstrometry.h>
Collaboration diagram for psExposure:

Several quantities from the telescope in order to make a first guess at the astrometric solution. From these quantities, further quantities can be derivedand stored for later use.
Definition at line 223 of file psAstrometry.h.
Data Fields | |
| const double | ra |
| Telescope boresight, right ascention. | |
| const double | dec |
| Telescope boresight, declination. | |
| const double | hourAngle |
| Hour angle. | |
| const double | zenithDistance |
| Zenith distance. | |
| const double | azimuth |
| Azimuth. | |
| const psTime * | time |
| Time of observation. | |
| const float | rotAngle |
| Rotator position angle in degrees? XXX: see bug#209. | |
| const float | temperature |
| Air temperature in Kelvin. | |
| const float | pressure |
| Air pressure in mB. | |
| const float | humidity |
| Relative humidity, for refraction. | |
| const float | exposureTime |
| Exposure time. | |
| const float | wavelength |
| Wavelength in microns. | |
| const psObservatory * | observatory |
| Observatory data. | |
| const double | lst |
| Local Sidereal Time. | |
| const float | positionAngle |
| Position angle. | |
| const float | parallacticAngle |
| Parallactic angle. | |
| const float | airmass |
| Airmass, calculated from zenith distance. | |
| const float | parallacticFactor |
| Parallactic factor. | |
| const char * | cameraName |
| name of camera which provided exposure | |
| const char * | telescopeName |
| name of telescope which provided exposure | |
|
|
Airmass, calculated from zenith distance.
Definition at line 243 of file psAstrometry.h. |
|
|
Azimuth.
Definition at line 229 of file psAstrometry.h. |
|
|
name of camera which provided exposure
Definition at line 245 of file psAstrometry.h. |
|
|
Telescope boresight, declination.
Definition at line 226 of file psAstrometry.h. |
|
|
Exposure time.
Definition at line 235 of file psAstrometry.h. |
|
|
Hour angle.
Definition at line 227 of file psAstrometry.h. |
|
|
Relative humidity, for refraction.
Definition at line 234 of file psAstrometry.h. |
|
|
Local Sidereal Time.
Definition at line 240 of file psAstrometry.h. |
|
|
Observatory data.
Definition at line 237 of file psAstrometry.h. |
|
|
Parallactic angle.
Definition at line 242 of file psAstrometry.h. |
|
|
Parallactic factor.
Definition at line 244 of file psAstrometry.h. |
|
|
Position angle.
Definition at line 241 of file psAstrometry.h. |
|
|
Air pressure in mB.
Definition at line 233 of file psAstrometry.h. |
|
|
Telescope boresight, right ascention.
Definition at line 225 of file psAstrometry.h. |
|
|
Rotator position angle in degrees? XXX: see bug#209.
Definition at line 231 of file psAstrometry.h. |
|
|
name of telescope which provided exposure
Definition at line 246 of file psAstrometry.h. |
|
|
Air temperature in Kelvin.
Definition at line 232 of file psAstrometry.h. |
|
|
Time of observation.
Definition at line 230 of file psAstrometry.h. |
|
|
Wavelength in microns.
Definition at line 236 of file psAstrometry.h. |
|
|
Zenith distance.
Definition at line 228 of file psAstrometry.h. |
1.4.1