SatelliteCameraViewer.ecliptic module
ecliptic
- SatelliteCameraViewer.ecliptic.body(which: str, obs_time: datetime)[source]
body - return the position (in RA/DEC) for a specific solar system body (Sun and Moon being the use cases).
- Parameters:
obs_time (datetime`) – Time of observation.
- Returns:
The RA/DEC of the body
- Return type:
tuple(float, float)
- SatelliteCameraViewer.ecliptic.ecliptic(nsteps: int = 180)[source]
ecliptic - Caculate the ecliptic line.
- Parameters:
nsteps (int) – Numer of steps to use in returned line.
- Returns:
a series of points to describe the ecliptic line.
- Return type:
np.array
- SatelliteCameraViewer.ecliptic.galactic_plane(nsteps: int = 180)[source]
galactic_plane - Caculate the galatic plane.
- Parameters:
nsteps (int) – Numer of steps to use in returned line.
- Returns:
a series of points to describe the galatic plane.
- Return type:
np.array