| Home | Trees | Index | Help |
|
|---|
| Package coords :: Module astrodate :: Class BesselDate |
|
| 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)
| |
| float |
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
|
| Instance Variable Details |
|---|
datespecDate specification as entered by the user |
jdJulian date
|
mjdModified Julian Date
|
yearDecimal Besselian year
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Jan 25 14:09:18 2007 | http://epydoc.sf.net |