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.

Image Volume Reduction#

Algorithms for reducing image size via volume selection and other methods.

Reference/API#

ctapipe.image.reducer Module#

Algorithms for the data volume reduction.

Classes#

DataVolumeReducer(**kwargs)

Base component for data volume reducers.

NullDataVolumeReducer(**kwargs)

Perform no data volume reduction

TailCutsDataVolumeReducer(**kwargs)

Reduce the time integrated shower image in 3 Steps:

Class Inheritance Diagram#

Inheritance diagram of ctapipe.image.reducer.DataVolumeReducer, ctapipe.image.reducer.NullDataVolumeReducer, ctapipe.image.reducer.TailCutsDataVolumeReducer