yippy.sky_trans#
This module handles the sky transmission map.
Classes#
Simple class that holds the sky transmission map data. |
Module Contents#
- class yippy.sky_trans.SkyTrans(yip_dir, sky_trans_file)[source]#
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.
- Parameters:
yip_dir (pathlib.Path)
sky_trans_file (str)
- data = None#