Practical Astronomy
pa_datetime.py File Reference

Namespaces

 practical_astronomy.pa_datetime
 

Functions

def get_date_of_easter (year)
 
def civil_date_to_day_number (month, day, year)
 
def greenwich_date_to_julian_date (day, month, year)
 
def julian_date_to_greenwich_date (julianDate)
 
def julian_date_day (julianDate)
 
def julian_date_month (julianDate)
 
def julian_date_year (julianDate)
 
def julian_date_to_weekday_name (julianDate)
 
def civil_time_to_decimal_hours (hours, minutes, seconds)
 
def decimal_hour_hour (decimalHours)
 
def decimal_hour_minutes (decimalHours)
 
def decimal_hour_seconds (decimalHours)
 
def decimal_hours_to_civil_time (decimalHours)
 
def local_civil_time_to_universal_time (lctHours, lctMinutes, lctSeconds, isDaylightSavings, zoneCorrection, localDay, localMonth, localYear)
 
def universal_time_to_local_civil_time (utHours, utMinutes, utSeconds, isDayLightSavings, zoneCorrection, gwDay, gwMonth, gwYear)
 
def universal_time_to_greenwich_sidereal_time (utHours, utMinutes, utSeconds, gwDay, gwMonth, gwYear)
 
def greenwich_sidereal_time_to_universal_time (gstHours, gstMinutes, gstSeconds, gwDay, gwMonth, gwYear)
 
def greenwich_sidereal_time_to_local_sidereal_time (gstHours, gstMinutes, gstSeconds, geographicalLongitude)
 
def local_sidereal_time_to_greenwich_sidereal_time (lstHours, lstMinutes, lstSeconds, geographicalLongitude)