Skip to content

CCD Corrections integration in pipeline

Pierre Paleo requested to merge ccd_corr into master

This MR adds the "CCD corrections" (thresholded median filter for now) in the full-field pipeline.
Close #133 (closed).

To do:

  • Enforce the same API for CCDCorrection and CudaCCDCorrection
  • Work on 2D images (process cannot be done inplace)
  • Integrate in FullFieldPipeline
  • Integrate in CudaFullFieldPipeline
  • Integrate in CudaFullFieldPipelineLimitedMemory
  • Tests
Edited by Pierre Paleo

Merge request reports