DetectorParameters#

class VSPEC.params.observation.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#

The beam width of the detector.

Type:

astropy.units.Quantity

integration_time#

The integration time of the detector.

Type:

astropy.units.Quantity

ccd#

The CCD parameters for the detector.

Type:

ccdParameters

classmethod mirecle()#

MIRECLE setup [1]. Returns a DetectorParameters instance initialized with the MIRECLE setup.

Returns:

DetectorParameters instance for the MIRECLE setup.

Return type:

DetectorParameters

References

[1] Mandell et al. [2022]