Currently, self.energy_axis_computation is not updated when using the dynamic energy binning.
It means that the value stored in the class can be different from the actually used axis, and that it is harder to access the information without dirrectly passing the axis in function calls.
Proposed fix : change BaseAcceptanceMapCreator._compute_dynamic_energy_axis to update the self.energy_axis_computation instead of returning the axis.
It would also simplify the bin size computation for #77.
Currently, self.energy_axis_computation is not updated when using the dynamic energy binning.
It means that the value stored in the class can be different from the actually used axis, and that it is harder to access the information without dirrectly passing the axis in function calls.
Proposed fix : change BaseAcceptanceMapCreator._compute_dynamic_energy_axis to update the self.energy_axis_computation instead of returning the axis.
It would also simplify the bin size computation for #77.