Package coords :: Module astrodate :: Class JulianDate
[show private | hide private]
[frames | no frames]

Class JulianDate



Method Summary
  __init__(self, datespec)
  __equals__(self, other)
All comparisons will be done based on jd attribute
  __ge__(self, other)
  __gt__(self, other)
  __le__(self, other)
  __lt__(self, other)
  __repr__(self)
float byear(self)
Return Besselian year based on previously calculated julian date.

Instance Variable Summary
  datespec: Date specification as entered by the user
float jd: Julian date
float mjd: Modified Julian Date
float year: Decimal Julian year

Method Details

__equals__(self, other)

All comparisons will be done based on jd attribute

byear(self)

Return Besselian year based on previously calculated julian date.
Returns:
decimal Besselian year
           (type=float)

Instance Variable Details

datespec

Date specification as entered by the user

jd

Julian date
Type:
float

mjd

Modified Julian Date
Type:
float

year

Decimal Julian year
Type:
float

Generated by Epydoc 2.1 on Mon Feb 12 15:01:04 2007 http://epydoc.sf.net