Moon Position
object MoonPosition
Functions
Link copied to clipboard
fun moonAppaGeocentricDeclination(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Apparent Geocentric Declination default in degree
Link copied to clipboard
fun moonAppaGeocentricRightAscension(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Apparent Geocentric Right Ascension default in degree
Link copied to clipboard
fun moonEquatorialHorizontalParallax(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Equatorial Horizontal Parallax default in degree
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun moonGeoBrightLimbAngle(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Geocentric Bright Limb Angle default in degree, x
Link copied to clipboard
fun moonGeocentricDistance(jd: Double, deltaT: Double = 0.0, positionType: PositionType = PositionType.TRUE, distanceType: DistanceType = DistanceType.KM): Double
Moon Geocentric Distance default in true and KM
Link copied to clipboard
fun moonGeocentricLatitude(jd: Double, deltaT: Double = 0.0, positionType: PositionType = PositionType.TRUE, unitType: UnitType = UnitType.DEGREES): Double
Moon Geocentric Latitude default in true and degrees
Link copied to clipboard
fun moonGeocentricLongitude(jd: Double, deltaT: Double = 0.0, positionType: PositionType = PositionType.TRUE, unitType: UnitType = UnitType.DEGREES): Double
Moon Geocentric Longitude default in true and degrees
Link copied to clipboard
fun moonGeoDiskIlluminatedFraction(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Geocentric Disk Illuminated Fraction default in degree, k
Link copied to clipboard
fun moonGeoGreenwichHourAngle(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Geocentric Greenwich Hour Angle default in degree
Link copied to clipboard
Link copied to clipboard
fun moonGeoPhaseAngle(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Geocentric Phase Angle default in degree, i
Link copied to clipboard
fun moonGeoSemidiameter(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon Geocentric Semidiameter default in degree, s
Link copied to clipboard
fun moonSunGeoElongation(jd: Double, deltaT: Double = 0.0, unitType: UnitType = UnitType.DEGREES): Double
Moon-Sun Geocentric Elongation default in degree, d
Link copied to clipboard
Link copied to clipboard
fun moonTopoAltitude(jd: Double, lon: Double, lat: Double, elev: Double = 0.0, deltaT: Double = 0.0, moonAltType: MoonAltType = MoonAltType.AIRLESS_CENTER, temperature: Double = 10.0, pressure: Double = 1010.0): Double
Moon Topocentric Altitude in degree
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard