diff --git a/scripts/monitor-dset.py b/scripts/monitor-dset.py index 6515dc8cb..16985ce39 100644 --- a/scripts/monitor-dset.py +++ b/scripts/monitor-dset.py @@ -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"