Coverage for src/susi/analyse/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.5.0, created at 2025-08-20 15:55 +0000

1""" 

2The `analyse` package provides tools to inspect data in any state of the reduction process. 

3""" 

4 

5from .shifts import ShiftAnalyser 

6from .contrast import ContrastAnalyser 

7from .movie_jitter import movie 

8from .img_rotation import RotationAnalysis, RotationCorrection 

9from .grid_rot_and_shear import RotAndShearAnalysis