Coverage for src/susi/base/config/reduc.py: 100%
5 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#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3"""
4Module to specify configuration of various reduction steps
6@author: iglesias
7"""
8from dataclasses import dataclass
11@dataclass
12class Reduc:
14 # ====== Slit flat shift ======
15 #: Order of the polinomial to fit the slit flat shift
16 slit_shift_proc_param: int = 2