Skip to content

Commit

Permalink
Update descriptors/afni/3dTproject.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 authored Nov 19, 2024
1 parent 884da46 commit a35ca43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions descriptors/afni/3dTproject.json
Original file line number Diff line number Diff line change
@@ -53,9 +53,9 @@
"description": "'kill' or 'zero' or 'ntrp'. Specifies how censored time points are treated in the output dataset:* mode = zero -- put zero values in their place; output dataset is same length as input* mode = kill -- remove those time points; output dataset is shorter than input* mode = ntrp -- censored values are replaced by interpolated neighboring (in time) non-censored values, before any projections, and then the analysis proceeds without actual removal of any time points -- this feature is to keep the spanish inquisition happy.* the default mode is kill !!!.",
"optional": true,
"value-choices": [
"KILL",
"ZERO",
"NTRP"
"kill",
"zero",
"ntrp"
]
},
{

0 comments on commit a35ca43

Please sign in to comment.