Closed dkazanc closed 1 year ago
in addition for that particular sample 23565
try to exclude darks like this (this assumes that you have 40 darks in total, 20 in the beginning of the scan and 20 at the end)
ignore_flats: False
ignore_darks: [0:20]
This should pick up only the last series of 20 darks which are OK.
we need to add an option to ignore certain flats and/or darks in the loader as sometimes some of them are not usable.
Ideally we would like to combine a singular selection and a batch selection, e.g. in the list:
ignore_flats: [5, 8:15, 19]
ignore_darks: [0:20]
Also by default it can be:
ignore_flats: False
ignore_darks: False
but when
ignore_flats: True
ignore_darks: True
ALL flats and darks must be ignored....Daniil wrote: