Skip to content

Commit 86979d1

Browse files
committed
updated to fileformats to vendor namespace
1 parent 097f9e7 commit 86979d1

File tree

87 files changed

+226
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+226
-226
lines changed

example-specs/interface/nipype/afni/interfaces/afn_ito_nifti.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
# from the nipype interface, but you may want to be more specific, particularly
3737
# for file types, where specifying the format also specifies the file that will be
3838
# passed to the field in the automatically generated unittests.
39-
in_file: fileformats.medimage_afni.ThreeD
39+
in_file: fileformats.vendor.afni.medimage.ThreeD
4040
# type=file|default=<undefined>: input file to 3dAFNItoNIFTI
4141
callable_defaults:
4242
# dict[str, str] - names of methods/callable classes defined in the adjacent `*_callables.py`

example-specs/interface/nipype/afni/interfaces/calc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ outputs:
7272
# from the nipype interface, but you may want to be more specific, particularly
7373
# for file types, where specifying the format also specifies the file that will be
7474
# passed to the field in the automatically generated unittests.
75-
out_file: fileformats.medimage_afni.All1
75+
out_file: fileformats.vendor.afni.medimage.All1
7676
# type=file: output file
7777
# type=file|default=<undefined>: output image file name
7878
callables:

example-specs/interface/nipype/afni/interfaces/cat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ outputs:
5656
# from the nipype interface, but you may want to be more specific, particularly
5757
# for file types, where specifying the format also specifies the file that will be
5858
# passed to the field in the automatically generated unittests.
59-
out_file: fileformats.medimage_afni.OneD
59+
out_file: fileformats.vendor.afni.medimage.OneD
6060
# type=file: output file
6161
# type=file|default='catout.1d': output (concatenated) file name
6262
callables:

example-specs/interface/nipype/afni/interfaces/convert_dset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ outputs:
5454
# from the nipype interface, but you may want to be more specific, particularly
5555
# for file types, where specifying the format also specifies the file that will be
5656
# passed to the field in the automatically generated unittests.
57-
out_file: fileformats.medimage_afni.Dset
57+
out_file: fileformats.vendor.afni.medimage.Dset
5858
# type=file: output file
5959
# type=file|default=<undefined>: output file for ConvertDset
6060
callables:

example-specs/interface/nipype/afni/interfaces/deconvolve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ outputs:
7575
# type=file|default=<undefined>: output statistics file
7676
reml_script: generic/file
7777
# type=file: automatically generated script to run 3dREMLfit
78-
x1D: fileformats.medimage_afni.OneD
78+
x1D: fileformats.vendor.afni.medimage.OneD
7979
# type=file: save out X matrix
8080
# type=file|default=<undefined>: specify name for saved X matrix
8181
callables:

example-specs/interface/nipype/afni/interfaces/eval.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ inputs:
3939
# from the nipype interface, but you may want to be more specific, particularly
4040
# for file types, where specifying the format also specifies the file that will be
4141
# passed to the field in the automatically generated unittests.
42-
in_file_a: fileformats.medimage_afni.OneD
42+
in_file_a: fileformats.vendor.afni.medimage.OneD
4343
# type=file|default=<undefined>: input file to 1deval
4444
in_file_b: generic/file
4545
# type=file|default=<undefined>: operand file to 1deval
@@ -63,7 +63,7 @@ outputs:
6363
# from the nipype interface, but you may want to be more specific, particularly
6464
# for file types, where specifying the format also specifies the file that will be
6565
# passed to the field in the automatically generated unittests.
66-
out_file: fileformats.medimage_afni.OneD
66+
out_file: fileformats.vendor.afni.medimage.OneD
6767
# type=file: output file
6868
# type=file|default=<undefined>: output image file name
6969
callables:

example-specs/interface/nipype/afni/interfaces/notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
# from the nipype interface, but you may want to be more specific, particularly
3737
# for file types, where specifying the format also specifies the file that will be
3838
# passed to the field in the automatically generated unittests.
39-
in_file: fileformats.medimage_afni.Head
39+
in_file: fileformats.vendor.afni.medimage.Head
4040
# type=file|default=<undefined>: input file to 3dNotes
4141
callable_defaults:
4242
# dict[str, str] - names of methods/callable classes defined in the adjacent `*_callables.py`

example-specs/interface/nipype/afni/interfaces/one_d_tool_py.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ inputs:
3131
# from the nipype interface, but you may want to be more specific, particularly
3232
# for file types, where specifying the format also specifies the file that will be
3333
# passed to the field in the automatically generated unittests.
34-
in_file: fileformats.medimage_afni.OneD
34+
in_file: fileformats.vendor.afni.medimage.OneD
3535
# type=file|default=<undefined>: input file to OneDTool
3636
show_cormat_warnings: generic/file
3737
# type=file|default=<undefined>: Write cormat warnings to a file

example-specs/interface/nipype/afni/interfaces/remlfit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ inputs:
5151
# type=file|default=<undefined>: filename of 3D mask dataset; only data time series from within the mask will be analyzed; results for voxels outside the mask will be set to zero.
5252
matim: generic/file
5353
# type=file|default=<undefined>: read a standard file as the matrix. You can use only Col as a name in GLTs with these nonstandard matrix input methods, since the other names come from the 'matrix' file. These mutually exclusive options are ignored if 'matrix' is used.
54-
matrix: fileformats.medimage_afni.OneD
54+
matrix: fileformats.vendor.afni.medimage.OneD
5555
# type=file|default=<undefined>: the design matrix file, which should have been output from Deconvolve via the 'x1D' option
5656
slibase: generic/file+list-of
5757
# type=inputmultiobject|default=[]: similar to 'addbase' in concept, BUT each specified file must have an integer multiple of the number of slices in the input dataset(s); then, separate regression matrices are generated for each slice, with the first column of the file appended to the matrix for the first slice of the dataset, the second column of the file appended to the matrix for the first slice of the dataset, and so on. Intended to help model physiological noise in FMRI, or other effects you want to regress out that might change significantly in the inter-slice time intervals. This will slow the program down, and make it use a lot more memory (to hold all the matrix stuff).

example-specs/interface/nipype/afni/interfaces/retroicor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ inputs:
5858
# type=file|default=<undefined>: Filename for 1D cardiac phase output
5959
in_file: medimage/nifti1
6060
# type=file|default=<undefined>: input file to 3dretroicor
61-
resp: fileformats.medimage_afni.OneD
61+
resp: fileformats.vendor.afni.medimage.OneD
6262
# type=file|default=<undefined>: 1D respiratory waveform data for correction
6363
respphase: generic/file
6464
# type=file|default=<undefined>: Filename for 1D resp phase output

0 commit comments

Comments
 (0)