[Jungfrau][Dark] Set max trains to process dark constants from
Compare changes
offset_abs_threshold_low = [1000, 10000, 10000] # absolute bad pixel threshold in terms of offset, lower values
offset_abs_threshold_high = [8000, 15000, 15000] # absolute bad pixel threshold in terms of offset, upper values
min_trains = 1 # Minimum number of trains that should be available to process dark constants. Default 1.
time_limits = 0.025 # to find calibration constants later on, the integration time is allowed to vary by 0.5 us
elif not (sorted(med_low_settings) in [fixed_settings, dynamic_settings, old_fixed_settings]): # noqa
print(f"\tWARNING: {mod} has {empty_trains} trains with empty data out of {n_trains} trains") # noqa