rosalia.attitude
File: Roman_Attitude.py Author: Maxime J Rizzo Email: maxime.j.rizzo@nasa.gov Date: 2025-11-18
Functions
|
Create an optimal grid layout for an arbitrary number of plots |
|
Uses power law transformation for strong edge emphasis Higher power = more edge clustering |
|
|
|
Compute RA and DEC from spacecraft attitude matrix in icrs. |
|
Convert SkyCoord object to unit vector. Parameters: ----------- target: SkyCoord object Returns: vector: numpy array, unit vector representation of target. |
|
Load target coordinates from Excel file. Parameters: ----------- target_list: str, path to Excel file containing target coordinates Returns: tgt_list: list of SkyCoord objects. |
|
|
|
Create a scatter plot with marker sizes based on astronomical magnitudes. |
Classes
|
Spacecraft orientation and pointing for celestial targets. |