Jvinniec / CppEphem

CppEphem is a self-contained ephemeris package written in C++. It allows computation of celestial coordinate and date conversions and planet ephemerides by leveraging the Standards of Fundamental Astronomy (SOFA) software (included in the repo). It is C++11 compatible.
2 stars 2 forks source link

Remove deprecated functions in CECoordinates #25

Closed Jvinniec closed 5 years ago

Jvinniec commented 5 years ago

The following methods in CECoordinates are deprecated and should be removed in a future release (tentatively v1.4).

Functions replace by CEAngle class

Constructors

Additionally... The methods identified in issue #20 as providing duplicate functionality should be removed as well in the next release. Specifically the long forms of the conversion methods that don't rely on CppEphem functions.

Jvinniec commented 5 years ago

CECoordinates has been replaced by the CESkyCoord class. CECoordinates will be removed at some point in the future. That point is currently unknown, but it is noted that users should no longer be using CECoordinates.