Skip to content

Commit

Permalink
started to manual touch up auto-conv yaml specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jan 11, 2024
1 parent fe79dd0 commit 38e182c
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 480 deletions.
4 changes: 2 additions & 2 deletions nipype-auto-conv/specs/accuracy_tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ inputs:
# passed to the field in the automatically generated unittests.
trained_wts_file: generic/file
# type=file|default=<undefined>: trained-weights file
mel_icas: generic/directory+list-of
mel_icas: medimage-fsl/melodic-ica+list-of
# type=inputmultiobject|default=[]: Melodic output directories
output_directory: generic/directory
output_directory: Path
# type=directory: Path to folder in which to store the results of the accuracy test.
# type=directory|default=<undefined>: Path to folder in which to store the results of the accuracy test.
metadata:
Expand Down
8 changes: 4 additions & 4 deletions nipype-auto-conv/specs/apply_mask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ inputs:
# from the nipype interface, but you may want to be more specific, particularly
# for file types, where specifying the format also specifies the file that will be
# passed to the field in the automatically generated unittests.
mask_file: generic/file
mask_file: medimage/nifti-gz
# type=file|default=<undefined>: binary image defining mask space
in_file: generic/file
in_file: medimage/nifti-gz
# type=file|default=<undefined>: image to operate on
metadata:
# dict[str, dict[str, any]] - additional metadata to set on any of the input fields (e.g. out_file: position: 1)
Expand All @@ -37,15 +37,15 @@ outputs:
# from the nipype interface, but you may want to be more specific, particularly
# for file types, where specifying the format also specifies the file that will be
# passed to the field in the automatically generated unittests.
out_file: generic/file
out_file: medimage/nifti-gz
# type=file: image written after calculations
# type=file|default=<undefined>: image to write
callables:
# dict[str, str] - names of methods/callable classes defined in the adjacent `*_callables.py`
# to set to the `callable` attribute of output fields
templates:
# dict[str, str] - `output_file_template` values to be provided to output fields
out_file: out_file
out_file: out_file.nii.gz
# type=file: image written after calculations
# type=file|default=<undefined>: image to write
requirements:
Expand Down
12 changes: 6 additions & 6 deletions nipype-auto-conv/specs/apply_warp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ inputs:
# from the nipype interface, but you may want to be more specific, particularly
# for file types, where specifying the format also specifies the file that will be
# passed to the field in the automatically generated unittests.
in_file: generic/file
in_file: medimage/nifti-gz
# type=file|default=<undefined>: image to be warped
ref_file: generic/file
ref_file: medimage/nifti-gz
# type=file|default=<undefined>: reference image
field_file: generic/file
field_file: medimage/nifti-gz
# type=file|default=<undefined>: file containing warp field
premat: generic/file
premat: Path
# type=file|default=<undefined>: filename for pre-transform (affine matrix)
postmat: generic/file
postmat: Path
# type=file|default=<undefined>: filename for post-transform (affine matrix)
mask_file: generic/file
mask_file: Path
# type=file|default=<undefined>: filename for mask image (in reference space)
metadata:
# dict[str, dict[str, any]] - additional metadata to set on any of the input fields (e.g. out_file: position: 1)
Expand Down
132 changes: 0 additions & 132 deletions nipype-auto-conv/specs/fslx_command.yaml

This file was deleted.

1 change: 0 additions & 1 deletion nipype-auto-conv/specs/fslx_command_callables.py

This file was deleted.

78 changes: 0 additions & 78 deletions nipype-auto-conv/specs/l2_model.yaml

This file was deleted.

1 change: 0 additions & 1 deletion nipype-auto-conv/specs/l2_model_callables.py

This file was deleted.

85 changes: 0 additions & 85 deletions nipype-auto-conv/specs/level_1_design.yaml

This file was deleted.

1 change: 0 additions & 1 deletion nipype-auto-conv/specs/level_1_design_callables.py

This file was deleted.

Loading

0 comments on commit 38e182c

Please sign in to comment.