Closed ktindiana closed 1 year ago
The experiment variable is not passed to append_differential_thresholds() in opsep.py, which causes get_fluence_spectrum() to fail because it needs this variable as input.
This small bug was fixed by passing the needed fields (experiments and flux_types) to append_differential_thresholds.
The experiment variable is not passed to append_differential_thresholds() in opsep.py, which causes get_fluence_spectrum() to fail because it needs this variable as input.