Skip to content

Commit

Permalink
page_number added (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudiiiiiiii authored Jan 2, 2025
1 parent d5ce4f1 commit 964bc4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymchelper/readers/fluka.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def parse_usrbin(self, estimator):
for det_no, detector in enumerate(usr_object.detector):
page = Page(estimator=estimator)
page.title = detector.name
page.page_number = det_no
# USRBIN doesn't support differential binning type, only spatial binning is allowed

axes_description = UsrbinScoring.get_axes_description(detector.type)
Expand Down

0 comments on commit 964bc4b

Please sign in to comment.