BubeConfiguration¶
-
class
BubeConfiguration(energy_ranges)[source]¶ Bases:
objectconfiguration parameters and modules for the Bube process
constructor
Parameters: energy_ranges ([[int, int]]) – different energy ranges (in PI) to extract the images [[low_energy, high_energy],[]] Methods Summary
check_energy_ranges(energy_ranges)check the energy_ranges parameter Methods Documentation
-
check_energy_ranges(energy_ranges)[source]¶ check the energy_ranges parameter
check if energy_ranges is list of [int,int]
Parameters: energy_ranges (any (should be [[int, int]])) – different energy ranges (in PI) to extract the images [[low_energy, high_energy],[]] Returns: energy_ranges Return type: [[int, int]]
-