Skip to content

Commit

Permalink
WIP: Review how to retrieve parameters of anatomical pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Feb 24, 2021
1 parent 88cb5e5 commit d8d49a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmp/bidsappmanager/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1733,12 +1733,6 @@ def load_dataset(self, ui_info, debug=False):
ui_info.ui.context["object"].anat_pipeline = self.anat_pipeline
loaded_project.t1_available = self.anat_inputs_checked

# loaded_project.parcellation_scheme = get_anat_process_detail_json(
# loaded_project, 'parcellation_stage', 'parcellation_scheme')
# loaded_project.freesurfer_subjects_dir = get_anat_process_detail_json(
# loaded_project, 'segmentation_stage', 'freesurfer_subjects_dir')
# loaded_project.freesurfer_subject_id = get_anat_process_detail_json(
# loaded_project, 'segmentation_stage', 'freesurfer_subject_id')
loaded_project.parcellation_scheme = \
self.anat_pipeline.stages['Parcellation'].config.parcellation_scheme
loaded_project.freesurfer_subjects_dir = \
Expand Down

0 comments on commit d8d49a8

Please sign in to comment.