Skip to content

Commit

Permalink
fix: shortened default pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 17, 2024
1 parent e58fd7b commit 04892b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def downloadSeries(
self,
SeriesInstanceUID: Union[str, list],
downloadDir: str = "./NBIA-Download",
filePattern: str = "%PatientName/%StudyDescription-%StudyDate/%SeriesNumber-%SeriesDescription-%SeriesInstanceUID/%InstanceNumber.dcm",
filePattern: str = "%PatientName/%SeriesNumber-%SeriesInstanceUID/%InstanceNumber.dcm",
overwrite: bool = False,
nParallel: int = 1,
) -> bool:
Expand Down

0 comments on commit 04892b4

Please sign in to comment.