ImageCleaner#
- class protopipe.pipeline.ImageCleaner(config, cameras, mode='tail')[source]#
Bases:
object
Class applying image cleaning. It can handle wavelet or tail-cuts-based methods.
- Parameters
- config: dict
Configuration file with sections corresponding to wave or tail
- mode: str
Model corresponding to wave or tail
Methods Summary
clean_image
(img, geom)Clean image according to configuration
initialise_clean_opt
(cameras)Initialise cleaner according to the different camera type
Methods Documentation