Coverage for src/susi/reduc/shear_distortion/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.5.0, created at 2025-06-13 14:15 +0000

1""" 

2Implement row shear distortion correction 

3""" 

4 

5from .shear import ShearDistortion 

6from .shear_and_rot_correction import ShearAndRotCorrector, ShearAndRotLoader