Skip to content

Not intuitive use of the energy_axis_computation with dynamic energy binning #86

Description

@gabemery

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions