PDFNormalization
- class pyirf.interpolation.PDFNormalization(value)[source]
Bases:
Enum
How a discrete PDF is normalized
Attributes Summary
PDF is normalized to a "normal" area integral of 1
PDF is normalized to 1 over the solid angle integral where the bin edges represent the opening angles of cones in radian.
Attributes Documentation
- AREA = 1
PDF is normalized to a “normal” area integral of 1
- CONE_SOLID_ANGLE = 2
PDF is normalized to 1 over the solid angle integral where the bin edges represent the opening angles of cones in radian.