Coverage for src/susi/reduc/__init__.py: 100%
7 statements
« prev ^ index » next coverage.py v7.5.0, created at 2025-06-13 14:15 +0000
« prev ^ index » next coverage.py v7.5.0, created at 2025-06-13 14:15 +0000
1"""
2The `reduc` package provides the data reduction pipeline for the SUSI instrument.
3"""
4from .average import *
5from .demodulation import *
6from .pipeline import *
7from .fitting import *
8from .poincare_rotation import *
9from .fields import *
10from .shear_distortion import *