Skip to content

Commit

Permalink
removed default values
Browse files Browse the repository at this point in the history
  • Loading branch information
birajstha committed Nov 18, 2024
1 parent e58a078 commit bc2cab9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions descriptors/fsl/flirt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
{
"id": "angle_rep",
"name": "Angle rep",
"default-value": "euler",
"type": "String",
"value-key": "[ANGLE_REP]",
"command-line-flag": "-anglerep",
Expand Down Expand Up @@ -50,7 +49,6 @@
"id": "bbrtype",
"name": "Bbrtype",
"type": "String",
"default-value": "signed",
"value-key": "[BBRTYPE]",
"command-line-flag": "-bbrtype",
"description": "'signed' or 'global_abs' or 'local_abs'. Type of bbr cost function: signed [default], global_abs, local_abs.",
Expand Down Expand Up @@ -84,7 +82,6 @@
"id": "coarse_search",
"name": "Coarse search",
"type": "Number",
"default-value": 60,
"integer": true,
"value-key": "[COARSE_SEARCH]",
"command-line-flag": "-coarsesearch",
Expand Down Expand Up @@ -196,7 +193,6 @@
"id": "fine_search",
"name": "Fine search",
"type": "Number",
"default-value": 18,
"integer": true,
"value-key": "[FINE_SEARCH]",
"command-line-flag": "-finesearch",
Expand Down Expand Up @@ -400,7 +396,6 @@
"name": "Sinc width",
"type": "Number",
"integer": true,
"default-value": 7,
"value-key": "[SINC_WIDTH]",
"command-line-flag": "-sincwidth",
"description": "Full-width in voxels.",
Expand Down Expand Up @@ -433,7 +428,6 @@
"id": "verbose",
"name": "Verbose",
"type": "Number",
"default-value": 0,
"integer": true,
"value-key": "[VERBOSE]",
"command-line-flag": "-verbose",
Expand Down

0 comments on commit bc2cab9

Please sign in to comment.