#include <string>
#include <vector>
#include "CEAngle.h"
#include "CEDate.h"
#include "CENamespace.h"
#include "CEException.h"
#include "sofa.h"
Go to the source code of this file.
◆ CECoordinateType
The following enum specifies what coordinates this object represents.
Enumerator |
---|
CIRS | RA, Dec (referenced at the center of the Earth)
|
ICRS | RA, Dec (referenced at the barycenter of the solarsystem)
|
GALACTIC | Galacitc longitude, latitude.
|
OBSERVED | Azimuth, Zenith (requires additional observer information)
|
Definition at line 39 of file CECoordinates.h.