new Ephemeris: {
moon: {
position: {
phaseDecimal: float // property which returns a 0.0 - 0.99 representation of the phase.
phaseDaysDistance: float // positive float indicating distance from closest phase quarter
shapeDirectionString: string // 'Waxing' or 'Waning' depending on the phaseDecimal value
shapeString: string // 'Crescent' or 'Gibbous' depending on the illuminatedFraction
quarterApproximationValue: float // the amount (in days) in either direction of a quarter event to allow for determining the approximate quarter phase. Defaults to 1.5 days in either direction of a quarter event.
quarterApproximationString: string // QUARTER EVENT<'New Moon', 'First Quarter', 'Full Moon', 'Last Quarter'> determined by the phaseDecimal and quarterApproximationValue
quarterApproximationDirectionString: string // "Entering" or "Leaving" the quarter approximation
withinQuarterApproximation: boolean // true/false determined by whether phaseDecimal is inside of quarterApproximationValue
}
orbit: {
meanAscendingNode: {
apparentLongitude: float
apparentLongitudeString: string
apparentLongitude30String: string
},
meanDescendingNode: {...},
meanPerigee: {...},
meanApogee: {...}
}
}
}