Skip to content

Commit

Permalink
3dBlurToFWHM (#183)
Browse files Browse the repository at this point in the history
* adding prefix

* Remove tags

---------

Co-authored-by: Florian Rupprecht <[email protected]>
  • Loading branch information
birajstha and nx10 authored Nov 23, 2024
1 parent 8652062 commit 5464918
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions descriptors/afni/3dBlurToFWHM.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3dBlurToFWHM",
"command-line": "3dBlurToFWHM [AUTOMASK] [BLURMASTER] [FWHM] [FWHMXY] [IN_FILE] [MASK] [OUT_FILE] [OUTPUTTYPE]",
"command-line": "3dBlurToFWHM [AUTOMASK] [BLURMASTER] [FWHM] [FWHMXY] [IN_FILE] [MASK] [OUTPUTTYPE] [PREFIX]",
"author": "AFNI Developers",
"description": "Blurs a 'master' dataset until it reaches a specified FWHM smoothness (approximately).",
"url": "https://afni.nimh.nih.gov/",
Expand Down Expand Up @@ -66,7 +66,20 @@
"value-key": "[OUTPUTTYPE]",
"description": "'nifti' or 'afni' or 'nifti_gz'. Afni output filetype.",
"optional": true,
"value-choices": ["NIFTI", "AFNI", "NIFTI_GZ"]
"value-choices": [
"NIFTI",
"AFNI",
"NIFTI_GZ"
]
},
{
"id": "prefix",
"name": "Prefix",
"type": "String",
"value-key": "[PREFIX]",
"command-line-flag": "-prefix",
"description": "Prefix for output dataset.",
"optional": true
}
],
"output-files": [
Expand All @@ -75,16 +88,8 @@
"id": "out_file",
"optional": true,
"description": "Output image file name.",
"path-template": "[IN_FILE]_afni",
"value-key": "[OUT_FILE]",
"command-line-flag": "-prefix"
},
{
"name": "Out file",
"id": "out_file",
"path-template": "out_file",
"optional": true,
"description": "Output file."
"path-template": "[PREFIX]",
"value-key": "[PREFIX]"
}
],
"tool-version": "24.2.06",
Expand Down

0 comments on commit 5464918

Please sign in to comment.