Module

JulianDays

Methods

# static getApparentLocalSiderealTime(jd, lng) → {Hour}

The apparent local mean sidereal time (sun's clock time) for a given julian day, corrected for the nutation, at a given longitude on Earth
Parameters:
Name Type Description
jd JulianDay The julian day
lng Degree The longitude

View Source juliandays.ts, line 81

Hour

# static getDate(jd) → {Date}

Computes the date corresponding to the Julian Day
Parameters:
Name Type Description
jd JulianDay The julian day

View Source juliandays.ts, line 15

Date

# static getJulianCentury(jd) → {JulianCentury}

The Julian Century (time interval of 36525 days)
Parameters:
Name Type Description
jd JulianDay The initial julian day

View Source juliandays.ts, line 117

# static getJulianDay(args) → {JulianDay}

Computes the Julian day for a given date.
Parameters:
Name Type Description
args

View Source juliandays.ts, line 23

The julian day
JulianDay

# static getJulianDayMidnight(jd) → {JulianDay}

The Julian Day of Midnight UTC for a given Julian Day.
Parameters:
Name Type Description
jd JulianDay The initial julian day

View Source juliandays.ts, line 99

JulianDay

# static getJulianDayMidnightDynamicalTime(jd) → {JulianDay}

The Julian Day of Midnight Dynamical Time (not exactly equal to UTC) for a given Julian Day. When computing rise, transit and set times, the input equatorial coordinates must be first computed at these times.
Parameters:
Name Type Description
jd JulianDay The initial julian day

View Source juliandays.ts, line 109

JulianDay

# static getJulianMillenium(jd) → {JulianMillenium}

The Julian Millenium (time interval of 365250 days)
Parameters:
Name Type Description
jd JulianDay The initial julian day

View Source juliandays.ts, line 126

# static getLocalSiderealTime(jd, lng) → {Hour}

The local mean sidereal time (sun's clock time) for a given julian day at a given longitude on Earth
Parameters:
Name Type Description
jd JulianDay The julian day
lng Degree The longitude

View Source juliandays.ts, line 65

Hour

# static getModifiedJulianDay(jd) → {number}

Modified julian day
Parameters:
Name Type Description
jd JulianDay The julian day

View Source juliandays.ts, line 91

The modified Julian Day
number