threeML.config.point_source_structure module¶
-
class
threeML.config.point_source_structure.IntegrateMethod(value)[source]¶ Bases:
enum.IntEnumAn enumeration.
-
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: threeML.config.point_source_structure.IntegrateMethod = 0¶
-
max_number_samples: int = 5000¶
-