Skip to content

Fix flat-field in full-field pipeline

Pierre Paleo requested to merge fix_flatfield into master

In FullFieldPipeline (and associated classes), when resetting the subregion, the darks/flats reader were reset.
However, the corresponding data was not loaded ! It means that potentially all the volume was flat-fielded with the same subregion of darks/flats.

Very strange that this was not spotted earlier.

Close #151 (closed)

Merge request reports