Documentation ============= Welcome to the documentation for ``amwrap``, a Python wrapper for Scott Paine's atmospheric radiative transfer code AM. For details on AM see the official Zenodo links to the `source`_ and `documentation`_. Further information can be found on Scott Paine's `website`_. This package provides a simple interface for configuring vertical profiles of atmospheric physical properties and then predicting observed quantities such as transmittance, delay, sky brightness temperature, and opacity. See the :doc:`Installation ` for installation instructions. The source code may be found on `GitHub`_. .. toctree:: :name: mastertoc :maxdepth: 2 :caption: Pages: Homepage installation quickstart userguide recipes .. toctree:: :maxdepth: 1 :caption: API Documentation: developer amwrap Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _source: https://zenodo.org/records/13748403 .. _documentation: https://zenodo.org/records/13748391 .. _website: https://lweb.cfa.harvard.edu/~spaine/am/index.html .. _GitHub: https://github.com/autocorr/amwrap