Closed rpoleski closed 1 year ago
In trajectory.py functions _annual_parallax_trajectory() and _satellite_parallax_trajectory() seems to be not used and not needed. Please verify it and remove the functions.
trajectory.py
_annual_parallax_trajectory()
_satellite_parallax_trajectory()
Removed code. As a result, the 'delta' keyword in _project_delta() was no longer needed, so I removed that too. See commit 7c930c0.
@rpoleski : Please review.
In
trajectory.py
functions_annual_parallax_trajectory()
and_satellite_parallax_trajectory()
seems to be not used and not needed. Please verify it and remove the functions.