Skip to content

Commit

Permalink
default group_dose to be True
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmanderson committed Sep 17, 2023
1 parent 8f217d3 commit f1b3464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name='DicomRTTool',
author='Brian Mark Anderson',
author_email='[email protected]',
version='2.1.0',
version='2.1.1',
description='Services for reading dicom files, RT structures, and dose files, as well as tools for '
'converting numpy prediction masks back to an RT structure',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/DicomRTTool/ReaderWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def __init__(self, description='', Contour_Names: List[str]=None, associations:
plan_pydicom_string_keys: PyDicomKeys = None,
struct_pydicom_string_keys: PyDicomKeys = None,
image_sitk_string_keys: SitkDicomKeys = None,
dose_sitk_string_keys: SitkDicomKeys = None, group_dose_by_frame_of_reference=False):
dose_sitk_string_keys: SitkDicomKeys = None, group_dose_by_frame_of_reference=True):
"""
:param description: string, description information to add to .nii files
:param delete_previous_rois: delete the previous RTs within the structure when writing out a prediction
Expand Down

0 comments on commit f1b3464

Please sign in to comment.