sbm.Field#
- class sbm.Field(field: ndarray, spin_n: float, spin_m: float)[source]#
Class to store the field data of detectors
- __init__(field: ndarray, spin_n: float, spin_m: float)[source]#
Initialize the class with field and spin data
- Parameters:
field (np.ndarray) – field data of the detector
spin_n (float) – spin moment of the crossing angle
spin_m (float) – spin moment of the HWP angle
Methods