Skip to content

Commit

Permalink
3dDespike (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
birajstha authored Dec 3, 2024
1 parent 4f6702a commit a12e0b2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions descriptors/afni/3dDespike.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3dDespike",
"command-line": "3dDespike [IN_FILE]",
"command-line": "3dDespike [PREFIX] [IN_FILE]",
"author": "AFNI Developers",
"description": "Removes 'spikes' from the 3D+time input dataset and writes a new dataset with the spike values replaced by something more pleasing to the eye.",
"url": "https://afni.nimh.nih.gov/",
Expand All @@ -12,15 +12,23 @@
"value-key": "[IN_FILE]",
"description": "Input file to 3ddespike.",
"optional": false
},
{
"id": "prefix",
"name": "Prefix",
"type": "String",
"value-key": "[PREFIX]",
"command-line-flag": "-prefix",
"description": "Prefix for output file.",
"optional": true
}
],
"output-files": [
{
"name": "Out file",
"id": "out_file",
"path-template": "[IN_FILE]",
"value-key": "[OUT_FILE]",
"command-line-flag": "-prefix",
"value-key": "[PREFIX]",
"path-template": "[PREFIX]",
"optional": true,
"description": "Output file."
}
Expand Down

0 comments on commit a12e0b2

Please sign in to comment.