Target Enumeration

Body or location

Definition

Namespace: ASCOM.Tools.Novas31
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public enum Target

Remarks

This numbering convention is used by ephemeris routines; do not confuse with the Body enum, which is used in most other places within NOVAS3.

The numbering convention for 'target' and 'centre' is:

                        0  =  Mercury           7 = Neptune
                        1  =  Venus             8 = Pluto
                        2  =  Earth             9 = Moon
                        3  =  Mars             10 = Sun
                        4  =  Jupiter          11 = Solar system barycentre.
                        5  =  Saturn           12 = Earth-Moon barycentre.
                        6  =  Uranus           13 = Nutations (long. and oblique.)

If nutations are desired, set 'target' = 14; 'centre' will be ignored on that call.

Members

Mercury0 Mercury
Venus1 Venus
Earth2 Earth
Mars3 Mars
Jupiter4 Jupiter
Saturn5 Saturn
Uranus6 Uranus
Neptune7 Neptune
Pluto8 Pluto
Moon9 Moon
Sun10 Sun
SolarSystemBarycentre11 Solar system barycentre
EarthMoonBarycentre12 Earth moon barycentre
Nutations13 Nutations

Version Information

.NET Standard

Supported in: 2.0

See Also