TNO Intern

Commit 1b7e5ad7 authored by Arjo Segers's avatar Arjo Segers
Browse files

Added templates for CrIS processing and description.

parent 085be140
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line

.. Label between '.. _' and ':' ; use :ref:`text <label>` for reference
.. _cris-nh3-processing:

************************
CrIS NH3 data processing
************************

This chapter describes the tasks performed for processing CrIS NH\ :sub:`3` data.


.. _cris-nh3-product:

Product description
===================

The `Cross-track Infrared Sounder (CrIS) <https://www.earthdata.nasa.gov/data/instruments/cris>`_
is a NASA instrument observing wavelengths in the infrared region.

The *CrIS Fast Physical Retrieval* (CFPR) Ammonia (NH\ :sub:`3`) product is develloped by
`Environment and Climate Change Canada (ECCC) <https://www.canada.ca/en/environment-climate-change.html>`_.
A description can be found here:

* `CrIS_NH3_data_usage_statement.pdf <https://hpfx.collab.science.gc.ca/~mas001/satellite_ext/cris/snpp/nh3/v1_6_4/CrIS_NH3_data_usage_statement.pdf>`_
+3 −0
Original line number Diff line number Diff line
@@ -53,7 +53,10 @@ The source tree of the documentation files is:
  * `pymod-cso_colocate.rst <../../source/pymod-cso_colocate.rst>`_
  * `pymod-cso_plot.rst <../../source/pymod-cso_plot.rst>`_
  * `pymod-cso_s5p.rst <../../source/pymod-cso_s5p.rst>`_
  * `pymod-cso_viirs.rst <../../source/pymod-cso_viirs.rst>`_
  * `pymod-cso_cris.rst <../../source/pymod-cso_cris.rst>`_
  * `pymod-cso_dataspace.rst <../../source/pymod-cso_dataspace.rst>`_
  * `pymod-cso_colhub.rst <../../source/pymod-cso_colhub.rst>`_
  * `pymods.rst <../../source/pymods.rst>`_
  * `documentation.rst <../../source/documentation.rst>`_

+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ Contents
   s5p-o3
   s4-syn-no2
   viirs-aod
   cris-nh3
   obsoper
   gridding
   superobs
+5 −0
Original line number Diff line number Diff line
.. Documentation for module.

.. Import documentation from ".py" file:
.. automodule:: cso.cso_cris
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ Overview of the Python module(s) and classes.
   pymod-cso_earthaccess
   pymod-cso_s5p
   pymod-cso_viirs
   pymod-cso_cris
   pymod-cso_file
   pymod-cso_gridded
   pymod-cso_superobs
Loading