DetectorParameters#
-
class VSPEC.params.DetectorParameters(beam_width:
astropy.units.Quantity
, integration_time:astropy.units.Quantity
, ccd: ccdParameters)# Bases:
BaseParameters
Class to store detector parameters for observations.
- Parameters:
beam_width (astropy.units.Quantity) – The beam width of the detector.
integration_time (astropy.units.Quantity) – The integration time of the detector.
ccd (ccdParameters) – The CCD parameters for the detector.
- beam_width#
The beam width of the detector.
- Type:
- integration_time#
The integration time of the detector.
- Type:
- ccd#
The CCD parameters for the detector.
- Type:
Methods Summary
Methods Documentation
- classmethod mirecle()#
MIRECLE setup [1]. Returns a DetectorParameters instance initialized with the MIRECLE setup.
- Returns:
DetectorParameters instance for the MIRECLE setup.
- Return type:
References
[1] Mandell et al. [2022]
- classmethod miri_lrs()#
- classmethod niriss_soss()#