From 76727a5c73694c733abcd4224ef308dcf613c334 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Tue, 30 Jun 2020 11:29:05 +0200 Subject: [PATCH] Heterodyne instrument introduced --- docs/source/configuration/sensor.rst | 115 +++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) diff --git a/docs/source/configuration/sensor.rst b/docs/source/configuration/sensor.rst index eae664b..e498564 100644 --- a/docs/source/configuration/sensor.rst +++ b/docs/source/configuration/sensor.rst @@ -224,3 +224,118 @@ Attributes: | The number of pixels to be contained within the photometric aperture. * | **val_unit:** str, *optional* = "pix" | The unit of the number of pixels to be contained within the photometric aperture. This has to be ``pix``. + +Heterodyne +---------- +The heterodyne sensor type allows to model a generic heterodyne radio receiver which uses an local oscillator and an mixer to create spectral images. The heterodyne-component contains several parameters which are explained in the following. All parameters are defined according to the `Guide to GREAT `_. + +.. code-block:: xml + :linenos: + + + + + + + + + + + +aperture_efficiency +^^^^^^^^^^^^^^^^^^^ +The aperture efficiency of the instrument. + +.. code-block:: xml + + + +Attributes: + * | **val:** float + | The value of the aperture efficiency of the instrument. + * | **val_unit:** str, *optional* = "" + | The unit of the aperture efficiency of the instrument. This has to be emtpy (dimensionless). + +main_beam_efficiency +^^^^^^^^^^^^^^^^^^^^ +The main beam efficiency of the instrument. + +.. code-block:: xml + + + +Attributes: + * | **val:** float + | The value of the main beam efficiency of the instrument. + * | **val_unit:** str, *optional* = "" + | The unit of the main beam efficiency of the instrument. This has to be emtpy (dimensionless). + +receiver_temp +^^^^^^^^^^^^^ +The receiver's noise temperature. + +.. code-block:: xml + + + +Attributes: + * | **val:** float + | The receiver's noise temperature. + * | **val_unit:** str, *optional* = "K" + | The unit of the receiver temperature. This has to be on of [``K``, ``Celsius``]. + +eta_fss +^^^^^^^ +The forward scattering efficiency of the detector. + +.. code-block:: xml + + + +Attributes: + * | **val:** float + | The forward scattering efficiency of the detector. + * | **val_unit:** str, *optional* = "" + | The unit of the forward scattering efficiency of the instrument. This has to be emtpy (dimensionless). + +lambda_line +^^^^^^^^^^^ +The wavelength of the observed line. + +.. code-block:: xml + + + +Attributes: + * | **val:** float + | The wavelength of the observed line. + * | **val_unit:** str, *optional* = "m" + | The unit of the observed line wavelength. This has to be on of [``nm``, ``um``, ``mm``, ``cm``, ``m``]. + +kappa +^^^^^ +The instrument's backend degradation factor. + +.. code-block:: xml + + + +Attributes: + * | **val:** float + | The instrument's backend degradation factor. + * | **val_unit:** str, *optional* = "" + | The unit of the backend degradation factor. This has to be emtpy (dimensionless). + +n_on +^^^^ +The number of on-source observations per off-source observation. + +.. code-block:: xml + + + +Attributes: + * | **val:** float + | The number of on-source observations per off-source observation. + * | **val_unit:** str, *optional* = "" + | The unit of the number of on-source observations per off-source observation. This has to be emtpy (dimensionless).