TransformParameters
- class romancal.orientation.set_telescope_pointing.TransformParameters(allow_default: bool = False, aperture: str = '', default_quaternion: tuple | None = None, gscommanded: tuple | None = None, obsend: float | None = None, obsstart: float | None = None, pointing: Pointing | Any = None, reduce_func: Callable | None = None, service_kwargs: dict | None = None, tolerance: float = 60.0, velocity: tuple | None = None)[source]
Bases:
objectParameters required for the calculations.
Attributes Summary
If telemetry cannot be determined, use existing information in the observation's header.
Aperture in use
Default quaternion to use if engineering is not available.
Commanded position of the guide star in (H, V) space.
Observation end time
Observation start time
Reduction function to use on values.
Engineering database information
If no telemetry can be found during the observation, the time, in seconds, beyond the observation time to search for telemetry.
Methods Summary
Return a dict where all values are REPR of their values.
Update pointing information.
Attributes Documentation
- allow_default: bool = False
If telemetry cannot be determined, use existing information in the observation’s header.
- aperture: str = ''
Aperture in use
- default_quaternion: tuple | None = None
Default quaternion to use if engineering is not available.
- gscommanded: tuple | None = None
Commanded position of the guide star in (H, V) space.
- obsend: float | None = None
Observation end time
- obsstart: float | None = None
Observation start time
- pointing: Pointing | Any = None
- reduce_func: Callable | None = None
Reduction function to use on values.
- service_kwargs: dict | None = None
Engineering database information
- tolerance: float = 60.0
If no telemetry can be found during the observation, the time, in seconds, beyond the observation time to search for telemetry.
- velocity: tuple | None = None
Methods Documentation