| Home | Trees | Index | Help |
|
|---|
| Package coords :: Module astrodate :: Class JulianDate |
|
| Method Summary | |
|---|---|
__init__(self,
datespec)
| |
All comparisons will be done based on jd attribute | |
__ge__(self,
other)
| |
__gt__(self,
other)
| |
__le__(self,
other)
| |
__lt__(self,
other)
| |
__repr__(self)
| |
| float |
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.
|
| Instance Variable Details |
|---|
datespecDate specification as entered by the user |
jdJulian date
|
mjdModified Julian Date
|
yearDecimal Julian year
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Feb 12 15:01:04 2007 | http://epydoc.sf.net |