Skip to content

Commit

Permalink
Merge pull request #483 from jdkent/clean_figures_json
Browse files Browse the repository at this point in the history
[FIX] update naming patterns in figures.json
  • Loading branch information
effigies authored Mar 19, 2020
2 parents 1e2b5f3 + 7edd0fb commit 3b8bab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions niworkflows/reports/figures.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
{
"name": "echo",
"pattern": "[_/\\\\]echo-([0-9]+)\\_bold."
"pattern": "[_/\\\\]echo-([0-9]+)"
},
{
"name": "recording",
Expand Down Expand Up @@ -112,7 +112,7 @@
],

"default_path_patterns": [
"sub-{subject}[/ses-{session}]/{datatype<anat|figures>}/sub-{subject}[_ses-{session}][_acq-{acquisition}][_ce-{contrast}][_rec-{reconstruction}][_space-{space}][_desc-{desc}]_{suffix<T1w|T2w|T1rho|T1map|T2map|T2star|FLAIR|FLASH|PDmap|PD|PDT2|inplaneT[12]|angio|dseg|mask>}.{extension<html|svg>}",
"sub-{subject}[/ses-{session}]/{datatype<anat|figures>}/sub-{subject}[_ses-{session}][_acq-{acquisition}][_ce-{ceagent}][_rec-{reconstruction}][_space-{space}][_desc-{desc}]_{suffix<T1w|T2w|T1rho|T1map|T2map|T2star|FLAIR|FLASH|PDmap|PD|PDT2|inplaneT[12]|angio|dseg|mask>}.{extension<html|svg>}",
"sub-{subject}[/ses-{session}]/{datatype<func|figures>}/sub-{subject}[_ses-{session}]_task-{task}[_acq-{acquisition}][_ce-{ceagent}][_dir-{direction}][_rec-{reconstruction}][_run-{run}][_echo-{echo}][_space-{space}][_desc-{desc}]_{suffix<bold>}.{extension<html|svg>}"
]
}

0 comments on commit 3b8bab2

Please sign in to comment.