#include <psCoord.h>
Both detector and sky positions will be used extensively in the IPP. One coordinate system to be used is cubic coordinates for which additional care must often be taken in comparison to an angular coordinate system.
Definition at line 71 of file psCoord.h.
Data Fields | |
| double | x |
| cos (DEC) cos (RA) | |
| double | y |
| cos (DEC) sin (RA) | |
| double | z |
| sin (DEC) | |
| double | xErr |
| Error in x. | |
| double | yErr |
| Error in y. | |
| double | zErr |
| Error in z. | |
|
|
cos (DEC) cos (RA)
|
|
|
Error in x.
|
|
|
cos (DEC) sin (RA)
|
|
|
Error in y.
|
|
|
sin (DEC)
|
|
|
Error in z.
|
1.4.2