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

Class BesselDate



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)
float jyear(self)
Return the julian year using the already-converted 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 Besselian year

Method Details

__equals__(self, other)

All comparisons will be done based on jd attribute

jyear(self)

Return the julian year using the already-converted julian date
Returns:
Decimal Julian 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 Besselian year
Type:
float

Generated by Epydoc 2.1 on Thu Jan 25 14:09:18 2007 http://epydoc.sf.net