From 047e54bd84aba92a0ab3235d90c74edf1c30f3a3 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Sat, 26 Sep 2020 17:14:27 +0200 Subject: [PATCH] Note for accuracy of numerical computations added --- docs/source/configuration/common.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/configuration/common.rst b/docs/source/configuration/common.rst index 33025a4..ccb1ce0 100644 --- a/docs/source/configuration/common.rst +++ b/docs/source/configuration/common.rst @@ -50,6 +50,7 @@ res --- *optional* -- The spectral resolution to be used for the computations. + .. code-block:: xml @@ -62,6 +63,8 @@ Attributes: .. note:: Either :ref:`wl_delta` or :ref:`res` must be given in the configuration. + This parameters controls the accuracy of the integration of spectral quantities which is necessary for example for the imaging detector. + Therefore, the user has to balance between computational effort and precision. d_aperture ----------