
.. 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.

