Skip to content

DFF: add "log_min_clip" and "log_max_clip" parameters

Pierre Paleo requested to merge fix_dff_negative into master

About

Avoid numerical issues when doing -log(filter(projections)) when projections have dubious values.

Close #464 (closed)

To do

  • Use preproc.ccd.Log(..., min_clip, max_clip) in DoubleFlatField
  • Do the same in the cuda backend
  • Integrate in pipeline
  • Update changelog/documentation
  • End-to-end reconstruction test
Edited by Pierre Paleo

Merge request reports