ObservationParameters#
-
class VSPEC.params.ObservationParameters(observation_time:
astropy.units.Quantity
, integration_time:astropy.units.Quantity
)# Bases:
BaseParameters
Class storing parameters for observations.
- Parameters:
observation_time (astropy.units.Quantity) – The total duration of the observation.
integration_time (astropy.units.Quantity) – The integration time of each epoch of observation.
- observation_time#
The total duration of the observation.
- Type:
- integration_time#
The integration time of each epoch of observation.
- Type:
- Raises:
ValueError – If the integration time is longer than the total observation time.
Attributes Summary
Total number of images based on the observation time and integration time.
Attributes Documentation