ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

Invalid Pixels Handling#

Reference/API#

ctapipe.image.invalid_pixels Module#

Methods to interpolate broken pixels

Classes#

InvalidPixelHandler(**kwargs)

An abstract base class for algorithms treating invalid pixel data in images

NeighborAverage(**kwargs)

Class Inheritance Diagram#

Inheritance diagram of ctapipe.image.invalid_pixels.InvalidPixelHandler, ctapipe.image.invalid_pixels.NeighborAverage