Skip to content

Commit

Permalink
remove hardcoded subject-timepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Jan 8, 2024
1 parent dc7643b commit 0803246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/monitor-dset.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
DSET_HELP = "The Dataset to monitor. If and ID is passed, medperf will be used to identify the dataset. If a path is passed, it will look at that path instead"
MLCUBE_HELP = "The Data Preparation MLCube UID used to create the data"
STAGES_HELP = "Path to stages YAML file containing documentation about the Data Preparation stages"
DEFAULT_SEGMENTATION = "AAAC_00_2008.12.17_duplicate_tumorMask_model_0.nii.gz"
DEFAULT_SEGMENTATION = "tumorMask_model_0.nii.gz"
DEFAULT_STAGES_PATH = os.path.join(os.path.dirname(__file__), "assets/stages.yaml")
BRAINMASK = "brainMask_fused.nii.gz"
REVIEW_FILENAME = "review_cases.tar.gz"
Expand Down

0 comments on commit 0803246

Please sign in to comment.