threeML.config.point_source_structure module
- class threeML.config.point_source_structure.IntegrateMethod(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]
-
Bases:
IntEnum- quad = 1
- trapz = 0
- class threeML.config.point_source_structure.PointSourceDefaults(integrate_flux_method: threeML.config.point_source_structure.IntegrateMethod = <IntegrateMethod.trapz: 0>, max_number_samples: int = 5000)[source]
-
Bases:
object- integrate_flux_method: IntegrateMethod = 0
- max_number_samples: int = 5000