CppEphem
Classes | Enumerations
CESkyCoord.h File Reference
#include <string>
#include <vector>
#include "CEAngle.h"
#include "CEDate.h"
#include "CENamespace.h"
#include "CEException.h"
#include "CEObserver.h"
#include "CECoordinates.h"
#include "sofa.h"
Include dependency graph for CESkyCoord.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CESkyCoord
 

Enumerations

enum  CESkyCoordType {
  CESkyCoordType::CIRS =0, CESkyCoordType::ICRS =1, CESkyCoordType::GALACTIC =2, CESkyCoordType::OBSERVED =3,
  CESkyCoordType::ECLIPTIC =4
}
 The following enum specifies what coordinates this object represents. More...
 

Enumeration Type Documentation

◆ CESkyCoordType

enum CESkyCoordType
strong

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)

ECLIPTIC 

Ecliptic longitude, latitude.

Definition at line 39 of file CESkyCoord.h.