Skip to content

Commit

Permalink
Fix parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
malago86 committed Dec 10, 2021
1 parent ade13ce commit e410843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Victre/Pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ def get_coordinates_dm(self, vx_location):

return location[0], location[1]

def save_DICOM(self, modality="dbt", scaling=Constants.DICOM_SCALING["Siemens"]):
def save_DICOM(self, modality="dbt"):
"""
Saves the DM or DBT images in DICOM format. If present, lesion location will be
stored in a custom tag 0x009900XX where XX is the lesion number.
Expand Down

0 comments on commit e410843

Please sign in to comment.