yippy.sky_trans
===============

.. py:module:: yippy.sky_trans

.. autoapi-nested-parse::

   This module handles the sky transmission map.



Classes
-------

.. autoapisummary::

   yippy.sky_trans.SkyTrans


Module Contents
---------------

.. py:class:: SkyTrans(yip_dir, sky_trans_file)

   Simple class that holds the sky transmission map data.

   This is essentially a placeholder class until I have a better idea of how
   the sky transmission map will be used in the pipeline.

   Attributes:
       data:
           Sky transmission map data.


   .. py:attribute:: data
      :value: None



   .. py:method:: __call__()

      Returns the sky transmission map data.



