Skip to content

Commit c3bcdc6

Browse files
authored
Merge pull request #294 from styx-api/distortion-fixes
Various fixes to descriptors used for distortion correction
2 parents d5815b8 + 595dd0d commit c3bcdc6

5 files changed

Lines changed: 17 additions & 29 deletions

File tree

src/niwrap/fsl/6.0.4/applytopup/boutiques.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"schema-version": "0.5+styx",
117117
"output-files": [
118118
{
119-
"path-template": "[OUT]",
119+
"path-template": "[OUT].nii.gz",
120120
"description": "The output warped image.",
121121
"id": "output_file",
122122
"name": "Warped image"

src/niwrap/fsl/6.0.4/convertwarp/boutiques.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convertwarp",
3-
"command-line": "convertwarp [ABSWARP] [CONS_JACOBIAN] [JACOBIAN_MAX] [JACOBIAN_MIN] [MIDMAT] [OUT_ABSWARP] [OUT_RELWARP] [OUTPUT_TYPE] [POSTMAT] [PREMAT] [REFERENCE] [RELWARP] [SHIFT_DIRECTION] [SHIFT_IN_FILE] [WARP1] [WARP2]",
3+
"command-line": "convertwarp [ABSWARP] [CONS_JACOBIAN] [JACOBIAN_MAX] [JACOBIAN_MIN] [MIDMAT] [OUT] [OUT_ABSWARP] [OUT_RELWARP] [OUTPUT_TYPE] [POSTMAT] [PREMAT] [REFERENCE] [RELWARP] [SHIFT_DIRECTION] [SHIFT_IN_FILE] [WARP1] [WARP2]",
44
"author": "FMRIB Analysis Group, University of Oxford",
55
"description": "Use FSL convertwarp for combining multiple transforms into one.",
66
"url": "https://fsl.fmrib.ox.ac.uk/fsl/fslwiki",
@@ -51,6 +51,16 @@
5151
"description": "Name of file containing mid-warp-affine transform.",
5252
"optional": true
5353
},
54+
{
55+
"id": "out",
56+
"name": "Out",
57+
"type": "String",
58+
"value-key": "[OUT]",
59+
"command-line-flag": "--out",
60+
"command-line-flag-separator": "=",
61+
"description": "Name of output file, containing warps that are the combination of all those given as arguments. the format of this will be a field-file (rather than spline coefficients) with any affine components included.",
62+
"optional": false
63+
},
5464
{
5565
"id": "out_abswarp",
5666
"name": "Out abswarp",
@@ -173,13 +183,7 @@
173183
"name": "Out file",
174184
"id": "out_file",
175185
"description": "Name of output file, containing warps that are the combination of all those given as arguments. the format of this will be a field-file (rather than spline coefficients) with any affine components included.",
176-
"path-template": "[REFERENCE]_concatwarp"
177-
},
178-
{
179-
"name": "Out file",
180-
"id": "out_file",
181-
"path-template": "out_file",
182-
"description": "Name of output file, containing the warp as field or coefficients."
186+
"path-template": "[OUT]"
183187
}
184188
],
185189
"schema-version": "0.5+styx"

src/niwrap/fsl/6.0.4/fslmerge/boutiques.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"schema-version": "0.5+styx",
9292
"output-files": [
9393
{
94-
"path-template": "[OUTPUT_FILE]",
94+
"path-template": "[OUTPUT_FILE].nii.gz",
9595
"description": "Output concatenated image file",
9696
"id": "out_file",
9797
"name": "Output File"

src/niwrap/fsl/6.0.4/fugue/boutiques.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fugue",
3-
"command-line": "fugue [ASYM_SE_TIME] [DESPIKE_2DFILTER] [DESPIKE_THRESHOLD] [DWELL_TIME] [DWELL_TO_ASYM_RATIO] [FMAP_IN_FILE] [FMAP_OUT_FILE] [FORWARD_WARPING] [FOURIER_ORDER] [ICORR] [ICORR_ONLY] [IN_FILE] [MASK_FILE] [MEDIAN_2DFILTER] [NO_EXTEND] [NO_GAP_FILL] [NOKSPACE] [OUTPUT_TYPE] [PAVA] [PHASE_CONJUGATE] [PHASEMAP_IN_FILE] [POLY_ORDER] [SAVE_FMAP] [SAVE_SHIFT] [SAVE_UNMASKED_FMAP] [SAVE_UNMASKED_SHIFT] [SHIFT_IN_FILE] [SHIFT_OUT_FILE] [SMOOTH2D] [SMOOTH3D] [UNWARP_DIRECTION] [UNWARPED_FILE] [WARPED_FILE]",
3+
"command-line": "fugue [ASYM_SE_TIME] [DESPIKE_2DFILTER] [DESPIKE_THRESHOLD] [DWELL_TIME] [DWELL_TO_ASYM_RATIO] [FMAP_IN_FILE] [FMAP_OUT_FILE] [FORWARD_WARPING] [FOURIER_ORDER] [ICORR] [ICORR_ONLY] [IN_FILE] [MASK_FILE] [MEDIAN_2DFILTER] [NO_EXTEND] [NO_GAP_FILL] [NOKSPACE] [OUTPUT_TYPE] [PAVA] [PHASE_CONJUGATE] [PHASEMAP_IN_FILE] [POLY_ORDER] [SAVE_UNMASKED_FMAP] [SAVE_UNMASKED_SHIFT] [SHIFT_IN_FILE] [SHIFT_OUT_FILE] [SMOOTH2D] [SMOOTH3D] [UNWARP_DIRECTION] [UNWARPED_FILE] [WARPED_FILE]",
44
"author": "FMRIB Analysis Group, University of Oxford",
55
"description": "FMRIB's Utility for Geometric Unwarping of EPIs",
66
"url": "https://fsl.fmrib.ox.ac.uk/fsl/fslwiki",
@@ -212,22 +212,6 @@
212212
"description": "Apply polynomial fitting of order n.",
213213
"optional": true
214214
},
215-
{
216-
"id": "save_fmap",
217-
"name": "Save fmap",
218-
"type": "Flag",
219-
"value-key": "[SAVE_FMAP]",
220-
"command-line-flag": "--save_fmap",
221-
"description": "Write field map volume."
222-
},
223-
{
224-
"id": "save_shift",
225-
"name": "Save shift",
226-
"type": "Flag",
227-
"value-key": "[SAVE_SHIFT]",
228-
"command-line-flag": "--save_shift",
229-
"description": "Write pixel shift volume."
230-
},
231215
{
232216
"id": "save_unmasked_fmap",
233217
"name": "Save unmasked fmap",

src/niwrap/fsl/6.0.4/topup/boutiques.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@
262262
"name": "Movement parameters file"
263263
},
264264
{
265-
"path-template": "[FOUT]",
265+
"path-template": "[FOUT].nii.gz",
266266
"description": "Image file with field (Hz)",
267267
"id": "fout",
268268
"name": "Field image"
269269
},
270270
{
271-
"path-template": "[IOUT]",
271+
"path-template": "[IOUT].nii.gz",
272272
"description": "4D image file with unwarped images",
273273
"id": "iout",
274274
"name": "Unwarped images"

0 commit comments

Comments
 (0)