6 lines
298 B
Python
6 lines
298 B
Python
"""Shared library for the NOAA GOES SUVI pipeline.
|
|
|
|
Modules here are pure and side-effect free unless documented otherwise, so that the
|
|
production drivers (``filter_FITS.py``, ``merger_FITS.py``, ``puller_fits.py``) and
|
|
the test bench (``bench.py``) can share one implementation of every rule.
|
|
"""
|