Loading doc/source/index.rst +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ Contents s4-syn-no2 obsoper gridding superobs pymods history documentation Loading doc/source/pymod-cso_superobs.rst 0 → 100644 +5 −0 Original line number Diff line number Diff line .. Documentation for module. .. Import documentation from ".py" file: .. automodule:: cso_superobs doc/source/pymods.rst +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ Classes used for specific tasks are implemented in the ``cso_*`` modules. pymod-cso_s5p pymod-cso_file pymod-cso_gridded pymod-cso_superobs pymod-cso_regions pymod-cso_mapping pymod-cso_catalogue Loading doc/source/superobs.rst 0 → 100644 +26 −0 Original line number Diff line number Diff line .. Label between '.. _' and ':' ; use :ref:`text <label>` for reference .. _superobs: ****************** Super-observations ****************** The CSO package contains a tool to average pixels into super-observations. Create super-observations ========================= The configuration of a job to create super-observations looks like:: ! single step: cso.gridded.class : utopya.UtopyaJobStep ! super-observation creation task: cso.gridded.task.class : cso.CSO_SuperObs cso.gridded.task.args : '${PWD}/rc/settings.rc', \ rcbase='cso.superobs' The actual work is done by the :py:class:`.CSO_SuperObs` class, see its description for details on the configuration. py/cso.py +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ Actual implementations can be found in submodules: pymod-cso_s5p_superobs pymod-cso_file pymod-cso_gridded pymod-cso_superobs pymod-cso_regions pymod-cso_mapping pymod-cso_catalogue Loading Loading
doc/source/index.rst +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ Contents s4-syn-no2 obsoper gridding superobs pymods history documentation Loading
doc/source/pymod-cso_superobs.rst 0 → 100644 +5 −0 Original line number Diff line number Diff line .. Documentation for module. .. Import documentation from ".py" file: .. automodule:: cso_superobs
doc/source/pymods.rst +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ Classes used for specific tasks are implemented in the ``cso_*`` modules. pymod-cso_s5p pymod-cso_file pymod-cso_gridded pymod-cso_superobs pymod-cso_regions pymod-cso_mapping pymod-cso_catalogue Loading
doc/source/superobs.rst 0 → 100644 +26 −0 Original line number Diff line number Diff line .. Label between '.. _' and ':' ; use :ref:`text <label>` for reference .. _superobs: ****************** Super-observations ****************** The CSO package contains a tool to average pixels into super-observations. Create super-observations ========================= The configuration of a job to create super-observations looks like:: ! single step: cso.gridded.class : utopya.UtopyaJobStep ! super-observation creation task: cso.gridded.task.class : cso.CSO_SuperObs cso.gridded.task.args : '${PWD}/rc/settings.rc', \ rcbase='cso.superobs' The actual work is done by the :py:class:`.CSO_SuperObs` class, see its description for details on the configuration.
py/cso.py +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ Actual implementations can be found in submodules: pymod-cso_s5p_superobs pymod-cso_file pymod-cso_gridded pymod-cso_superobs pymod-cso_regions pymod-cso_mapping pymod-cso_catalogue Loading