mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-28 19:33:21 -04:00
Removed unused earth-tilt field tt from C, C#, Python.
The `tt` field in the internal earth-tilt data structure was used only in the JavaScript version. Removed it from the other languages.
This commit is contained in:
@@ -1426,7 +1426,6 @@ class _e_tilt:
|
||||
self.deps = e.deps
|
||||
self.mobl = _mean_obliq(time.tt)
|
||||
self.tobl = self.mobl + (e.deps / 3600.0)
|
||||
self.tt = time.tt
|
||||
self.ee = e.dpsi * math.cos(math.radians(self.mobl)) / 15.0
|
||||
|
||||
def _ecl2equ_vec(time, ecl):
|
||||
|
||||
Reference in New Issue
Block a user