diff --git a/master/api/niworkflows-anat-ants-1.pdf b/master/api/niworkflows-anat-ants-1.pdf
index 6d3aa0858c5..e4c516ab766 100644
Binary files a/master/api/niworkflows-anat-ants-1.pdf and b/master/api/niworkflows-anat-ants-1.pdf differ
diff --git a/master/api/niworkflows-anat-ants-2.pdf b/master/api/niworkflows-anat-ants-2.pdf
index bf850843229..d3051616ca0 100644
Binary files a/master/api/niworkflows-anat-ants-2.pdf and b/master/api/niworkflows-anat-ants-2.pdf differ
diff --git a/master/api/niworkflows-anat-ants-3.pdf b/master/api/niworkflows-anat-ants-3.pdf
index 0b5b02eab21..5af0996a421 100644
Binary files a/master/api/niworkflows-anat-ants-3.pdf and b/master/api/niworkflows-anat-ants-3.pdf differ
diff --git a/master/api/niworkflows-anat-coregistration-1.pdf b/master/api/niworkflows-anat-coregistration-1.pdf
index c51488029c9..e1d5a1ff375 100644
Binary files a/master/api/niworkflows-anat-coregistration-1.pdf and b/master/api/niworkflows-anat-coregistration-1.pdf differ
diff --git a/master/api/niworkflows-anat-freesurfer-1.pdf b/master/api/niworkflows-anat-freesurfer-1.pdf
index f9c39f636a9..aac654fa2fd 100644
Binary files a/master/api/niworkflows-anat-freesurfer-1.pdf and b/master/api/niworkflows-anat-freesurfer-1.pdf differ
diff --git a/master/api/niworkflows-anat-skullstrip-1.pdf b/master/api/niworkflows-anat-skullstrip-1.pdf
index ab4a340fa9f..33a22d38cfe 100644
Binary files a/master/api/niworkflows-anat-skullstrip-1.pdf and b/master/api/niworkflows-anat-skullstrip-1.pdf differ
diff --git a/master/api/niworkflows-func-util-1.pdf b/master/api/niworkflows-func-util-1.pdf
index 7a823aaa258..02effffd391 100644
Binary files a/master/api/niworkflows-func-util-1.pdf and b/master/api/niworkflows-func-util-1.pdf differ
diff --git a/master/api/niworkflows-func-util-2.pdf b/master/api/niworkflows-func-util-2.pdf
index 2da9492a365..2f4567d0e3a 100644
Binary files a/master/api/niworkflows-func-util-2.pdf and b/master/api/niworkflows-func-util-2.pdf differ
diff --git a/master/api/niworkflows-func-util-3.pdf b/master/api/niworkflows-func-util-3.pdf
index 5fd9d2f3af2..7c986fbe01a 100644
Binary files a/master/api/niworkflows-func-util-3.pdf and b/master/api/niworkflows-func-util-3.pdf differ
diff --git a/master/api/niworkflows-workflows-epi-refmap-1.pdf b/master/api/niworkflows-workflows-epi-refmap-1.pdf
index b1da0147125..58f9847a6e7 100644
Binary files a/master/api/niworkflows-workflows-epi-refmap-1.pdf and b/master/api/niworkflows-workflows-epi-refmap-1.pdf differ
diff --git a/master/api/niworkflows.engine.workflows.html b/master/api/niworkflows.engine.workflows.html
index 32dab5ff15a..8d0e10ffe91 100644
--- a/master/api/niworkflows.engine.workflows.html
+++ b/master/api/niworkflows.engine.workflows.html
@@ -343,7 +343,7 @@
-
class niworkflows.engine.workflows.LiterateWorkflow(name, base_dir=None)[source]
-Bases: Workflow
+Bases: Workflow
Controls the setup and execution of a pipeline of processes.
-
diff --git a/master/api/niworkflows.interfaces.confounds.html b/master/api/niworkflows.interfaces.confounds.html
index 5f0342ede20..0fe07b7a1e2 100644
--- a/master/api/niworkflows.interfaces.confounds.html
+++ b/master/api/niworkflows.interfaces.confounds.html
@@ -450,14 +450,14 @@
indicates that the first and second exponential terms should be added.
To retain the original terms,
1
must be included in the list.
variables (list
of str
) – List of variables for which exponential terms should be computed.
-data (DataFrame
) – Table of values of all observations of all variables.
+data (DataFrame
) – Table of values of all observations of all variables.
- Returns:
variables_exp (list
) – A list of variables to include in the final data frame after adding
the specified exponential terms.
-data_exp (DataFrame
) – Table of values of all observations of all variables, including any
+
data_exp (DataFrame
) – Table of values of all observations of all variables, including any
specified exponential terms.
@@ -474,13 +474,13 @@
expression (str
) – Formula expression: either a single variable or a variable group
paired with an operation (exponentiation or differentiation).
-parent_data (DataFrame
) – The source data for the model expansion.
+parent_data (DataFrame
) – The source data for the model expansion.
- Returns:
variables (list
) – A list of variables in the provided formula expression.
-data (DataFrame
) – A tabulation of all terms in the provided formula expression.
+data (DataFrame
) – A tabulation of all terms in the provided formula expression.
@@ -524,7 +524,7 @@
Temporal derivatives and exponential terms are computed for all terms
in the grouping symbols that they adjoin.
-
parent_data (DataFrame
) – A tabulation of all values usable in the model formula. Each additive
+
parent_data (DataFrame
) – A tabulation of all values usable in the model formula. Each additive
term in model_formula should correspond either to a variable in this
data frame or to instructions for operating on a variable (for
instance, computing temporal derivatives or exponential terms).
@@ -534,7 +534,7 @@
variables (list
of str
) – A list of variables included in the model parsed from the provided
formula.
-data (DataFrame
) – All values in the complete model.
+data (DataFrame
) – All values in the complete model.
@@ -548,7 +548,7 @@
- Parameters:
-data (DataFrame
) – A tabulation of observations from which spike regressors should be
+
data (DataFrame
) – A tabulation of observations from which spike regressors should be
estimated.
criteria (dict
of (str
, '>'
or '<'
or float
)) – Criteria for generating a spike regressor. If, for a given frame, the
value of the variable corresponding to the key exceeds the threshold
@@ -575,7 +575,7 @@
data – The input DataFrame with a column for each spike regressor.
- Return type:
-DataFrame
+DataFrame
References
@@ -601,14 +601,14 @@
To retain the original terms, 0
must be included in the list.
variables (list
of str
) – List of variables for which temporal derivative terms should be
computed.
-data (DataFrame
) – Table of values of all observations of all variables.
+data (DataFrame
) – Table of values of all observations of all variables.
Returns:
variables_deriv (list
) – A list of variables to include in the final data frame after adding
the specified derivative terms.
-data_deriv (DataFrame
) – Table of values of all observations of all variables, including any
+
data_deriv (DataFrame
) – Table of values of all observations of all variables, including any
specified derivative terms.
diff --git a/master/api/niworkflows.interfaces.fixes.html b/master/api/niworkflows.interfaces.fixes.html
index 66a46dce528..41457e38a19 100644
--- a/master/api/niworkflows.interfaces.fixes.html
+++ b/master/api/niworkflows.interfaces.fixes.html
@@ -372,9 +372,9 @@
(Nipype default value: False
)
input_image_type (0 or 1 or 2 or 3) – Option specifying the input image type of scalar (default), vector, tensor, or time series.
Maps to a command-line argument: --input-image-type %d
.
-interpolation (‘Linear’ or ‘NearestNeighbor’ or ‘CosineWindowedSinc’ or ‘WelchWindowedSinc’ or ‘HammingWindowedSinc’ or ‘LanczosWindowedSinc’ or ‘MultiLabel’ or ‘Gaussian’ or ‘BSpline’) – Maps to a command-line argument: %s
.
+
interpolation (‘Linear’ or ‘NearestNeighbor’ or ‘CosineWindowedSinc’ or ‘WelchWindowedSinc’ or ‘HammingWindowedSinc’ or ‘LanczosWindowedSinc’ or ‘MultiLabel’ or ‘Gaussian’ or ‘BSpline’ or ‘GenericLabel’) – Maps to a command-line argument: %s
.
(Nipype default value: Linear
)
-interpolation_parameters (a tuple of the form: (an integer) or a tuple of the form: (a float, a float))
+interpolation_parameters (a tuple of the form: (an integer) or a tuple of the form: (a float, a float) or a tuple of the form: (a string))
invert_transform_flags (a list of items which are a boolean)
num_threads (an integer) – Number of ITK threads to use.
(Nipype default value: 1
)
diff --git a/master/api/niworkflows.interfaces.freesurfer.html b/master/api/niworkflows.interfaces.freesurfer.html
index dbef196b933..c8673fdd8e3 100644
--- a/master/api/niworkflows.interfaces.freesurfer.html
+++ b/master/api/niworkflows.interfaces.freesurfer.html
@@ -947,7 +947,7 @@
Maps to a command-line argument: --fixtp
.
in_intensity_scales (a list of items which are a pathlike object or string representing an existing file) – Use initial intensity scales.
Maps to a command-line argument: --iscalein %s
.
-initial_timepoint (an integer) – Use TP# for spacial init (default random), 0: no init.
+
initial_timepoint (an integer) – Use TP# for special init (default random), 0: no init.
Maps to a command-line argument: --inittp %d
.
initial_transforms (a list of items which are a pathlike object or string representing an existing file) – Use initial transforms (lta) on source.
Maps to a command-line argument: --ixforms %s
.
diff --git a/master/api/niworkflows.interfaces.header.html b/master/api/niworkflows.interfaces.header.html
index 97aa1256478..a57c44543a0 100644
--- a/master/api/niworkflows.interfaces.header.html
+++ b/master/api/niworkflows.interfaces.header.html
@@ -373,7 +373,7 @@
-alias of DynamicTraitedSpec
+alias of DynamicTraitedSpec
diff --git a/master/api/niworkflows.interfaces.itk.html b/master/api/niworkflows.interfaces.itk.html
index d74b009e3ea..e08280207be 100644
--- a/master/api/niworkflows.interfaces.itk.html
+++ b/master/api/niworkflows.interfaces.itk.html
@@ -393,9 +393,9 @@
(Nipype default value: False
)
input_image_type (0 or 1 or 2 or 3) – Option specifying the input image type of scalar (default), vector, tensor, or time series.
Maps to a command-line argument: --input-image-type %d
.
-interpolation (‘Linear’ or ‘NearestNeighbor’ or ‘CosineWindowedSinc’ or ‘WelchWindowedSinc’ or ‘HammingWindowedSinc’ or ‘LanczosWindowedSinc’ or ‘MultiLabel’ or ‘Gaussian’ or ‘BSpline’) – Maps to a command-line argument: %s
.
+
interpolation (‘Linear’ or ‘NearestNeighbor’ or ‘CosineWindowedSinc’ or ‘WelchWindowedSinc’ or ‘HammingWindowedSinc’ or ‘LanczosWindowedSinc’ or ‘MultiLabel’ or ‘Gaussian’ or ‘BSpline’ or ‘GenericLabel’) – Maps to a command-line argument: %s
.
(Nipype default value: Linear
)
-interpolation_parameters (a tuple of the form: (an integer) or a tuple of the form: (a float, a float))
+interpolation_parameters (a tuple of the form: (an integer) or a tuple of the form: (a float, a float) or a tuple of the form: (a string))
invert_transform_flags (a list of items which are a boolean)
num_threads (an integer) – Number of parallel processes.
(Nipype default value: 1
)
diff --git a/master/api/niworkflows.interfaces.patches.html b/master/api/niworkflows.interfaces.patches.html
index 5bd3f642539..8e4a806db9e 100644
--- a/master/api/niworkflows.interfaces.patches.html
+++ b/master/api/niworkflows.interfaces.patches.html
@@ -382,7 +382,7 @@
norm (a pathlike object or string representing an existing file) – Normalized skull-stripped volume.
nu (a pathlike object or string representing an existing file) – Non-uniformity corrected whole-head volume.
orig (a pathlike object or string representing an existing file) – Base image conformed to Freesurfer space.
-pial (a list of items which are a pathlike object or string representing an existing file) – Gray matter/pia mater surface meshes.
+pial (a list of items which are a pathlike object or string representing an existing file) – Gray matter/pia matter surface meshes.
rawavg (a pathlike object or string representing an existing file) – Volume formed by averaging input images.
ribbon (a list of items which are a pathlike object or string representing an existing file) – Volumetric maps of cortical ribbons.
smoothwm (a list of items which are a pathlike object or string representing an existing file) – Smoothed original surface meshes.
diff --git a/master/api/niworkflows.interfaces.reportlets.masks.html b/master/api/niworkflows.interfaces.reportlets.masks.html
index 799466fdf7e..6b390b5e8c0 100644
--- a/master/api/niworkflows.interfaces.reportlets.masks.html
+++ b/master/api/niworkflows.interfaces.reportlets.masks.html
@@ -434,7 +434,7 @@
(Nipype default value: report.svg
)
outline (a boolean) – Create surface outline image.
Maps to a command-line argument: -o
.
-output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’) – FSL output type.
+output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’ or ‘GIFTI’) – FSL output type.
padding (a boolean) – Improve BET if FOV is very small in Z (by temporarily padding end slices).
Maps to a command-line argument: -Z
.
Mutually exclusive with inputs: functional
, reduce_bias
, robust
, padding
, remove_eyes
, surfaces
, t2_guided
.
diff --git a/master/api/niworkflows.interfaces.reportlets.registration.html b/master/api/niworkflows.interfaces.reportlets.registration.html
index 2a70a43a606..6c9d47c30c7 100644
--- a/master/api/niworkflows.interfaces.reportlets.registration.html
+++ b/master/api/niworkflows.interfaces.reportlets.registration.html
@@ -372,9 +372,9 @@
(Nipype default value: False
)
input_image_type (0 or 1 or 2 or 3) – Option specifying the input image type of scalar (default), vector, tensor, or time series.
Maps to a command-line argument: --input-image-type %d
.
-interpolation (‘Linear’ or ‘NearestNeighbor’ or ‘CosineWindowedSinc’ or ‘WelchWindowedSinc’ or ‘HammingWindowedSinc’ or ‘LanczosWindowedSinc’ or ‘MultiLabel’ or ‘Gaussian’ or ‘BSpline’) – Maps to a command-line argument: %s
.
+
interpolation (‘Linear’ or ‘NearestNeighbor’ or ‘CosineWindowedSinc’ or ‘WelchWindowedSinc’ or ‘HammingWindowedSinc’ or ‘LanczosWindowedSinc’ or ‘MultiLabel’ or ‘Gaussian’ or ‘BSpline’ or ‘GenericLabel’) – Maps to a command-line argument: %s
.
(Nipype default value: Linear
)
-interpolation_parameters (a tuple of the form: (an integer) or a tuple of the form: (a float, a float))
+interpolation_parameters (a tuple of the form: (an integer) or a tuple of the form: (a float, a float) or a tuple of the form: (a string))
invert_transform_flags (a list of items which are a boolean)
num_threads (an integer) – Number of ITK threads to use.
(Nipype default value: 1
)
@@ -572,7 +572,7 @@
Maps to a command-line argument: --out=%s
.
out_report (a pathlike object or string representing a file) – Filename for the visual report.
(Nipype default value: report.svg
)
-output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’) – FSL output type.
+output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’ or ‘GIFTI’) – FSL output type.
wm_seg (a pathlike object or string representing a file) – Reference white matter segmentation mask.
Maps to a command-line argument: -wmseg %s
.
@@ -670,7 +670,7 @@
Maps to a command-line argument: -omat %s
(position: 3).
out_report (a pathlike object or string representing a file) – Filename for the visual report.
(Nipype default value: report.svg
)
-output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’) – FSL output type.
+output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’ or ‘GIFTI’) – FSL output type.
padding_size (an integer) – For applyxfm: interpolates outside image by size.
Maps to a command-line argument: -paddingsize %d
.
pedir (an integer) – Phase encode direction of EPI - 1/2/3=x/y/z & -1/-2/-3=-x/-y/-z.
@@ -874,7 +874,7 @@
Maps to a command-line argument: -omat %s
(position: 3).
out_report (a pathlike object or string representing a file) – Filename for the visual report.
(Nipype default value: report.svg
)
-output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’) – FSL output type.
+output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’ or ‘GIFTI’) – FSL output type.
padding_size (an integer) – For applyxfm: interpolates outside image by size.
Maps to a command-line argument: -paddingsize %d
.
pedir (an integer) – Phase encode direction of EPI - 1/2/3=x/y/z & -1/-2/-3=-x/-y/-z.
@@ -971,7 +971,7 @@
Maps to a command-line argument: --nokspace
.
out_report (a pathlike object or string representing a file) – Filename for the visual report.
(Nipype default value: report.svg
)
-output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’) – FSL output type.
+output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’ or ‘GIFTI’) – FSL output type.
pava (a boolean) – Apply monotonic enforcement via PAVA.
Maps to a command-line argument: --pava
.
phase_conjugate (a boolean) – Apply phase conjugate method of unwarping.
diff --git a/master/api/niworkflows.interfaces.reportlets.segmentation.html b/master/api/niworkflows.interfaces.reportlets.segmentation.html
index a5e992ab987..40a3bfcaab3 100644
--- a/master/api/niworkflows.interfaces.reportlets.segmentation.html
+++ b/master/api/niworkflows.interfaces.reportlets.segmentation.html
@@ -391,7 +391,7 @@
Maps to a command-line argument: -B
.
output_biasfield (a boolean) – Output estimated bias field.
Maps to a command-line argument: -b
.
-output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’) – FSL output type.
+output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’ or ‘GIFTI’) – FSL output type.
probability_maps (a boolean) – Outputs individual probability maps.
Maps to a command-line argument: -p
.
segment_iters (1 <= an integer <= 50) – Number of segmentation-initialisation iterations.
@@ -572,7 +572,7 @@
Maps to a command-line argument: --Ounmix
.
out_white (a boolean) – Output whitening/dewhitening matrices.
Maps to a command-line argument: --Owhite
.
-output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’) – FSL output type.
+output_type (‘NIFTI’ or ‘NIFTI_PAIR’ or ‘NIFTI_GZ’ or ‘NIFTI_PAIR_GZ’ or ‘GIFTI’) – FSL output type.
pbsc (a boolean) – Switch off conversion to percent BOLD signal change.
Maps to a command-line argument: --pbsc
.
rem_cmp (a list of items which are an integer) – Component numbers to remove.
@@ -625,17 +625,27 @@
Optional Inputs:
T1_files (a list of items which are a pathlike object or string representing an existing file) – Name of T1 file to process.
-Maps to a command-line argument: -i %s...
.
+Maps to a command-line argument: -i %s...
.
+Requires inputs: subject_id
.
T2_file (a pathlike object or string representing an existing file) – Convert T2 image to orig directory.
-Maps to a command-line argument: -T2 %s
.
+Maps to a command-line argument: -T2 %s
.
+Requires inputs: subject_id
.
args (a string) – Additional parameters to the command.
Maps to a command-line argument: %s
.
+base_template_id (a string) – Base template id.
+Maps to a command-line argument: -base %s
.
+Mutually exclusive with inputs: subject_id
, longitudinal_timepoint_id
.
+Requires inputs: base_timepoint_ids
.
+base_timepoint_ids (a list of items which are a string) – Processed timepoint to use in template.
+Maps to a command-line argument: -base-tp %s...
.
big_ventricles (a boolean) – For use in subjects with enlarged ventricles.
Maps to a command-line argument: -bigventricles
.
brainstem (a boolean) – Segment brainstem structures.
-Maps to a command-line argument: -brainstem-structures
.
+Maps to a command-line argument: -brainstem-structures
.
+Requires inputs: subject_id
.
compress_report (‘auto’ or True or False) – Compress the reportlet using SVGO orWEBP. ‘auto’ - compress if relevant software is installed, True = force,False - don’t attempt to compress.
(Nipype default value: auto
)
directive (‘all’ or ‘autorecon1’ or ‘autorecon2’ or ‘autorecon2-volonly’ or ‘autorecon2-perhemi’ or ‘autorecon2-inflate1’ or ‘autorecon2-cp’ or ‘autorecon2-wm’ or ‘autorecon3’ or ‘autorecon3-T2pial’ or ‘autorecon-pial’ or ‘autorecon-hemi’ or ‘localGI’ or ‘qcache’) – Process directive.
@@ -648,15 +658,25 @@
flags (a list of items which are a string) – Additional parameters.
Maps to a command-line argument: %s
.
hemi (‘lh’ or ‘rh’) – Hemisphere to process.
-Maps to a command-line argument: -hemi %s
.
+Maps to a command-line argument: -hemi %s
.
+Requires inputs: subject_id
.
hippocampal_subfields_T1 (a boolean) – Segment hippocampal subfields using input T1 scan.
-Maps to a command-line argument: -hippocampal-subfields-T1
.
+Maps to a command-line argument: -hippocampal-subfields-T1
.
+Requires inputs: subject_id
.
hippocampal_subfields_T2 (a tuple of the form: (a pathlike object or string representing an existing file, a string)) – Segment hippocampal subfields using T2 scan, identified by ID (may be combined with hippocampal_subfields_T1).
-Maps to a command-line argument: -hippocampal-subfields-T2 %s %s
.
+Maps to a command-line argument: -hippocampal-subfields-T2 %s %s
.
+Requires inputs: subject_id
.
hires (a boolean) – Conform to minimum voxel size (for voxels < 1mm).
Maps to a command-line argument: -hires
.
+longitudinal_template_id (a string) – Longitudinal base template id.
+Maps to a command-line argument: %s
(position: 2).
+longitudinal_timepoint_id (a string) – Longitudinal session/timepoint id.
+Maps to a command-line argument: -long %s
(position: 1).
+Mutually exclusive with inputs: subject_id
, base_template_id
.
+Requires inputs: longitudinal_template_id
.
mprage (a boolean) – Assume scan parameters are MGH MP-RAGE protocol, which produces darker gray matter.
-Maps to a command-line argument: -mprage
.
+Maps to a command-line argument: -mprage
.
+Requires inputs: subject_id
.
mri_aparc2aseg (a string) – Flags to pass to mri_aparc2aseg commands.
Mutually exclusive with inputs: expert
.
mri_ca_label (a string) – Flags to pass to mri_ca_label commands.
@@ -715,7 +735,7 @@
Maps to a command-line argument: -parallel
.
subject_id (a string) – Subject name.
Maps to a command-line argument: -subjid %s
.
-(Nipype default value: recon_all
)
+Mutually exclusive with inputs: base_template_id
, longitudinal_timepoint_id
.
subjects_dir (a pathlike object or string representing an existing directory) – Path to subjects directory.
Maps to a command-line argument: -sd %s
.
talairach (a string) – Flags to pass to talairach commands.
@@ -757,7 +777,7 @@
nu (a pathlike object or string representing an existing file) – Non-uniformity corrected whole-head volume.
orig (a pathlike object or string representing an existing file) – Base image conformed to Freesurfer space.
out_report (a pathlike object or string representing a file) – Filename for the visual report.
-pial (a list of items which are a pathlike object or string representing an existing file) – Gray matter/pia mater surface meshes.
+pial (a list of items which are a pathlike object or string representing an existing file) – Gray matter/pia matter surface meshes.
rawavg (a pathlike object or string representing an existing file) – Volume formed by averaging input images.
ribbon (a list of items which are a pathlike object or string representing an existing file) – Volumetric maps of cortical ribbons.
smoothwm (a list of items which are a pathlike object or string representing an existing file) – Smoothed original surface meshes.
diff --git a/master/api/niworkflows.interfaces.workbench.html b/master/api/niworkflows.interfaces.workbench.html
index aa04a7b56c5..abe804bf33d 100644
--- a/master/api/niworkflows.interfaces.workbench.html
+++ b/master/api/niworkflows.interfaces.workbench.html
@@ -623,7 +623,7 @@
if successful, results
Return type:
-nipype.interfaces.base.support.InterfaceResult
+nipype.interfaces.base.support.InterfaceResult
diff --git a/master/searchindex.js b/master/searchindex.js
index 8a49a62b1ac..ae1c1480970 100644
--- a/master/searchindex.js
+++ b/master/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"0.0.1": [[61, "id53"]], "0.0.2": [[61, "id52"]], "0.0.3": [[61, "id51"]], "0.0.6": [[61, "id50"]], "0.0.7": [[61, "id49"]], "0.1.0": [[61, "id48"]], "0.1.1": [[61, "id47"]], "0.1.10": [[61, "id38"]], "0.1.11": [[61, "id37"]], "0.1.2": [[61, "id46"]], "0.1.3": [[61, "id45"]], "0.1.4": [[61, "id44"]], "0.1.5": [[61, "id43"]], "0.1.6": [[61, "id42"]], "0.1.7": [[61, "id41"]], "0.1.8": [[61, "id40"]], "0.1.9": [[61, "id39"]], "0.10.0 (July 12, 2019)": [[61, "july-12-2019"]], "0.10.1 (July 22, 2019)": [[61, "july-22-2019"]], "0.10.2 (July 24, 2019)": [[61, "july-24-2019"]], "0.10.3 (September 9, 2019)": [[61, "september-9-2019"]], "0.10.4 (October 8, 2019)": [[61, "october-8-2019"]], "0.10.x series": [[61, "id12"]], "0.2.0": [[61, "id36"]], "0.2.1": [[61, "id35"]], "0.2.2": [[61, "id34"]], "0.2.3": [[61, "id33"]], "0.2.4": [[61, "id32"]], "0.2.5": [[61, "id31"]], "0.2.6": [[61, "id30"]], "0.2.7": [[61, "id29"]], "0.2.8": [[61, "id28"]], "0.3.0": [[61, "id27"]], "0.3.1": [[61, "id26"]], "0.3.12 (May 05, 2018)": [[61, "may-05-2018"]], "0.3.13 (May 11, 2018)": [[61, "may-11-2018"]], "0.3.3": [[61, "id25"]], "0.3.4 (February 22, 2018)": [[61, "february-22-2018"]], "0.3.5 (February 28, 2018)": [[61, "february-28-2018"]], "0.3.6 (March 14, 2018)": [[61, "march-14-2018"]], "0.3.7 (March 22, 2018)": [[61, "march-22-2018"]], "0.3.8 (April 20, 2018)": [[61, "april-20-2018"]], "0.4.0 (May 31, 2018)": [[61, "may-31-2018"]], "0.4.1 (June 7, 2018)": [[61, "june-7-2018"]], "0.4.2 (July 5, 2018)": [[61, "july-5-2018"]], "0.4.3 (September 4, 2018)": [[61, "september-4-2018"]], "0.4.4 (October 15, 2018)": [[61, "october-15-2018"]], "0.5.0 (October 26, 2018)": [[61, "october-26-2018"]], "0.5.1 (November 8, 2018)": [[61, "november-8-2018"]], "0.5.2 (December 8, 2018)": [[61, "december-8-2018"]], "0.5.2.post1 (December 10, 2018)": [[61, "post1-december-10-2018"]], "0.5.2.post2 (December 12, 2018)": [[61, "post2-december-12-2018"]], "0.5.2.post3 (December 13, 2018)": [[61, "post3-december-13-2018"]], "0.5.2.post4 (December 13, 2018)": [[61, "post4-december-13-2018"]], "0.5.2.post5 (December 14, 2018)": [[61, "post5-december-14-2018"]], "0.5.3 (January 08, 2019)": [[61, "january-08-2019"]], "0.5.4 (January 23, 2019)": [[61, "id20"]], "0.6.0 (January 18, 2019)": [[61, "january-18-2019"]], "0.6.1 (January 23, 2019)": [[61, "january-23-2019"]], "0.7.0 (February 04, 2019)": [[61, "february-04-2019"]], "0.7.1 (February 07, 2019)": [[61, "february-07-2019"]], "0.7.1.post1 (February 12, 2019)": [[61, "post1-february-12-2019"]], "0.7.2 (February 19, 2019)": [[61, "february-19-2019"]], "0.7.x series": [[61, "id19"]], "0.8.0 (March 05, 2019)": [[61, "march-05-2019"]], "0.8.1 (March 15, 2019)": [[61, "march-15-2019"]], "0.8.2 (April 4, 2019)": [[61, "april-4-2019"]], "0.8.x series": [[61, "id18"]], "0.9.0 (May 3, 2019)": [[61, "id17"]], "0.9.1 (May 3, 2019)": [[61, "id16"]], "0.9.1-1 (May 3, 2019)": [[61, "may-3-2019"]], "0.9.2 (May 6, 2019)": [[61, "id15"]], "0.9.2-1 (May 6, 2019)": [[61, "may-6-2019"]], "0.9.3 (May 15, 2019)": [[61, "may-15-2019"]], "0.9.4 (June 5, 2019)": [[61, "id14"]], "0.9.5 (June 5, 2019)": [[61, "june-5-2019"]], "0.9.6 (July 8, 2019)": [[61, "july-8-2019"]], "0.9.x series": [[61, "id13"]], "1.0.0 (November 26, 2019)": [[61, "november-26-2019"]], "1.0.1 (November 27, 2019)": [[61, "november-27-2019"]], "1.0.2 (December 9, 2019)": [[61, "id11"]], "1.0.3 (December 18, 2019)": [[61, "december-18-2019"]], "1.0.x series": [[61, "id10"]], "1.1.0 (December 9, 2019)": [[61, "december-9-2019"]], "1.1.1 (December 17, 2019)": [[61, "id9"]], "1.1.10 (March 11, 2020)": [[61, "march-11-2020"]], "1.1.11 (March 17, 2020)": [[61, "march-17-2020"]], "1.1.12 (March 19, 2020)": [[61, "march-19-2020"]], "1.1.2 (December 17, 2019)": [[61, "december-17-2019"]], "1.1.3 (January 16, 2020)": [[61, "january-16-2020"]], "1.1.4 (January 28, 2020)": [[61, "january-28-2020"]], "1.1.5 (February 6, 2020)": [[61, "february-6-2020"]], "1.1.6 (February 7, 2020)": [[61, "february-7-2020"]], "1.1.7 (February 14, 2020)": [[61, "february-14-2020"]], "1.1.8 (February 26, 2020)": [[61, "february-26-2020"]], "1.1.9 (March 05, 2020)": [[61, "march-05-2020"]], "1.1.x series": [[61, "x-series"]], "1.10.0 (December 13, 2023)": [[61, "december-13-2023"]], "1.10.1 (March 06, 2024)": [[61, "march-06-2024"]], "1.10.2 (June 10, 2024)": [[61, "june-10-2024"]], "1.11.0 (July 31, 2024)": [[61, "july-31-2024"]], "1.2.0 (May 21, 2020)": [[61, "may-21-2020"]], "1.2.1 (May 26, 2020)": [[61, "id8"]], "1.2.2 (May 26, 2020)": [[61, "may-26-2020"]], "1.2.3 (May 27, 2020)": [[61, "may-27-2020"]], "1.2.4 (June 04, 2020)": [[61, "june-04-2020"]], "1.2.5 (June 4, 2020)": [[61, "june-4-2020"]], "1.2.6 (June 09, 2020)": [[61, "june-09-2020"]], "1.2.7 (August 12, 2020)": [[61, "august-12-2020"]], "1.2.8 (September 03, 2020)": [[61, "september-03-2020"]], "1.2.9 (September 11, 2020)": [[61, "id7"]], "1.3.0 (September 11, 2020)": [[61, "september-11-2020"]], "1.3.1 (September 22, 2020)": [[61, "september-22-2020"]], "1.3.10 (September 16, 2023)": [[61, "september-16-2023"]], "1.3.2 (November 5, 2020)": [[61, "november-5-2020"]], "1.3.3 (April 15, 2021)": [[61, "april-15-2021"]], "1.3.4 (June 8, 2021)": [[61, "june-8-2021"]], "1.3.5 (October 01, 2021)": [[61, "october-01-2021"]], "1.3.6 (March 09, 2022)": [[61, "id6"]], "1.3.7 (March 31, 2022)": [[61, "id5"]], "1.3.8 (September 14, 2022)": [[61, "id4"]], "1.3.9 (December 21, 2022)": [[61, "december-21-2022"]], "1.4.0 (September 1, 2021)": [[61, "september-1-2021"]], "1.4.1 (October 07, 2021)": [[61, "october-07-2021"]], "1.4.10 (September 14, 2022)": [[61, "september-14-2022"]], "1.4.2 (October 15, 2021)": [[61, "october-15-2021"]], "1.4.3 (November 16, 2021)": [[61, "november-16-2021"]], "1.4.4 (December 08, 2021)": [[61, "december-08-2021"]], "1.4.5 (December 13, 2021)": [[61, "december-13-2021"]], "1.4.6 (March 09, 2022)": [[61, "march-09-2022"]], "1.4.7 (March 31, 2022)": [[61, "march-31-2022"]], "1.4.8 (April 08, 2022)": [[61, "id3"]], "1.4.9 (April 21, 2022)": [[61, "april-21-2022"]], "1.5.0 (February 07, 2022)": [[61, "february-07-2022"]], "1.5.1 (March 11, 2022)": [[61, "march-11-2022"]], "1.5.2 (March 23, 2022)": [[61, "march-23-2022"]], "1.5.3 (April 05, 2022)": [[61, "april-05-2022"]], "1.5.4 (April 08, 2022)": [[61, "april-08-2022"]], "1.6.0 (May 25, 2022)": [[61, "may-25-2022"]], "1.6.1 (May 27, 2022)": [[61, "may-27-2022"]], "1.6.2 (July 1, 2022)": [[61, "july-1-2022"]], "1.6.3 (September 08, 2022)": [[61, "september-08-2022"]], "1.6.4 (September 13, 2022)": [[61, "september-13-2022"]], "1.7.0 (November 29, 2022)": [[61, "november-29-2022"]], "1.7.1 (January 23, 2023)": [[61, "january-23-2023"]], "1.7.2 (February 15, 2023)": [[61, "february-15-2023"]], "1.7.3 (February 16, 2023)": [[61, "february-16-2023"]], "1.7.4 (February 28, 2023)": [[61, "february-28-2023"]], "1.7.5 (March 06, 2023)": [[61, "id2"]], "1.7.6 (March 06, 2023)": [[61, "march-06-2023"]], "1.7.7 (March 24, 2023)": [[61, "id1"]], "1.7.8 (March 24, 2023)": [[61, "march-24-2023"]], "1.7.9 (April 11, 2023)": [[61, "april-11-2023"]], "1.8.0 (June 01, 2023)": [[61, "june-01-2023"]], "1.8.1 (June 29, 2023)": [[61, "june-29-2023"]], "1.9.0 (October 12, 2023)": [[61, "october-12-2023"]], "Contents": [[62, "contents"]], "External Dependencies": [[63, "external-dependencies"]], "Installation": [[63, null]], "Library API (application program interface)": [[0, null]], "NeuroImaging workflows (NiWorkflows): robust processing tools for MRI data": [[62, null]], "NiWorkflows has been relicensed!": [[61, null]], "Old 0.x series": [[61, "old-0-x-series"]], "SanitizeImage truth table": [[23, "id1"]], "Submodules": [[1, "submodules"], [6, "submodules"], [10, "submodules"], [13, "submodules"], [15, "submodules"], [34, "submodules"], [43, "submodules"], [45, "submodules"], [54, "submodules"], [59, "submodules"]], "Subpackages": [[15, "subpackages"], [58, "subpackages"]], "ValidateImage truth table": [[23, "id2"]], "What\u2019s new?": [[61, null]], "niworkflows.anat package": [[1, null]], "niworkflows.anat.ants module": [[2, null]], "niworkflows.anat.coregistration module": [[3, null]], "niworkflows.anat.freesurfer module": [[4, null]], "niworkflows.anat.skullstrip module": [[5, null]], "niworkflows.cli package": [[6, null]], "niworkflows.cli.boldref module": [[7, null]], "niworkflows.data package": [[8, null]], "niworkflows.dwi package": [[9, null]], "niworkflows.engine package": [[10, null]], "niworkflows.engine.plugin module": [[11, null]], "niworkflows.engine.workflows module": [[12, null]], "niworkflows.func package": [[13, null]], "niworkflows.func.util module": [[14, null]], "niworkflows.interfaces package": [[15, null]], "niworkflows.interfaces.bids module": [[16, null]], "niworkflows.interfaces.bold module": [[17, null]], "niworkflows.interfaces.cifti module": [[18, null]], "niworkflows.interfaces.confounds module": [[19, null]], "niworkflows.interfaces.conftest module": [[20, null]], "niworkflows.interfaces.fixes module": [[21, null]], "niworkflows.interfaces.freesurfer module": [[22, null]], "niworkflows.interfaces.header module": [[23, null]], "niworkflows.interfaces.images module": [[24, null]], "niworkflows.interfaces.itk module": [[25, null]], "niworkflows.interfaces.morphology module": [[26, null]], "niworkflows.interfaces.nibabel module": [[27, null]], "niworkflows.interfaces.nilearn module": [[28, null]], "niworkflows.interfaces.nitransforms module": [[29, null]], "niworkflows.interfaces.norm module": [[30, null]], "niworkflows.interfaces.patches module": [[31, null]], "niworkflows.interfaces.plotting module": [[32, null]], "niworkflows.interfaces.probmaps module": [[33, null]], "niworkflows.interfaces.reportlets package": [[34, null]], "niworkflows.interfaces.reportlets.base module": [[35, null]], "niworkflows.interfaces.reportlets.masks module": [[36, null]], "niworkflows.interfaces.reportlets.registration module": [[37, null]], "niworkflows.interfaces.reportlets.segmentation module": [[38, null]], "niworkflows.interfaces.space module": [[39, null]], "niworkflows.interfaces.surf module": [[40, null]], "niworkflows.interfaces.utility module": [[41, null]], "niworkflows.interfaces.workbench module": [[42, null]], "niworkflows.reports package": [[43, null]], "niworkflows.reports.core module": [[44, null]], "niworkflows.utils package": [[45, null]], "niworkflows.utils.bids module": [[46, null]], "niworkflows.utils.connections module": [[47, null]], "niworkflows.utils.debug module": [[48, null]], "niworkflows.utils.images module": [[49, null]], "niworkflows.utils.misc module": [[50, null]], "niworkflows.utils.spaces module": [[51, null]], "niworkflows.utils.testing module": [[52, null]], "niworkflows.utils.timeseries module": [[53, null]], "niworkflows.viz package": [[54, null]], "niworkflows.viz.notebook module": [[55, null]], "niworkflows.viz.plots module": [[56, null]], "niworkflows.viz.utils module": [[57, null]], "niworkflows.workflows package": [[58, null]], "niworkflows.workflows.epi package": [[59, null]], "niworkflows.workflows.epi.refmap module": [[60, null]]}, "docnames": ["api", "api/niworkflows.anat", "api/niworkflows.anat.ants", "api/niworkflows.anat.coregistration", "api/niworkflows.anat.freesurfer", "api/niworkflows.anat.skullstrip", "api/niworkflows.cli", "api/niworkflows.cli.boldref", "api/niworkflows.data", "api/niworkflows.dwi", "api/niworkflows.engine", "api/niworkflows.engine.plugin", "api/niworkflows.engine.workflows", "api/niworkflows.func", "api/niworkflows.func.util", "api/niworkflows.interfaces", "api/niworkflows.interfaces.bids", "api/niworkflows.interfaces.bold", "api/niworkflows.interfaces.cifti", "api/niworkflows.interfaces.confounds", "api/niworkflows.interfaces.conftest", "api/niworkflows.interfaces.fixes", "api/niworkflows.interfaces.freesurfer", "api/niworkflows.interfaces.header", "api/niworkflows.interfaces.images", "api/niworkflows.interfaces.itk", "api/niworkflows.interfaces.morphology", "api/niworkflows.interfaces.nibabel", "api/niworkflows.interfaces.nilearn", "api/niworkflows.interfaces.nitransforms", "api/niworkflows.interfaces.norm", "api/niworkflows.interfaces.patches", "api/niworkflows.interfaces.plotting", "api/niworkflows.interfaces.probmaps", "api/niworkflows.interfaces.reportlets", "api/niworkflows.interfaces.reportlets.base", "api/niworkflows.interfaces.reportlets.masks", "api/niworkflows.interfaces.reportlets.registration", "api/niworkflows.interfaces.reportlets.segmentation", "api/niworkflows.interfaces.space", "api/niworkflows.interfaces.surf", "api/niworkflows.interfaces.utility", "api/niworkflows.interfaces.workbench", "api/niworkflows.reports", "api/niworkflows.reports.core", "api/niworkflows.utils", "api/niworkflows.utils.bids", "api/niworkflows.utils.connections", "api/niworkflows.utils.debug", "api/niworkflows.utils.images", "api/niworkflows.utils.misc", "api/niworkflows.utils.spaces", "api/niworkflows.utils.testing", "api/niworkflows.utils.timeseries", "api/niworkflows.viz", "api/niworkflows.viz.notebook", "api/niworkflows.viz.plots", "api/niworkflows.viz.utils", "api/niworkflows.workflows", "api/niworkflows.workflows.epi", "api/niworkflows.workflows.epi.refmap", "changelog", "index", "installation", "links"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["api.rst", "api/niworkflows.anat.rst", "api/niworkflows.anat.ants.rst", "api/niworkflows.anat.coregistration.rst", "api/niworkflows.anat.freesurfer.rst", "api/niworkflows.anat.skullstrip.rst", "api/niworkflows.cli.rst", "api/niworkflows.cli.boldref.rst", "api/niworkflows.data.rst", "api/niworkflows.dwi.rst", "api/niworkflows.engine.rst", "api/niworkflows.engine.plugin.rst", "api/niworkflows.engine.workflows.rst", "api/niworkflows.func.rst", "api/niworkflows.func.util.rst", "api/niworkflows.interfaces.rst", "api/niworkflows.interfaces.bids.rst", "api/niworkflows.interfaces.bold.rst", "api/niworkflows.interfaces.cifti.rst", "api/niworkflows.interfaces.confounds.rst", "api/niworkflows.interfaces.conftest.rst", "api/niworkflows.interfaces.fixes.rst", "api/niworkflows.interfaces.freesurfer.rst", "api/niworkflows.interfaces.header.rst", "api/niworkflows.interfaces.images.rst", "api/niworkflows.interfaces.itk.rst", "api/niworkflows.interfaces.morphology.rst", "api/niworkflows.interfaces.nibabel.rst", "api/niworkflows.interfaces.nilearn.rst", "api/niworkflows.interfaces.nitransforms.rst", "api/niworkflows.interfaces.norm.rst", "api/niworkflows.interfaces.patches.rst", "api/niworkflows.interfaces.plotting.rst", "api/niworkflows.interfaces.probmaps.rst", "api/niworkflows.interfaces.reportlets.rst", "api/niworkflows.interfaces.reportlets.base.rst", "api/niworkflows.interfaces.reportlets.masks.rst", "api/niworkflows.interfaces.reportlets.registration.rst", "api/niworkflows.interfaces.reportlets.segmentation.rst", "api/niworkflows.interfaces.space.rst", "api/niworkflows.interfaces.surf.rst", "api/niworkflows.interfaces.utility.rst", "api/niworkflows.interfaces.workbench.rst", "api/niworkflows.reports.rst", "api/niworkflows.reports.core.rst", "api/niworkflows.utils.rst", "api/niworkflows.utils.bids.rst", "api/niworkflows.utils.connections.rst", "api/niworkflows.utils.debug.rst", "api/niworkflows.utils.images.rst", "api/niworkflows.utils.misc.rst", "api/niworkflows.utils.spaces.rst", "api/niworkflows.utils.testing.rst", "api/niworkflows.utils.timeseries.rst", "api/niworkflows.viz.rst", "api/niworkflows.viz.notebook.rst", "api/niworkflows.viz.plots.rst", "api/niworkflows.viz.utils.rst", "api/niworkflows.workflows.rst", "api/niworkflows.workflows.epi.rst", "api/niworkflows.workflows.epi.refmap.rst", "changelog.rst", "index.rst", "installation.rst", "links.rst"], "indexentries": {"acompcorrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.ACompCorRPT", false]], "add() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.add", false]], "add_suffix() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.add_suffix", false]], "addtpms (class in niworkflows.interfaces.probmaps)": [[33, "niworkflows.interfaces.probmaps.AddTPMs", false]], "addtsvheader (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.AddTSVHeader", false]], "afni_wf() (in module niworkflows.anat.skullstrip)": [[5, "niworkflows.anat.skullstrip.afni_wf", false]], "antsapplytransformsrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ANTSApplyTransformsRPT", false]], "antsregistrationrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ANTSRegistrationRPT", false]], "append() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.append", false]], "applymask (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.ApplyMask", false]], "applytopuprpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ApplyTOPUPRPT", false]], "applyxfmrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ApplyXFMRPT", false]], "as_path() (niworkflows.data.load method)": [[8, "niworkflows.data.load.as_path", false]], "bbregisterrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.BBRegisterRPT", false]], "betrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.BETRPT", false]], "bidsdatagrabber (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.BIDSDataGrabber", false]], "bidserror": [[46, "niworkflows.utils.bids.BIDSError", false]], "bidsfreesurferdir (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.BIDSFreeSurferDir", false]], "bidsinfo (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.BIDSInfo", false]], "bidswarning": [[46, "niworkflows.utils.bids.BIDSWarning", false]], "binarize (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.Binarize", false]], "binarydilation (class in niworkflows.interfaces.morphology)": [[26, "niworkflows.interfaces.morphology.BinaryDilation", false]], "binarydilation (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.BinaryDilation", false]], "binarysubtraction (class in niworkflows.interfaces.morphology)": [[26, "niworkflows.interfaces.morphology.BinarySubtraction", false]], "brainextractionrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.BrainExtractionRPT", false]], "cached (niworkflows.utils.spaces.spatialreferences property)": [[51, "niworkflows.utils.spaces.SpatialReferences.cached", false]], "cached() (niworkflows.data.load method)": [[8, "niworkflows.data.load.cached", false]], "check_pipeline_version() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.check_pipeline_version", false]], "check_space() (niworkflows.utils.spaces.spatialreferences static method)": [[51, "niworkflows.utils.spaces.SpatialReferences.check_space", false]], "checkpoint() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.checkpoint", false]], "cifti_surfaces_plot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.cifti_surfaces_plot", false]], "ciftinamesource (class in niworkflows.interfaces.cifti)": [[18, "niworkflows.interfaces.cifti.CiftiNameSource", false]], "clean_directory() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.clean_directory", false]], "cmdline (niworkflows.interfaces.freesurfer.makemidthickness property)": [[22, "niworkflows.interfaces.freesurfer.MakeMidthickness.cmdline", false]], "cmdline (niworkflows.interfaces.freesurfer.structuralreference property)": [[22, "niworkflows.interfaces.freesurfer.StructuralReference.cmdline", false]], "collect_data() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.collect_data", false]], "collect_participants() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.collect_participants", false]], "combine_entities() (in module niworkflows.utils.testing)": [[52, "niworkflows.utils.testing.combine_entities", false]], "compare_xforms() (in module niworkflows.anat.coregistration)": [[3, "niworkflows.anat.coregistration.compare_xforms", false]], "compcor_variance_plot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.compcor_variance_plot", false]], "compcorvarianceplot (class in niworkflows.interfaces.plotting)": [[32, "niworkflows.interfaces.plotting.CompCorVariancePlot", false]], "compose_view() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.compose_view", false]], "computeepimask (class in niworkflows.interfaces.nilearn)": [[28, "niworkflows.interfaces.nilearn.ComputeEPIMask", false]], "concatenate_xfms() (in module niworkflows.interfaces.nitransforms)": [[29, "niworkflows.interfaces.nitransforms.concatenate_xfms", false]], "concatenatexfms (class in niworkflows.interfaces.nitransforms)": [[29, "niworkflows.interfaces.nitransforms.ConcatenateXFMs", false]], "conform (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.Conform", false]], "confoundplot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.confoundplot", false]], "confounds (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.confounds", false]], "confounds_correlation_plot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.confounds_correlation_plot", false]], "confoundscorrelationplot (class in niworkflows.interfaces.plotting)": [[32, "niworkflows.interfaces.plotting.ConfoundsCorrelationPlot", false]], "copyheader (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.CopyHeader", false]], "copyxform (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.CopyXForm", false]], "create_cfm() (in module niworkflows.interfaces.norm)": [[30, "niworkflows.interfaces.norm.create_cfm", false]], "createsurfaceroi (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.CreateSurfaceROI", false]], "csvtogifti (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.CSVToGifti", false]], "cuts_from_bbox() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.cuts_from_bbox", false]], "data_dir() (in module niworkflows.interfaces.conftest)": [[20, "niworkflows.interfaces.conftest.data_dir", false]], "demean() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.demean", false]], "demeanimage (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.DemeanImage", false]], "derivativesdatasink (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.DerivativesDataSink", false]], "detect_inputs() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.detect_inputs", false]], "dictmerge (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.DictMerge", false]], "dim (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.dim", false]], "display() (in module niworkflows.viz.notebook)": [[55, "niworkflows.viz.notebook.display", false]], "distributedpluginbase (class in niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.DistributedPluginBase", false]], "dseg_label() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.dseg_label", false]], "element (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Element", false]], "expandmodel (class in niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.ExpandModel", false]], "exponential_terms() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.exponential_terms", false]], "extract_svg() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.extract_svg", false]], "fastrpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.FASTRPT", false]], "filledimagelike (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.FilledImageLike", false]], "fix_lta_length() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.fix_lta_length", false]], "fix_multi_t1w_source_name() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.fix_multi_T1w_source_name", false]], "fixheaderapplytransforms (class in niworkflows.interfaces.fixes)": [[21, "niworkflows.interfaces.fixes.FixHeaderApplyTransforms", false]], "fixheaderregistration (class in niworkflows.interfaces.fixes)": [[21, "niworkflows.interfaces.fixes.FixHeaderRegistration", false]], "fixn4biasfieldcorrection (class in niworkflows.interfaces.fixes)": [[21, "niworkflows.interfaces.fixes.FixN4BiasFieldCorrection", false]], "flirtrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.FLIRTRPT", false]], "fmriplot (class in niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.fMRIPlot", false]], "fmrisummary (class in niworkflows.interfaces.plotting)": [[32, "niworkflows.interfaces.plotting.FMRISummary", false]], "format_reference() (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.format_reference", false]], "freesurfersource (class in niworkflows.interfaces.patches)": [[31, "niworkflows.interfaces.patches.FreeSurferSource", false]], "from_string() (niworkflows.utils.spaces.reference class method)": [[51, "niworkflows.utils.spaces.Reference.from_string", false]], "fsaverage_density (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.FSAVERAGE_DENSITY", false]], "fsaverage_legacy (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.FSAVERAGE_LEGACY", false]], "fsdetectinputs (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.FSDetectInputs", false]], "fsinjectbrainextracted (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.FSInjectBrainExtracted", false]], "fuguerpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.FUGUERPT", false]], "fullname (niworkflows.utils.spaces.reference property)": [[51, "niworkflows.utils.spaces.Reference.fullname", false]], "generate_bids_skeleton() (in module niworkflows.utils.testing)": [[52, "niworkflows.utils.testing.generate_bids_skeleton", false]], "generate_report() (niworkflows.reports.core.report method)": [[44, "niworkflows.reports.core.Report.generate_report", false]], "generate_reports() (in module niworkflows.reports)": [[43, "niworkflows.reports.generate_reports", false]], "generate_reports() (in module niworkflows.reports.core)": [[44, "niworkflows.reports.core.generate_reports", false]], "generatecifti (class in niworkflows.interfaces.cifti)": [[18, "niworkflows.interfaces.cifti.GenerateCifti", false]], "generatesamplingreference (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.GenerateSamplingReference", false]], "get_fs_spaces() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_fs_spaces", false]], "get_gii_meta() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.get_gii_meta", false]], "get_metadata_for_nifti() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.get_metadata_for_nifti", false]], "get_nonstandard() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_nonstandard", false]], "get_parser() (in module niworkflows.cli.boldref)": [[7, "niworkflows.cli.boldref.get_parser", false]], "get_spaces() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_spaces", false]], "get_standard() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_standard", false]], "get_template_specs() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.get_template_specs", false]], "giftinamesource (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.GiftiNameSource", false]], "giftisetanatomicalstructure (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.GiftiSetAnatomicalStructure", false]], "giftitocsv (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.GiftiToCSV", false]], "group_multiecho() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.group_multiecho", false]], "grow_mask() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.grow_mask", false]], "hasspec() (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.hasspec", false]], "ica_aromarpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.ICA_AROMARPT", false]], "image_binary_dilation() (in module niworkflows.interfaces.morphology)": [[26, "niworkflows.interfaces.morphology.image_binary_dilation", false]], "index() (niworkflows.reports.core.report method)": [[44, "niworkflows.reports.core.Report.index", false]], "init_atropos_wf() (in module niworkflows.anat.ants)": [[2, "niworkflows.anat.ants.init_atropos_wf", false]], "init_bbreg_wf() (in module niworkflows.anat.coregistration)": [[3, "niworkflows.anat.coregistration.init_bbreg_wf", false]], "init_bold_reference_wf() (in module niworkflows.func.util)": [[14, "niworkflows.func.util.init_bold_reference_wf", false]], "init_brain_extraction_wf() (in module niworkflows.anat.ants)": [[2, "niworkflows.anat.ants.init_brain_extraction_wf", false]], "init_enhance_and_skullstrip_bold_wf() (in module niworkflows.func.util)": [[14, "niworkflows.func.util.init_enhance_and_skullstrip_bold_wf", false]], "init_epi_reference_wf() (in module niworkflows.workflows.epi.refmap)": [[60, "niworkflows.workflows.epi.refmap.init_epi_reference_wf", false]], "init_gifti_surface_wf() (in module niworkflows.anat.freesurfer)": [[4, "niworkflows.anat.freesurfer.init_gifti_surface_wf", false]], "init_layout() (niworkflows.reports.core.report method)": [[44, "niworkflows.reports.core.Report.init_layout", false]], "init_n4_only_wf() (in module niworkflows.anat.ants)": [[2, "niworkflows.anat.ants.init_n4_only_wf", false]], "init_skullstrip_bold_wf() (in module niworkflows.func.util)": [[14, "niworkflows.func.util.init_skullstrip_bold_wf", false]], "inject_skullstripped() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.inject_skullstripped", false]], "input_spec (niworkflows.interfaces.utility.keyselect attribute)": [[41, "niworkflows.interfaces.utility.KeySelect.input_spec", false]], "insert() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.insert", false]], "intensityclip (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.IntensityClip", false]], "intramodalmerge (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.IntraModalMerge", false]], "is_cached() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.is_cached", false]], "is_empty() (niworkflows.reports.core.reportlet method)": [[44, "niworkflows.reports.core.Reportlet.is_empty", false]], "is_interactive() (in module niworkflows.utils.debug)": [[48, "niworkflows.utils.debug.is_interactive", false]], "jointsvcolumns (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.JoinTSVColumns", false]], "keyselect (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.KeySelect", false]], "layout (niworkflows.interfaces.bids.readsidecarjson attribute)": [[16, "niworkflows.interfaces.bids.ReadSidecarJSON.layout", false]], "legacyname (niworkflows.utils.spaces.reference property)": [[51, "niworkflows.utils.spaces.Reference.legacyname", false]], "listify() (in module niworkflows.utils.connections)": [[47, "niworkflows.utils.connections.listify", false]], "literateworkflow (class in niworkflows.engine.workflows)": [[12, "niworkflows.engine.workflows.LiterateWorkflow", false]], "load() (in module niworkflows.data)": [[8, "niworkflows.data.load", false]], "load_transform() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.load_transform", false]], "lta_outputs (niworkflows.interfaces.freesurfer.patchedconcatenatelta attribute)": [[22, "niworkflows.interfaces.freesurfer.PatchedConcatenateLTA.lta_outputs", false]], "lta_outputs (niworkflows.interfaces.freesurfer.patchedltaconvert attribute)": [[22, "niworkflows.interfaces.freesurfer.PatchedLTAConvert.lta_outputs", false]], "lta_outputs (niworkflows.interfaces.freesurfer.patchedrobustregister attribute)": [[22, "niworkflows.interfaces.freesurfer.PatchedRobustRegister.lta_outputs", false]], "lta_outputs (niworkflows.interfaces.freesurfer.truncatelta attribute)": [[22, "niworkflows.interfaces.freesurfer.TruncateLTA.lta_outputs", false]], "main() (in module niworkflows.cli.boldref)": [[7, "niworkflows.cli.boldref.main", false]], "makemidthickness (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.MakeMidthickness", false]], "maplabels (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.MapLabels", false]], "mask() (in module niworkflows.interfaces.norm)": [[30, "niworkflows.interfaces.norm.mask", false]], "maskepi (class in niworkflows.interfaces.nilearn)": [[28, "niworkflows.interfaces.nilearn.MaskEPI", false]], "matchheader (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.MatchHeader", false]], "mcflirt2itk (class in niworkflows.interfaces.itk)": [[25, "niworkflows.interfaces.itk.MCFLIRT2ITK", false]], "medial_wall_to_nan() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.medial_wall_to_nan", false]], "medialnans (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.MedialNaNs", false]], "melodicrpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.MELODICRPT", false]], "merge (class in niworkflows.interfaces.nilearn)": [[28, "niworkflows.interfaces.nilearn.Merge", false]], "mergerois (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.MergeROIs", false]], "mergeseries (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.MergeSeries", false]], "metricdilate (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricDilate", false]], "metricfillholes (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricFillHoles", false]], "metricmask (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricMask", false]], "metricremoveislands (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricRemoveIslands", false]], "metricresample (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricResample", false]], "module": [[1, "module-niworkflows.anat", false], [2, "module-niworkflows.anat.ants", false], [3, "module-niworkflows.anat.coregistration", false], [4, "module-niworkflows.anat.freesurfer", false], [5, "module-niworkflows.anat.skullstrip", false], [6, "module-niworkflows.cli", false], [7, "module-niworkflows.cli.boldref", false], [8, "module-niworkflows.data", false], [9, "module-niworkflows.dwi", false], [10, "module-niworkflows.engine", false], [11, "module-niworkflows.engine.plugin", false], [12, "module-niworkflows.engine.workflows", false], [13, "module-niworkflows.func", false], [14, "module-niworkflows.func.util", false], [15, "module-niworkflows.interfaces", false], [16, "module-niworkflows.interfaces.bids", false], [17, "module-niworkflows.interfaces.bold", false], [18, "module-niworkflows.interfaces.cifti", false], [19, "module-niworkflows.interfaces.confounds", false], [20, "module-niworkflows.interfaces.conftest", false], [21, "module-niworkflows.interfaces.fixes", false], [22, "module-niworkflows.interfaces.freesurfer", false], [23, "module-niworkflows.interfaces.header", false], [24, "module-niworkflows.interfaces.images", false], [25, "module-niworkflows.interfaces.itk", false], [26, "module-niworkflows.interfaces.morphology", false], [27, "module-niworkflows.interfaces.nibabel", false], [28, "module-niworkflows.interfaces.nilearn", false], [29, "module-niworkflows.interfaces.nitransforms", false], [30, "module-niworkflows.interfaces.norm", false], [31, "module-niworkflows.interfaces.patches", false], [32, "module-niworkflows.interfaces.plotting", false], [33, "module-niworkflows.interfaces.probmaps", false], [34, "module-niworkflows.interfaces.reportlets", false], [35, "module-niworkflows.interfaces.reportlets.base", false], [36, "module-niworkflows.interfaces.reportlets.masks", false], [37, "module-niworkflows.interfaces.reportlets.registration", false], [38, "module-niworkflows.interfaces.reportlets.segmentation", false], [39, "module-niworkflows.interfaces.space", false], [40, "module-niworkflows.interfaces.surf", false], [41, "module-niworkflows.interfaces.utility", false], [42, "module-niworkflows.interfaces.workbench", false], [43, "module-niworkflows.reports", false], [44, "module-niworkflows.reports.core", false], [45, "module-niworkflows.utils", false], [46, "module-niworkflows.utils.bids", false], [47, "module-niworkflows.utils.connections", false], [48, "module-niworkflows.utils.debug", false], [49, "module-niworkflows.utils.images", false], [50, "module-niworkflows.utils.misc", false], [51, "module-niworkflows.utils.spaces", false], [52, "module-niworkflows.utils.testing", false], [53, "module-niworkflows.utils.timeseries", false], [54, "module-niworkflows.viz", false], [55, "module-niworkflows.viz.notebook", false], [56, "module-niworkflows.viz.plots", false], [57, "module-niworkflows.viz.utils", false], [58, "module-niworkflows.workflows", false], [59, "module-niworkflows.workflows.epi", false], [60, "module-niworkflows.workflows.epi.refmap", false]], "mri_info() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.mri_info", false]], "mricoregrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.MRICoregRPT", false]], "multiapplytransforms (class in niworkflows.interfaces.itk)": [[25, "niworkflows.interfaces.itk.MultiApplyTransforms", false]], "multiprocplugin (class in niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.MultiProcPlugin", false]], "nii_ones_like() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.nii_ones_like", false]], "niworkflows.anat": [[1, "module-niworkflows.anat", false]], "niworkflows.anat.ants": [[2, "module-niworkflows.anat.ants", false]], "niworkflows.anat.coregistration": [[3, "module-niworkflows.anat.coregistration", false]], "niworkflows.anat.freesurfer": [[4, "module-niworkflows.anat.freesurfer", false]], "niworkflows.anat.skullstrip": [[5, "module-niworkflows.anat.skullstrip", false]], "niworkflows.cli": [[6, "module-niworkflows.cli", false]], "niworkflows.cli.boldref": [[7, "module-niworkflows.cli.boldref", false]], "niworkflows.data": [[8, "module-niworkflows.data", false]], "niworkflows.dwi": [[9, "module-niworkflows.dwi", false]], "niworkflows.engine": [[10, "module-niworkflows.engine", false]], "niworkflows.engine.plugin": [[11, "module-niworkflows.engine.plugin", false]], "niworkflows.engine.workflows": [[12, "module-niworkflows.engine.workflows", false]], "niworkflows.func": [[13, "module-niworkflows.func", false]], "niworkflows.func.util": [[14, "module-niworkflows.func.util", false]], "niworkflows.interfaces": [[15, "module-niworkflows.interfaces", false]], "niworkflows.interfaces.bids": [[16, "module-niworkflows.interfaces.bids", false]], "niworkflows.interfaces.bold": [[17, "module-niworkflows.interfaces.bold", false]], "niworkflows.interfaces.cifti": [[18, "module-niworkflows.interfaces.cifti", false]], "niworkflows.interfaces.confounds": [[19, "module-niworkflows.interfaces.confounds", false]], "niworkflows.interfaces.conftest": [[20, "module-niworkflows.interfaces.conftest", false]], "niworkflows.interfaces.fixes": [[21, "module-niworkflows.interfaces.fixes", false]], "niworkflows.interfaces.freesurfer": [[22, "module-niworkflows.interfaces.freesurfer", false]], "niworkflows.interfaces.header": [[23, "module-niworkflows.interfaces.header", false]], "niworkflows.interfaces.images": [[24, "module-niworkflows.interfaces.images", false]], "niworkflows.interfaces.itk": [[25, "module-niworkflows.interfaces.itk", false]], "niworkflows.interfaces.morphology": [[26, "module-niworkflows.interfaces.morphology", false]], "niworkflows.interfaces.nibabel": [[27, "module-niworkflows.interfaces.nibabel", false]], "niworkflows.interfaces.nilearn": [[28, "module-niworkflows.interfaces.nilearn", false]], "niworkflows.interfaces.nitransforms": [[29, "module-niworkflows.interfaces.nitransforms", false]], "niworkflows.interfaces.norm": [[30, "module-niworkflows.interfaces.norm", false]], "niworkflows.interfaces.patches": [[31, "module-niworkflows.interfaces.patches", false]], "niworkflows.interfaces.plotting": [[32, "module-niworkflows.interfaces.plotting", false]], "niworkflows.interfaces.probmaps": [[33, "module-niworkflows.interfaces.probmaps", false]], "niworkflows.interfaces.reportlets": [[34, "module-niworkflows.interfaces.reportlets", false]], "niworkflows.interfaces.reportlets.base": [[35, "module-niworkflows.interfaces.reportlets.base", false]], "niworkflows.interfaces.reportlets.masks": [[36, "module-niworkflows.interfaces.reportlets.masks", false]], "niworkflows.interfaces.reportlets.registration": [[37, "module-niworkflows.interfaces.reportlets.registration", false]], "niworkflows.interfaces.reportlets.segmentation": [[38, "module-niworkflows.interfaces.reportlets.segmentation", false]], "niworkflows.interfaces.space": [[39, "module-niworkflows.interfaces.space", false]], "niworkflows.interfaces.surf": [[40, "module-niworkflows.interfaces.surf", false]], "niworkflows.interfaces.utility": [[41, "module-niworkflows.interfaces.utility", false]], "niworkflows.interfaces.workbench": [[42, "module-niworkflows.interfaces.workbench", false]], "niworkflows.reports": [[43, "module-niworkflows.reports", false]], "niworkflows.reports.core": [[44, "module-niworkflows.reports.core", false]], "niworkflows.utils": [[45, "module-niworkflows.utils", false]], "niworkflows.utils.bids": [[46, "module-niworkflows.utils.bids", false]], "niworkflows.utils.connections": [[47, "module-niworkflows.utils.connections", false]], "niworkflows.utils.debug": [[48, "module-niworkflows.utils.debug", false]], "niworkflows.utils.images": [[49, "module-niworkflows.utils.images", false]], "niworkflows.utils.misc": [[50, "module-niworkflows.utils.misc", false]], "niworkflows.utils.spaces": [[51, "module-niworkflows.utils.spaces", false]], "niworkflows.utils.testing": [[52, "module-niworkflows.utils.testing", false]], "niworkflows.utils.timeseries": [[53, "module-niworkflows.utils.timeseries", false]], "niworkflows.viz": [[54, "module-niworkflows.viz", false]], "niworkflows.viz.notebook": [[55, "module-niworkflows.viz.notebook", false]], "niworkflows.viz.plots": [[56, "module-niworkflows.viz.plots", false]], "niworkflows.viz.utils": [[57, "module-niworkflows.viz.utils", false]], "niworkflows.workflows": [[58, "module-niworkflows.workflows", false]], "niworkflows.workflows.epi": [[59, "module-niworkflows.workflows.epi", false]], "niworkflows.workflows.epi.refmap": [[60, "module-niworkflows.workflows.epi.refmap", false]], "nonstandard_2d_references (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.NONSTANDARD_2D_REFERENCES", false]], "nonstandard_references (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.NONSTANDARD_REFERENCES", false]], "nonsteadystatesdetector (class in niworkflows.interfaces.bold)": [[17, "niworkflows.interfaces.bold.NonsteadyStatesDetector", false]], "normalize_surfs() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.normalize_surfs", false]], "normalize_xform() (in module niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.normalize_xform", false]], "normalizemotionparams (class in niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.NormalizeMotionParams", false]], "normalizesurf (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.NormalizeSurf", false]], "nskip (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.nskip", false]], "openmpcommandmixin (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.OpenMPCommandMixin", false]], "out_path_base (niworkflows.interfaces.bids.derivativesdatasink attribute)": [[16, "niworkflows.interfaces.bids.DerivativesDataSink.out_path_base", false]], "output_spec (niworkflows.interfaces.bids.bidsinfo attribute)": [[16, "niworkflows.interfaces.bids.BIDSInfo.output_spec", false]], "output_spec (niworkflows.interfaces.bids.readsidecarjson attribute)": [[16, "niworkflows.interfaces.bids.ReadSidecarJSON.output_spec", false]], "output_spec (niworkflows.interfaces.header.copyxform attribute)": [[23, "niworkflows.interfaces.header.CopyXForm.output_spec", false]], "output_spec (niworkflows.interfaces.surf.path2bids attribute)": [[40, "niworkflows.interfaces.surf.Path2BIDS.output_spec", false]], "output_spec (niworkflows.interfaces.utility.keyselect attribute)": [[41, "niworkflows.interfaces.utility.KeySelect.output_spec", false]], "outputreferencesaction (class in niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.OutputReferencesAction", false]], "overwrite_header() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.overwrite_header", false]], "paired_carpet (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.paired_carpet", false]], "parse_expression() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.parse_expression", false]], "parse_formula() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.parse_formula", false]], "patchedbbregisterrpt (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedBBRegisterRPT", false]], "patchedconcatenatelta (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedConcatenateLTA", false]], "patchedltaconvert (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedLTAConvert", false]], "patchedmricoregrpt (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedMRICoregRPT", false]], "patchedrobustregister (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedRobustRegister", false]], "path2bids (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.Path2BIDS", false]], "plot() (niworkflows.viz.plots.fmriplot method)": [[56, "niworkflows.viz.plots.fMRIPlot.plot", false]], "plot_carpet() (in module niworkflows.viz)": [[54, "niworkflows.viz.plot_carpet", false]], "plot_carpet() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.plot_carpet", false]], "plot_melodic_components() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.plot_melodic_components", false]], "plot_registration() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.plot_registration", false]], "plot_segs() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.plot_segs", false]], "pluginbase (class in niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.PluginBase", false]], "ply2gii() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.ply2gii", false]], "plytogifti (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.PLYtoGifti", false]], "pointcloud2ply() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.pointcloud2ply", false]], "poissonrecon (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.PoissonRecon", false]], "pop_file() (in module niworkflows.utils.connections)": [[47, "niworkflows.utils.connections.pop_file", false]], "preparederivative (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.PrepareDerivative", false]], "read_crashfile() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.read_crashfile", false]], "readable() (niworkflows.data.load method)": [[8, "niworkflows.data.load.readable", false]], "readsidecarjson (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.ReadSidecarJSON", false]], "reconallrpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.ReconAllRPT", false]], "reference (class in niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.Reference", false]], "reference2dict() (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.reference2dict", false]], "references (niworkflows.utils.spaces.spatialreferences property)": [[51, "niworkflows.utils.spaces.SpatialReferences.references", false]], "refine_aseg() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.refine_aseg", false]], "refinebrainmask (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.RefineBrainMask", false]], "registrationrc (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.RegistrationRC", false]], "regridtozooms (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.RegridToZooms", false]], "regridtozooms (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.RegridToZooms", false]], "relative_to_root() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.relative_to_root", false]], "reorient() (in module niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.reorient", false]], "reorient_file() (in module niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.reorient_file", false]], "reorient_image() (in module niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.reorient_image", false]], "reorientimage (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.ReorientImage", false]], "report (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Report", false]], "reportinginterface (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.ReportingInterface", false]], "reportlet (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Reportlet", false]], "resample_by_spacing() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.resample_by_spacing", false]], "resamplebeforeafterrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ResampleBeforeAfterRPT", false]], "robust_set_limits() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.robust_set_limits", false]], "robustacompcor (class in niworkflows.interfaces.patches)": [[31, "niworkflows.interfaces.patches.RobustACompCor", false]], "robustaverage (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.RobustAverage", false]], "robusttcompcor (class in niworkflows.interfaces.patches)": [[31, "niworkflows.interfaces.patches.RobustTCompCor", false]], "roisplot (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.ROIsPlot", false]], "rotate_affine() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.rotate_affine", false]], "rotation2canonical() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.rotation2canonical", false]], "run() (niworkflows.engine.plugin.distributedpluginbase method)": [[11, "niworkflows.engine.plugin.DistributedPluginBase.run", false]], "run() (niworkflows.engine.plugin.pluginbase method)": [[11, "niworkflows.engine.plugin.PluginBase.run", false]], "run() (niworkflows.interfaces.workbench.openmpcommandmixin method)": [[42, "niworkflows.interfaces.workbench.OpenMPCommandMixin.run", false]], "run_node() (in module niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.run_node", false]], "run_reports() (in module niworkflows.reports.core)": [[44, "niworkflows.reports.core.run_reports", false]], "sanitizeimage (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.SanitizeImage", false]], "savederivative (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.SaveDerivative", false]], "segmentationrc (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.SegmentationRC", false]], "segments (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.segments", false]], "set_consumables() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.set_consumables", false]], "setup_exceptionhook() (in module niworkflows.utils.debug)": [[48, "niworkflows.utils.debug.setup_exceptionhook", false]], "signalextraction (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.SignalExtraction", false]], "simplebeforeafterrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.SimpleBeforeAfterRPT", false]], "simpleshowmaskrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.SimpleShowMaskRPT", false]], "smallest (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Smallest", false]], "sort_carpet (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.sort_carpet", false]], "space (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.space", false]], "spacedatasource (class in niworkflows.interfaces.space)": [[39, "niworkflows.interfaces.space.SpaceDataSource", false]], "spatialnormalization (class in niworkflows.interfaces.norm)": [[30, "niworkflows.interfaces.norm.SpatialNormalization", false]], "spatialnormalizationrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.SpatialNormalizationRPT", false]], "spatialreferences (class in niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.SpatialReferences", false]], "spec (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.spec", false]], "spike_regressors() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.spike_regressors", false]], "spikeregressors (class in niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.SpikeRegressors", false]], "spikes (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.spikes", false]], "spikesplot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.spikesplot", false]], "spikesplot_cb() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.spikesplot_cb", false]], "splitext() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.splitext", false]], "splitseries (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.SplitSeries", false]], "standard (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.standard", false]], "standard_spaces (niworkflows.utils.spaces.spatialreferences attribute)": [[51, "niworkflows.utils.spaces.SpatialReferences.standard_spaces", false]], "structuralreference (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.StructuralReference", false]], "subreport (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.SubReport", false]], "surfacesegmentationrc (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.SurfaceSegmentationRC", false]], "surfacestopointcloud (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.SurfacesToPointCloud", false]], "svg2str() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.svg2str", false]], "svg_compress() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.svg_compress", false]], "tcompcorrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.TCompCorRPT", false]], "templatedimensions (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.TemplateDimensions", false]], "temporal_derivatives() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.temporal_derivatives", false]], "timeseries (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.timeseries", false]], "to_json() (in module niworkflows.utils.testing)": [[52, "niworkflows.utils.testing.to_json", false]], "tpm2roi (class in niworkflows.interfaces.probmaps)": [[33, "niworkflows.interfaces.probmaps.TPM2ROI", false]], "tr (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.tr", false]], "transform_to_2d() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.transform_to_2d", false]], "truncatelta (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.TruncateLTA", false]], "tsv2json (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.TSV2JSON", false]], "unsafe_write_nifti_header_and_data() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.unsafe_write_nifti_header_and_data", false]], "unzipjoinedsurfaces (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.UnzipJoinedSurfaces", false]], "update_header_fields() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.update_header_fields", false]], "validateimage (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.ValidateImage", false]], "vertex_normals() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.vertex_normals", false]], "visit_desc() (niworkflows.engine.workflows.literateworkflow method)": [[12, "niworkflows.engine.workflows.LiterateWorkflow.visit_desc", false]], "volumetosurfacemapping (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.VolumeToSurfaceMapping", false]]}, "objects": {"niworkflows": [[1, 0, 0, "-", "anat"], [6, 0, 0, "-", "cli"], [8, 0, 0, "-", "data"], [9, 0, 0, "-", "dwi"], [10, 0, 0, "-", "engine"], [13, 0, 0, "-", "func"], [15, 0, 0, "-", "interfaces"], [43, 0, 0, "-", "reports"], [45, 0, 0, "-", "utils"], [54, 0, 0, "-", "viz"], [58, 0, 0, "-", "workflows"]], "niworkflows.anat": [[2, 0, 0, "-", "ants"], [3, 0, 0, "-", "coregistration"], [4, 0, 0, "-", "freesurfer"], [5, 0, 0, "-", "skullstrip"]], "niworkflows.anat.ants": [[2, 1, 1, "", "init_atropos_wf"], [2, 1, 1, "", "init_brain_extraction_wf"], [2, 1, 1, "", "init_n4_only_wf"]], "niworkflows.anat.coregistration": [[3, 1, 1, "", "compare_xforms"], [3, 1, 1, "", "init_bbreg_wf"]], "niworkflows.anat.freesurfer": [[4, 1, 1, "", "init_gifti_surface_wf"]], "niworkflows.anat.skullstrip": [[5, 1, 1, "", "afni_wf"]], "niworkflows.cli": [[7, 0, 0, "-", "boldref"]], "niworkflows.cli.boldref": [[7, 1, 1, "", "get_parser"], [7, 1, 1, "", "main"]], "niworkflows.data": [[8, 1, 1, "", "load"]], "niworkflows.data.load": [[8, 2, 1, "", "as_path"], [8, 2, 1, "", "cached"], [8, 2, 1, "", "readable"]], "niworkflows.engine": [[11, 0, 0, "-", "plugin"], [12, 0, 0, "-", "workflows"]], "niworkflows.engine.plugin": [[11, 3, 1, "", "DistributedPluginBase"], [11, 3, 1, "", "MultiProcPlugin"], [11, 3, 1, "", "PluginBase"], [11, 1, 1, "", "run_node"]], "niworkflows.engine.plugin.DistributedPluginBase": [[11, 2, 1, "", "run"]], "niworkflows.engine.plugin.PluginBase": [[11, 2, 1, "", "run"]], "niworkflows.engine.workflows": [[12, 3, 1, "", "LiterateWorkflow"]], "niworkflows.engine.workflows.LiterateWorkflow": [[12, 2, 1, "", "visit_desc"]], "niworkflows.func": [[14, 0, 0, "-", "util"]], "niworkflows.func.util": [[14, 1, 1, "", "init_bold_reference_wf"], [14, 1, 1, "", "init_enhance_and_skullstrip_bold_wf"], [14, 1, 1, "", "init_skullstrip_bold_wf"]], "niworkflows.interfaces": [[16, 0, 0, "-", "bids"], [17, 0, 0, "-", "bold"], [18, 0, 0, "-", "cifti"], [19, 0, 0, "-", "confounds"], [20, 0, 0, "-", "conftest"], [21, 0, 0, "-", "fixes"], [22, 0, 0, "-", "freesurfer"], [23, 0, 0, "-", "header"], [24, 0, 0, "-", "images"], [25, 0, 0, "-", "itk"], [26, 0, 0, "-", "morphology"], [27, 0, 0, "-", "nibabel"], [28, 0, 0, "-", "nilearn"], [29, 0, 0, "-", "nitransforms"], [30, 0, 0, "-", "norm"], [31, 0, 0, "-", "patches"], [32, 0, 0, "-", "plotting"], [33, 0, 0, "-", "probmaps"], [34, 0, 0, "-", "reportlets"], [39, 0, 0, "-", "space"], [40, 0, 0, "-", "surf"], [41, 0, 0, "-", "utility"], [42, 0, 0, "-", "workbench"]], "niworkflows.interfaces.bids": [[16, 3, 1, "", "BIDSDataGrabber"], [16, 3, 1, "", "BIDSFreeSurferDir"], [16, 3, 1, "", "BIDSInfo"], [16, 3, 1, "", "DerivativesDataSink"], [16, 3, 1, "", "PrepareDerivative"], [16, 3, 1, "", "ReadSidecarJSON"], [16, 3, 1, "", "SaveDerivative"]], "niworkflows.interfaces.bids.BIDSInfo": [[16, 4, 1, "", "output_spec"]], "niworkflows.interfaces.bids.DerivativesDataSink": [[16, 4, 1, "", "out_path_base"]], "niworkflows.interfaces.bids.ReadSidecarJSON": [[16, 4, 1, "", "layout"], [16, 4, 1, "", "output_spec"]], "niworkflows.interfaces.bold": [[17, 3, 1, "", "NonsteadyStatesDetector"]], "niworkflows.interfaces.cifti": [[18, 3, 1, "", "CiftiNameSource"], [18, 3, 1, "", "GenerateCifti"]], "niworkflows.interfaces.confounds": [[19, 3, 1, "", "ExpandModel"], [19, 3, 1, "", "NormalizeMotionParams"], [19, 3, 1, "", "SpikeRegressors"], [19, 1, 1, "", "exponential_terms"], [19, 1, 1, "", "parse_expression"], [19, 1, 1, "", "parse_formula"], [19, 1, 1, "", "spike_regressors"], [19, 1, 1, "", "temporal_derivatives"]], "niworkflows.interfaces.conftest": [[20, 1, 1, "", "data_dir"]], "niworkflows.interfaces.fixes": [[21, 3, 1, "", "FixHeaderApplyTransforms"], [21, 3, 1, "", "FixHeaderRegistration"], [21, 3, 1, "", "FixN4BiasFieldCorrection"]], "niworkflows.interfaces.freesurfer": [[22, 3, 1, "", "FSDetectInputs"], [22, 3, 1, "", "FSInjectBrainExtracted"], [22, 3, 1, "", "MakeMidthickness"], [22, 3, 1, "", "MedialNaNs"], [22, 3, 1, "", "PatchedBBRegisterRPT"], [22, 3, 1, "", "PatchedConcatenateLTA"], [22, 3, 1, "", "PatchedLTAConvert"], [22, 3, 1, "", "PatchedMRICoregRPT"], [22, 3, 1, "", "PatchedRobustRegister"], [22, 3, 1, "", "RefineBrainMask"], [22, 3, 1, "", "StructuralReference"], [22, 3, 1, "", "TruncateLTA"], [22, 1, 1, "", "detect_inputs"], [22, 1, 1, "", "fix_lta_length"], [22, 1, 1, "", "grow_mask"], [22, 1, 1, "", "inject_skullstripped"], [22, 1, 1, "", "medial_wall_to_nan"], [22, 1, 1, "", "mri_info"], [22, 1, 1, "", "refine_aseg"]], "niworkflows.interfaces.freesurfer.MakeMidthickness": [[22, 5, 1, "", "cmdline"]], "niworkflows.interfaces.freesurfer.PatchedConcatenateLTA": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.freesurfer.PatchedLTAConvert": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.freesurfer.PatchedRobustRegister": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.freesurfer.StructuralReference": [[22, 5, 1, "", "cmdline"]], "niworkflows.interfaces.freesurfer.TruncateLTA": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.header": [[23, 3, 1, "", "CopyHeader"], [23, 3, 1, "", "CopyXForm"], [23, 3, 1, "", "MatchHeader"], [23, 3, 1, "", "SanitizeImage"], [23, 3, 1, "", "ValidateImage"]], "niworkflows.interfaces.header.CopyXForm": [[23, 4, 1, "", "output_spec"]], "niworkflows.interfaces.images": [[24, 3, 1, "", "Conform"], [24, 3, 1, "", "IntraModalMerge"], [24, 3, 1, "", "RegridToZooms"], [24, 3, 1, "", "RobustAverage"], [24, 3, 1, "", "SignalExtraction"], [24, 3, 1, "", "TemplateDimensions"], [24, 1, 1, "", "normalize_xform"], [24, 1, 1, "", "reorient"]], "niworkflows.interfaces.itk": [[25, 3, 1, "", "MCFLIRT2ITK"], [25, 3, 1, "", "MultiApplyTransforms"]], "niworkflows.interfaces.morphology": [[26, 3, 1, "", "BinaryDilation"], [26, 3, 1, "", "BinarySubtraction"], [26, 1, 1, "", "image_binary_dilation"]], "niworkflows.interfaces.nibabel": [[27, 3, 1, "", "ApplyMask"], [27, 3, 1, "", "Binarize"], [27, 3, 1, "", "BinaryDilation"], [27, 3, 1, "", "DemeanImage"], [27, 3, 1, "", "FilledImageLike"], [27, 3, 1, "", "GenerateSamplingReference"], [27, 3, 1, "", "IntensityClip"], [27, 3, 1, "", "MapLabels"], [27, 3, 1, "", "MergeROIs"], [27, 3, 1, "", "MergeSeries"], [27, 3, 1, "", "RegridToZooms"], [27, 3, 1, "", "ReorientImage"], [27, 3, 1, "", "SplitSeries"], [27, 1, 1, "", "reorient_file"], [27, 1, 1, "", "reorient_image"]], "niworkflows.interfaces.nilearn": [[28, 3, 1, "", "ComputeEPIMask"], [28, 3, 1, "", "MaskEPI"], [28, 3, 1, "", "Merge"]], "niworkflows.interfaces.nitransforms": [[29, 3, 1, "", "ConcatenateXFMs"], [29, 1, 1, "", "concatenate_xfms"]], "niworkflows.interfaces.norm": [[30, 3, 1, "", "SpatialNormalization"], [30, 1, 1, "", "create_cfm"], [30, 1, 1, "", "mask"]], "niworkflows.interfaces.patches": [[31, 3, 1, "", "FreeSurferSource"], [31, 3, 1, "", "RobustACompCor"], [31, 3, 1, "", "RobustTCompCor"]], "niworkflows.interfaces.plotting": [[32, 3, 1, "", "CompCorVariancePlot"], [32, 3, 1, "", "ConfoundsCorrelationPlot"], [32, 3, 1, "", "FMRISummary"]], "niworkflows.interfaces.probmaps": [[33, 3, 1, "", "AddTPMs"], [33, 3, 1, "", "TPM2ROI"]], "niworkflows.interfaces.reportlets": [[35, 0, 0, "-", "base"], [36, 0, 0, "-", "masks"], [37, 0, 0, "-", "registration"], [38, 0, 0, "-", "segmentation"]], "niworkflows.interfaces.reportlets.base": [[35, 3, 1, "", "RegistrationRC"], [35, 3, 1, "", "ReportingInterface"], [35, 3, 1, "", "SegmentationRC"], [35, 3, 1, "", "SurfaceSegmentationRC"]], "niworkflows.interfaces.reportlets.masks": [[36, 3, 1, "", "ACompCorRPT"], [36, 3, 1, "", "BETRPT"], [36, 3, 1, "", "BrainExtractionRPT"], [36, 3, 1, "", "ROIsPlot"], [36, 3, 1, "", "SimpleShowMaskRPT"], [36, 3, 1, "", "TCompCorRPT"]], "niworkflows.interfaces.reportlets.registration": [[37, 3, 1, "", "ANTSApplyTransformsRPT"], [37, 3, 1, "", "ANTSRegistrationRPT"], [37, 3, 1, "", "ApplyTOPUPRPT"], [37, 3, 1, "", "ApplyXFMRPT"], [37, 3, 1, "", "BBRegisterRPT"], [37, 3, 1, "", "FLIRTRPT"], [37, 3, 1, "", "FUGUERPT"], [37, 3, 1, "", "MRICoregRPT"], [37, 3, 1, "", "ResampleBeforeAfterRPT"], [37, 3, 1, "", "SimpleBeforeAfterRPT"], [37, 3, 1, "", "SpatialNormalizationRPT"]], "niworkflows.interfaces.reportlets.segmentation": [[38, 3, 1, "", "FASTRPT"], [38, 3, 1, "", "ICA_AROMARPT"], [38, 3, 1, "", "MELODICRPT"], [38, 3, 1, "", "ReconAllRPT"]], "niworkflows.interfaces.space": [[39, 3, 1, "", "SpaceDataSource"]], "niworkflows.interfaces.surf": [[40, 3, 1, "", "CSVToGifti"], [40, 3, 1, "", "CreateSurfaceROI"], [40, 3, 1, "", "GiftiNameSource"], [40, 3, 1, "", "GiftiSetAnatomicalStructure"], [40, 3, 1, "", "GiftiToCSV"], [40, 3, 1, "", "NormalizeSurf"], [40, 3, 1, "", "PLYtoGifti"], [40, 3, 1, "", "Path2BIDS"], [40, 3, 1, "", "PoissonRecon"], [40, 3, 1, "", "SurfacesToPointCloud"], [40, 3, 1, "", "UnzipJoinedSurfaces"], [40, 1, 1, "", "get_gii_meta"], [40, 1, 1, "", "load_transform"], [40, 1, 1, "", "normalize_surfs"], [40, 1, 1, "", "ply2gii"], [40, 1, 1, "", "pointcloud2ply"], [40, 1, 1, "", "vertex_normals"]], "niworkflows.interfaces.surf.Path2BIDS": [[40, 4, 1, "", "output_spec"]], "niworkflows.interfaces.utility": [[41, 3, 1, "", "AddTSVHeader"], [41, 3, 1, "", "DictMerge"], [41, 3, 1, "", "JoinTSVColumns"], [41, 3, 1, "", "KeySelect"], [41, 3, 1, "", "TSV2JSON"]], "niworkflows.interfaces.utility.KeySelect": [[41, 4, 1, "", "input_spec"], [41, 4, 1, "", "output_spec"]], "niworkflows.interfaces.workbench": [[42, 3, 1, "", "MetricDilate"], [42, 3, 1, "", "MetricFillHoles"], [42, 3, 1, "", "MetricMask"], [42, 3, 1, "", "MetricRemoveIslands"], [42, 3, 1, "", "MetricResample"], [42, 3, 1, "", "OpenMPCommandMixin"], [42, 3, 1, "", "VolumeToSurfaceMapping"]], "niworkflows.interfaces.workbench.OpenMPCommandMixin": [[42, 2, 1, "", "run"]], "niworkflows.reports": [[44, 0, 0, "-", "core"], [43, 1, 1, "", "generate_reports"]], "niworkflows.reports.core": [[44, 3, 1, "", "Element"], [44, 3, 1, "", "Report"], [44, 3, 1, "", "Reportlet"], [44, 3, 1, "", "Smallest"], [44, 3, 1, "", "SubReport"], [44, 1, 1, "", "generate_reports"], [44, 1, 1, "", "run_reports"]], "niworkflows.reports.core.Report": [[44, 2, 1, "", "generate_report"], [44, 2, 1, "", "index"], [44, 2, 1, "", "init_layout"]], "niworkflows.reports.core.Reportlet": [[44, 2, 1, "", "is_empty"]], "niworkflows.utils": [[46, 0, 0, "-", "bids"], [47, 0, 0, "-", "connections"], [48, 0, 0, "-", "debug"], [49, 0, 0, "-", "images"], [50, 0, 0, "-", "misc"], [51, 0, 0, "-", "spaces"], [52, 0, 0, "-", "testing"], [53, 0, 0, "-", "timeseries"]], "niworkflows.utils.bids": [[46, 6, 1, "", "BIDSError"], [46, 6, 1, "", "BIDSWarning"], [46, 1, 1, "", "check_pipeline_version"], [46, 1, 1, "", "collect_data"], [46, 1, 1, "", "collect_participants"], [46, 1, 1, "", "get_metadata_for_nifti"], [46, 1, 1, "", "group_multiecho"], [46, 1, 1, "", "relative_to_root"]], "niworkflows.utils.connections": [[47, 1, 1, "", "listify"], [47, 1, 1, "", "pop_file"]], "niworkflows.utils.debug": [[48, 1, 1, "", "is_interactive"], [48, 1, 1, "", "setup_exceptionhook"]], "niworkflows.utils.images": [[49, 1, 1, "", "demean"], [49, 1, 1, "", "dseg_label"], [49, 1, 1, "", "nii_ones_like"], [49, 1, 1, "", "overwrite_header"], [49, 1, 1, "", "resample_by_spacing"], [49, 1, 1, "", "rotate_affine"], [49, 1, 1, "", "rotation2canonical"], [49, 1, 1, "", "set_consumables"], [49, 1, 1, "", "unsafe_write_nifti_header_and_data"], [49, 1, 1, "", "update_header_fields"]], "niworkflows.utils.misc": [[50, 1, 1, "", "add_suffix"], [50, 1, 1, "", "clean_directory"], [50, 1, 1, "", "fix_multi_T1w_source_name"], [50, 1, 1, "", "get_template_specs"], [50, 1, 1, "", "read_crashfile"], [50, 1, 1, "", "splitext"]], "niworkflows.utils.spaces": [[51, 7, 1, "", "FSAVERAGE_DENSITY"], [51, 7, 1, "", "FSAVERAGE_LEGACY"], [51, 7, 1, "", "NONSTANDARD_2D_REFERENCES"], [51, 7, 1, "", "NONSTANDARD_REFERENCES"], [51, 3, 1, "", "OutputReferencesAction"], [51, 3, 1, "", "Reference"], [51, 3, 1, "", "SpatialReferences"], [51, 1, 1, "", "format_reference"], [51, 1, 1, "", "hasspec"], [51, 1, 1, "", "reference2dict"]], "niworkflows.utils.spaces.Reference": [[51, 4, 1, "", "dim"], [51, 2, 1, "", "from_string"], [51, 5, 1, "", "fullname"], [51, 5, 1, "", "legacyname"], [51, 4, 1, "", "space"], [51, 4, 1, "", "spec"], [51, 4, 1, "", "standard"]], "niworkflows.utils.spaces.SpatialReferences": [[51, 2, 1, "", "add"], [51, 2, 1, "", "append"], [51, 5, 1, "", "cached"], [51, 2, 1, "", "check_space"], [51, 2, 1, "", "checkpoint"], [51, 2, 1, "", "get_fs_spaces"], [51, 2, 1, "", "get_nonstandard"], [51, 2, 1, "", "get_spaces"], [51, 2, 1, "", "get_standard"], [51, 2, 1, "", "insert"], [51, 2, 1, "", "is_cached"], [51, 5, 1, "", "references"], [51, 4, 1, "", "standard_spaces"]], "niworkflows.utils.testing": [[52, 1, 1, "", "combine_entities"], [52, 1, 1, "", "generate_bids_skeleton"], [52, 1, 1, "", "to_json"]], "niworkflows.viz": [[55, 0, 0, "-", "notebook"], [54, 1, 1, "", "plot_carpet"], [56, 0, 0, "-", "plots"], [57, 0, 0, "-", "utils"]], "niworkflows.viz.notebook": [[55, 1, 1, "", "display"]], "niworkflows.viz.plots": [[56, 1, 1, "", "cifti_surfaces_plot"], [56, 1, 1, "", "compcor_variance_plot"], [56, 1, 1, "", "confoundplot"], [56, 1, 1, "", "confounds_correlation_plot"], [56, 3, 1, "", "fMRIPlot"], [56, 1, 1, "", "plot_carpet"], [56, 1, 1, "", "spikesplot"], [56, 1, 1, "", "spikesplot_cb"]], "niworkflows.viz.plots.fMRIPlot": [[56, 4, 1, "", "confounds"], [56, 4, 1, "", "nskip"], [56, 4, 1, "", "paired_carpet"], [56, 2, 1, "", "plot"], [56, 4, 1, "", "segments"], [56, 4, 1, "", "sort_carpet"], [56, 4, 1, "", "spikes"], [56, 4, 1, "", "timeseries"], [56, 4, 1, "", "tr"]], "niworkflows.viz.utils": [[57, 1, 1, "", "compose_view"], [57, 1, 1, "", "cuts_from_bbox"], [57, 1, 1, "", "extract_svg"], [57, 1, 1, "", "plot_melodic_components"], [57, 1, 1, "", "plot_registration"], [57, 1, 1, "", "plot_segs"], [57, 1, 1, "", "robust_set_limits"], [57, 1, 1, "", "svg2str"], [57, 1, 1, "", "svg_compress"], [57, 1, 1, "", "transform_to_2d"]], "niworkflows.workflows": [[59, 0, 0, "-", "epi"]], "niworkflows.workflows.epi": [[60, 0, 0, "-", "refmap"]], "niworkflows.workflows.epi.refmap": [[60, 1, 1, "", "init_epi_reference_wf"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "method", "Python method"], "3": ["py", "class", "Python class"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "property", "Python property"], "6": ["py", "exception", "Python exception"], "7": ["py", "data", "Python data"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:method", "3": "py:class", "4": "py:attribute", "5": "py:property", "6": "py:exception", "7": "py:data"}, "terms": {"": [2, 3, 4, 5, 11, 12, 14, 16, 21, 22, 24, 25, 27, 28, 36, 37, 38, 40, 42, 46, 47, 50, 51, 60, 62, 63], "0": [2, 11, 14, 16, 19, 21, 22, 23, 24, 25, 27, 28, 31, 32, 33, 36, 37, 38, 40, 42, 44, 47, 51, 54, 56, 57, 60, 62, 63], "0001": 38, "01": [2, 16, 22, 44, 46, 62], "01_bold": [16, 46, 50], "01_desc": [16, 44], "01_run": 46, "01_sbref": 46, "01_se": [16, 22, 46], "01_space": 16, "01_t1": 46, "01_t1w": 46, "01_task": 46, "02": [16, 31, 36, 46], "02_bold": 46, "02_desc": 16, "02_sbref": 46, "02_se": 16, "03": [46, 62], "03_bold": 46, "03_sbref": 46, "04": [2, 46, 62], "045": 50, "045_se": 50, "045_t1w": 50, "048": 19, "04_bold": 46, "04_sbref": 46, "05": [22, 46, 62], "05_bold": 46, "05_sbref": 46, "06": [21, 37, 46, 62], "06_bold": 46, "06_sbref": 46, "07": [46, 62, 63], "08": [19, 46, 62], "09": [46, 62], "09c": 61, "0rc1": 61, "0x1": 16, "1": [2, 5, 11, 14, 16, 19, 21, 22, 23, 24, 25, 27, 30, 31, 36, 37, 38, 42, 44, 46, 47, 50, 51, 54, 56, 62, 63], "10": [2, 3, 17, 19, 21, 37, 38, 42, 46, 50, 62], "100": [22, 37, 51], "100185": [16, 46], "100185_magnitude1": 46, "100185_magnitude2": 46, "100185_phasediff": [16, 46], "100185_t1w": 46, "100185_task": 46, "1016": 19, "10f": 37, "10k": [40, 51], "10k_hemi": 40, "10mm": 3, "11": [42, 62], "12": [3, 22, 37, 62], "1200": [54, 56], "122": 61, "124": 61, "125": 61, "126": 61, "1268": 22, "1274": 22, "128": [31, 36, 61], "129": 46, "13": 62, "130": 61, "131": 61, "133": 61, "134": 61, "135": 61, "14": [46, 62], "144": 61, "148": 61, "15": [3, 57, 62], "150": [54, 56], "154": [54, 56], "155": 61, "157": 61, "158": [54, 56], "15mm": 3, "16": [11, 62, 63], "161": 61, "164k": [22, 51], "166": 61, "167": 61, "168": 61, "169": 61, "170": 61, "170k": 18, "171": 61, "172": 61, "174": 61, "180": 22, "187": 61, "188": 61, "189": 61, "190": 61, "192": 61, "193": 61, "199": 61, "1_bold": 46, "1_custom2": 16, "1_run": 46, "1_t1w": [16, 50], "1b": 2, "1b79e56": 40, "1e": [21, 22, 37], "1mm": 38, "1rc5": 46, "1x1x0": [21, 37], "1x1x0x1x1x0": [21, 37], "2": [2, 16, 17, 18, 19, 21, 22, 25, 26, 27, 28, 30, 31, 32, 36, 37, 38, 39, 42, 44, 46, 47, 50, 51, 56, 62, 63], "20": [17, 32, 38, 56], "200": [2, 17, 61], "2009c": 61, "2013": 19, "2014": 19, "2017": [54, 56], "202": 61, "2020": 62, "2021": 62, "2022": 62, "2023": 62, "2024": 62, "204": 61, "205": 61, "207": 61, "208": 61, "209": 61, "20mm": 3, "21": 62, "210": 61, "211": 61, "2120": 22, "214": 61, "215": 61, "22": 62, "220": 61, "221": 61, "223": 61, "224": 61, "225": 61, "226": 61, "227": 61, "228": 61, "2285": 61, "229": 61, "23": 62, "230": 61, "2325": 61, "233": 61, "2368": 61, "2373": 61, "2376": 61, "238": 61, "2383": 61, "2384": 61, "24": [19, 62], "240": 61, "241": 61, "243": 61, "244": 61, "247": 61, "248": 61, "249": 61, "25": [22, 62], "251": 61, "255": [22, 61], "256": 61, "2562": 51, "257": 61, "258": 61, "259": 61, "25gb": 11, "26": 62, "261": 61, "263": 61, "264": 61, "266": 61, "267": 61, "268": 61, "269": 61, "27": 62, "270": 61, "271": 61, "272": 61, "27216e69": [30, 37], "274": 61, "275": 61, "276": 61, "277": [40, 61], "278": 61, "28": 62, "280": 61, "284": 61, "285": 61, "286": 61, "287": 61, "288": 61, "29": 62, "290": [40, 61], "292": 61, "295": 61, "298": 61, "299": 61, "2_bold": 46, "2_custom2": 16, "2_re": [39, 51], "2_run": 46, "2_t1w": [16, 50], "2d": [37, 38, 51], "2f": [36, 37, 38], "3": [2, 14, 16, 19, 21, 22, 24, 25, 27, 36, 37, 38, 41, 42, 46, 49, 51, 57, 62, 63], "30": 41, "300": [57, 61], "302": 61, "303": 61, "304": 61, "305": 61, "307": 61, "30k": 51, "30th": 61, "31": 62, "310": 61, "312": 61, "315": 61, "316": 61, "317": 61, "318": 61, "32": 19, "324": 61, "325": 61, "326": 61, "328": 61, "3299": 46, "32k": [18, 22, 56, 61], "32k_bold": 18, "330": 61, "332": 61, "337": 61, "338": 61, "340": 61, "341": 61, "342": 61, "343": 61, "344": 61, "345": 61, "346": 61, "347": 61, "348": 61, "349": 61, "35": 27, "350": 61, "351": 61, "352": 61, "353": 61, "354": 61, "355": 61, "356": 61, "357": 61, "358": 61, "359": 61, "36": 19, "360": 61, "362": 61, "363": 61, "364": 61, "365": 61, "366": 61, "36713": 44, "368": 61, "369": 61, "375": 61, "376": 61, "378": 61, "380": 61, "381": 61, "382": 61, "383": 61, "386": 61, "387": 61, "389": 61, "391": 61, "397": 61, "398": 61, "3_bold": 46, "3_run": 46, "3d": [2, 14, 24, 26, 27, 28, 31, 36, 37, 38, 42, 57, 61], "3dautomask": 14, "3dunif": [5, 14, 61], "3e3a2f3": 61, "3f": [22, 38], "3mm": 14, "3x": 24, "4": [2, 14, 19, 21, 22, 24, 25, 27, 30, 37, 38, 40, 42, 62], "40": [17, 38], "401": 61, "402": 61, "403": 61, "405": 61, "407": 61, "408": 61, "409": 61, "414": 61, "416": 61, "417": 61, "418": 61, "419": 61, "41k": 51, "420": 61, "426": 61, "427": 61, "428": 61, "429": 61, "430": 61, "432": 61, "435": 61, "436": 61, "438": 61, "439": 61, "441": 61, "442": 61, "443": 61, "447": 61, "451": 61, "452": 61, "453": 61, "454": 61, "455": 61, "456": 61, "457": 61, "460": 61, "461": 61, "463": 61, "464": 61, "466": 61, "467": 61, "468": 61, "469": 61, "470": 61, "471": 61, "472": 61, "473": 61, "474": 61, "475": 61, "477": 61, "482": 61, "483": 61, "484": 61, "485": 61, "488": 61, "489": 61, "491": 61, "492": 61, "493": 61, "494": 61, "495": 61, "496": 61, "497": 61, "498": 61, "4d": [14, 17, 22, 24, 27, 28, 31, 36, 37, 61], "4f": 22, "4th": 19, "4x4": 37, "5": [2, 14, 19, 21, 22, 24, 27, 32, 37, 41, 42, 51, 56, 62, 63], "50": 38, "500": 61, "503": 61, "504": 61, "505": 61, "507": 61, "511": 61, "512": 61, "514": 61, "516": 61, "521": 61, "525": 61, "527": 61, "529": 61, "530": 61, "532": 61, "533": 61, "534": 61, "535": 61, "538": 61, "539": 61, "541": 61, "543": 61, "544": 61, "545": 61, "547": 61, "548": 61, "549": 61, "55": 61, "550": 61, "552": 61, "554": 61, "561": 61, "563": 61, "565": 61, "566": 61, "567": 61, "573": 61, "577": 61, "578": 61, "580": 61, "582": 61, "583": 61, "584": 61, "585": 61, "586": 61, "589": 61, "592": 61, "593": 61, "594": 61, "596": 61, "599": 61, "59k": 22, "6": [2, 3, 14, 19, 22, 37, 41, 42, 46, 51, 56, 62, 63], "601": 60, "602": 61, "603": 61, "605": 61, "606": 61, "607": 61, "608": 61, "609": 61, "610": 61, "616": 61, "617": 61, "620": 61, "621": 61, "622": 61, "624": 61, "626": 61, "629": 61, "634": 61, "635": 61, "636": 61, "638": 61, "641": 61, "642": 51, "643": 61, "645": 61, "646": 61, "647": 61, "649": 61, "650": 61, "651": 61, "653": 61, "654": 61, "655": 61, "656": 61, "657": 61, "658": 61, "663": 61, "666": 61, "668": 61, "673": 61, "674": 61, "675": 61, "676": 61, "677": 61, "678": 61, "679": 61, "680": 61, "681": [3, 61], "682": 61, "683": 61, "685": 22, "686": 61, "687": 61, "688": 61, "689": 61, "690": 61, "691": 61, "692": 61, "695": 61, "697": 61, "699": 61, "6mm": [14, 51], "6th": 19, "7": [2, 16, 22, 32, 37, 42, 46, 56, 62], "701": 61, "703": 61, "704": 61, "706": 61, "712": 61, "714": 61, "716": 61, "717": 61, "719": 61, "720": 61, "721": 61, "724": 61, "725": 61, "727": 61, "730": 61, "731": 61, "735": 61, "736": 61, "737": 61, "738": 61, "739": 61, "741": 61, "743": 61, "744": 61, "745": 61, "746": 61, "747": 61, "748": 61, "75": 16, "750": 61, "751": 61, "753": 61, "754": 61, "756": 61, "758": 61, "759": 61, "760": 61, "762": 61, "763": 61, "764": 61, "765": 61, "766": 61, "767": 61, "768": 22, "769": 61, "77": 61, "770": 61, "771": 61, "772": 61, "773": 61, "775": 61, "776": 31, "777": 61, "778": 22, "779": 61, "780": 61, "781": 61, "782": 61, "783": 61, "784": 61, "785": 61, "788": 61, "791": 61, "792": 61, "793": 61, "795": 61, "796": 61, "797": 61, "798": 61, "7a76a45": 61, "8": [2, 11, 42, 57, 62], "800": 61, "801": 61, "803": 61, "805": 61, "806": 61, "807": 61, "808": 61, "810": 61, "811": 61, "813": 61, "815": 61, "816": 61, "817": 61, "818": 61, "820": 61, "821": 61, "823": 61, "824": 61, "825": 61, "826": 61, "828": 61, "831": 61, "832": 61, "833": 61, "834": 61, "835": 61, "837": 61, "839": 61, "840": 61, "840261": [30, 37], "841": 61, "842": 61, "843": 61, "844": 61, "845": 61, "846": 61, "85": [14, 28], "857": 61, "858": 61, "859": 61, "866": 61, "867": 61, "868": 61, "870": 61, "876": 61, "878": 61, "879": 61, "880": 61, "885": 61, "9": [2, 3, 14, 19, 21, 22, 32, 37, 40, 42, 56, 62, 63], "900": [54, 56], "91k": [18, 39, 51], "9291324": 40, "940": 31, "95": 33, "98": 27, "99": [27, 57], "999": [22, 37], "A": [2, 11, 14, 16, 19, 21, 22, 24, 25, 26, 27, 28, 30, 35, 36, 37, 38, 39, 42, 44, 46, 51, 54, 56, 57, 60, 61, 63], "AND": 22, "As": [36, 37, 61, 63], "At": [21, 60], "Be": 61, "By": [19, 21, 24, 31, 36, 37, 46, 56], "For": [2, 16, 19, 21, 25, 37, 38, 40, 42, 60], "INTO": [21, 25, 37], "If": [2, 3, 4, 14, 16, 19, 21, 22, 24, 25, 27, 30, 31, 36, 37, 38, 40, 41, 42, 48, 49, 50, 54, 56, 57, 60], "In": [14, 40, 41, 61], "It": [3, 14, 61, 62], "Its": 16, "No": 22, "Not": 24, "OR": 42, "On": 63, "One": [21, 27, 31, 36, 37], "That": [31, 36], "The": [2, 3, 10, 11, 14, 16, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 36, 37, 39, 40, 42, 44, 46, 49, 51, 52, 54, 56, 61, 63], "These": [4, 21, 40, 49, 63], "To": [19, 24, 36, 61], "With": [2, 22, 61], "_": [16, 46], "__version__": 63, "_bidsinfooutputspec": 16, "_confound": 61, "_densiti": 40, "_fix_surfs0": 40, "_generate_report": 35, "_hemi": 40, "_keyselectinputspec": 41, "_keyselectoutputspec": 41, "_mixeltyp": 38, "_mtw": 61, "_path2bidsoutputspec": 40, "_pveseg": 38, "_readsidecarjsonoutputspec": 16, "_run_interfac": 61, "_seg": 38, "_t2starw": 61, "_test": 50, "_tran": [21, 25, 37], "_tse": 61, "a2": 36, "a2009": [31, 38], "a_desc": 16, "a_t1w": 16, "a_temp_fil": 16, "abbr": 27, "abil": [31, 36], "about": 61, "abov": [3, 19, 22, 60, 63], "absolut": [16, 27, 30, 61], "abstract": 35, "abstractcontextmanag": 8, "accept": [2, 3, 24, 47, 51, 61], "access": [8, 61, 62], "accident": 61, "accommod": 14, "accord": [18, 19, 40], "account": 61, "accur": [30, 37], "ack": 56, "acompcor": [31, 32, 36, 56], "acompcorrpt": [0, 36], "acquir": 60, "acquisit": [16, 62], "acr": 61, "across": [11, 24, 38, 40, 44, 50, 54, 56, 61], "act": 42, "action": [23, 51, 61], "activ": 22, "ad": [19, 21, 40, 41, 61], "adap_bary_area": 42, "adapt": 57, "add": [0, 12, 19, 40, 41, 50, 51, 61], "add_suffix": [0, 50], "addhead": 41, "addit": [2, 19, 21, 22, 25, 36, 37, 38, 40, 41, 42, 61, 63], "addition": [4, 19], "additional_metadata": 41, "address": 61, "addtpm": [0, 33, 61], "addtsvhead": [0, 41, 61], "adelavega": 61, "adjac": [21, 37], "adjoin": [19, 41], "adjust": [27, 49], "advant": [30, 37], "ae69b9a": 40, "affin": [2, 3, 4, 14, 16, 21, 23, 24, 27, 37, 38, 40, 49, 60, 61], "affine_toler": [27, 61], "affineiniti": 61, "affmat": 38, "afni": [5, 14, 19, 24, 61, 63], "afni_wf": [0, 5], "afniskullstripworkflow": 5, "after": [2, 3, 14, 16, 19, 22, 24, 25, 27, 31, 36, 37, 38, 39, 40, 42, 49, 61], "after_label": 37, "again": 61, "against": [46, 49], "agent": 61, "aggr": 38, "aggr_denoised_fil": 38, "aggress": 38, "aggresss": 38, "agorithm": 14, "aic": 38, "aid": 61, "al": 19, "alejandro": 61, "algo_dummy_scan": 14, "algorithm": [2, 5, 14, 21, 40, 42, 54, 56, 60], "algorithmsurfaceapplyaffin": 40, "alia": [16, 23, 40, 41], "alias": 61, "align": [2, 3, 4, 16, 21, 22, 24, 37, 40, 42, 60, 61], "all": [2, 4, 11, 12, 19, 21, 22, 24, 25, 27, 31, 32, 36, 37, 38, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 56, 57, 60, 61, 63], "all_bold_fil": 14, "allow": [2, 16, 21, 22, 27, 31, 37, 42, 61], "allow_4d": 27, "allowed_ent": [16, 61], "almost": 49, "along": [4, 24, 27, 37, 42, 57, 61], "alongsid": 16, "alreadi": [2, 16, 31, 36, 37, 38, 40, 51], "also": [2, 22, 36, 40, 42, 44, 60, 61], "alter": 46, "altern": [2, 24, 38, 61], "although": [3, 40], "alwai": [35, 44, 49], "ambigu": 3, "ammen": 40, "among": 32, "amongst": 61, "amount": [11, 42], "an": [2, 11, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 44, 49, 54, 56, 60, 61, 62, 63], "analysi": 62, "analyz": [22, 37], "anat": [0, 16, 22, 46, 51, 62], "anat_deriv": 61, "anat_list": 24, "anat_nii": 57, "anat_onli": 16, "anat_typ": 24, "anat_valid_list": 24, "anatom": [2, 3, 22, 24, 36, 40, 42, 56, 57, 61], "anatomi": 2, "anatomical_imag": 36, "anatomicalstructureprimari": 40, "anatomicalstructuresecondari": 40, "anfi": 5, "angl": 37, "angle_rep": 37, "anglerep": 37, "angular": 37, "ani": [8, 11, 16, 19, 22, 23, 24, 27, 30, 31, 36, 37, 39, 40, 41, 42, 49, 50, 51, 54, 56, 60, 61], "anim": [57, 61], "annex": 61, "anniversari": 61, "annot": [31, 38], "anoth": [27, 29], "ant": [0, 1, 14, 21, 22, 30, 36, 37, 61, 63], "anterior": 24, "ants_seg": 22, "antsapplytransform": [21, 30, 37], "antsapplytransformsrpt": [0, 37, 61], "antsapplytransformstopoint": 40, "antsapplytransformtopoint": 40, "antsbrainextract": [2, 22, 36, 61], "antsbrainextraction_precis": 8, "antsbrainextraction_test": 8, "antsbrainextractionnolaplacian_precis": 8, "antsbrainextractionnolaplacian_test": 8, "antsregistr": [21, 37], "antsregistrationrpt": [0, 37, 61], "antswarp": [21, 25, 37], "anyth": 44, "ap": 16, "ap_run": 16, "apach": 61, "aparc": [22, 31, 37, 38], "aparc_a2009s_stat": [31, 38], "aparc_aseg": [31, 38], "aparc_stat": [31, 38], "api": [61, 62], "app": [44, 61], "append": [0, 14, 21, 25, 37, 51], "appli": [2, 3, 5, 14, 21, 22, 24, 25, 27, 30, 33, 36, 37, 40, 41, 42, 54, 56, 60, 61], "applic": [14, 62], "apply_isoxfm": 37, "apply_xfm": 37, "applyisoxfm": 37, "applymask": [0, 27, 61], "applytopup": 37, "applytopuprpt": [0, 37], "applytransform": [21, 61], "applyxfm": [37, 61], "applyxfmrpt": [0, 37, 61], "approach": [11, 38], "approxim": [38, 42], "april": 62, "ar": [2, 4, 8, 11, 14, 16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 51, 54, 56, 57, 60, 61, 63], "arang": 41, "arbitrari": [23, 61], "archiv": 61, "area": [31, 38, 42], "area_metr": 42, "area_pi": [31, 38], "area_surf": 42, "aren": 42, "arg": [7, 16, 21, 22, 25, 31, 36, 37, 38, 40, 42], "argument": [14, 21, 22, 23, 25, 32, 36, 37, 38, 40, 42, 46, 56, 57, 61], "aris": 61, "aroma": [57, 61], "around": [2, 61], "arrai": [11, 24, 26, 27, 46, 54, 56], "arrayproxi": 49, "art": 62, "artifact": 19, "artifici": [30, 37], "as_path": [0, 8], "ascend": 24, "asciii": 37, "aseg": [22, 31, 37, 38], "aseg_stat": [31, 38], "asl": [16, 51, 61], "aslprep": 61, "assess": [3, 10, 56], "assign": 41, "associ": [31, 38], "assort": 61, "assum": [2, 14, 22, 38, 61], "astyp": 41, "asym": [37, 61], "asym_se_tim": 37, "asymmetr": 37, "atla": [2, 31, 38, 61], "atom": 19, "atropo": [2, 36], "atropos_model": 2, "atropos_refin": 2, "atropos_use_random_se": 2, "atropos_wf": 2, "attempt": [22, 28, 36, 37, 38, 61], "attr": 61, "attribut": [11, 40, 51, 61], "attributeerror": 16, "audloc_echo": 46, "augment": 19, "august": 62, "auto": [22, 28, 36, 37, 38, 57], "auto_bold_nss": 60, "auto_detect_sensit": 22, "auto_sen": 22, "autom": [31, 38, 54, 56, 57], "automat": [2, 16, 31, 36, 38], "autorecon": 38, "autorecon1": 38, "autorecon2": 38, "autorecon3": 38, "avail": [2, 8, 14, 24, 31, 61, 63], "averag": [2, 14, 17, 22, 24, 31, 36, 38, 41, 42, 60], "average_metr": 22, "avg_curv": [31, 38], "avoid": [19, 22, 49, 61], "ax": [22, 37, 40, 49, 56, 61], "axi": [24, 27, 37, 57, 61], "axial": 57, "b": [2, 16, 19, 21, 36, 38, 41, 49, 56, 60], "b0": [22, 37], "b1": 5, "b418733": 61, "b_t1w": 16, "ba_stat": [31, 38], "back": 40, "background": [24, 37, 38, 57], "background_fil": 36, "backport": 61, "backward": [19, 61], "bad": [42, 49, 51], "bad_vertex_roi_fil": 42, "bad_vertices_fil": 42, "bad_vertices_out": 42, "ball": [26, 27], "ball_siz": 22, "band": [14, 61], "banner": 61, "bar": 56, "barycentr": 42, "base": [0, 2, 3, 5, 11, 12, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 44, 46, 51, 56, 57, 61, 63], "base_dir": 12, "base_directori": 16, "baseinterfac": [30, 41], "basenam": 16, "basi": [21, 31, 36, 37], "basic": [24, 44], "basil": 61, "batteri": 49, "bbox_nii": 57, "bbr": [3, 37], "bbreg_wf": 3, "bbregist": [3, 22, 37], "bbregisterrpt": [0, 22, 37, 61], "bbrslope": 37, "bbrtype": 37, "becaus": [42, 47, 60, 61], "becom": [56, 61], "been": [2, 11, 14, 21, 24, 38, 42, 44, 56], "befor": [2, 3, 21, 22, 24, 27, 36, 37, 38, 41, 61], "before_label": 37, "begin": [14, 21, 32, 37, 40, 56, 60], "beh_echo": 46, "beh_run": 46, "behav": 57, "behavior": [40, 42, 61], "being": [8, 11, 61, 62], "below": [3, 22, 24, 61], "best": [22, 23, 24, 37], "bet": [14, 36, 38, 61], "bet2": 36, "beta": 61, "betrpt": [0, 36, 61], "betsurf": 36, "better": [60, 61], "between": [3, 27, 31, 36, 46, 54, 56], "bewar": 61, "beyond": 17, "bf": [22, 37], "bg_imag": 38, "bg_svg": 57, "bg_threshold": 38, "bgimag": 38, "bgthreshold": 38, "bgvalu": 37, "bia": [2, 5, 14, 21, 36, 38, 61], "bias_correct": [2, 5], "bias_corrected_fil": 14, "bias_field": 38, "bias_imag": [2, 5, 21], "bias_it": 38, "bias_lowpass": 38, "bic": 38, "bid": [0, 2, 15, 22, 40, 44, 45, 47, 52, 61], "bids_collect_data": [16, 22], "bids_config": 52, "bids_dir": [16, 46], "bids_filt": 46, "bids_info": 16, "bids_root": 46, "bids_src": 16, "bids_suffix": 2, "bids_valid": [16, 22, 46], "bidsdatagrabb": [0, 16], "bidserror": [0, 46], "bidsfil": 44, "bidsfreesurferdir": [0, 16, 61], "bidsinfo": [0, 16, 61], "bidslayout": [44, 46, 61], "bidsroot": 16, "bidswarn": [0, 46], "big_ventricl": 38, "bigventricl": 38, "bin": [21, 37], "binar": [0, 2, 27, 33, 61], "binari": [14, 22, 26, 27, 28, 30, 33, 36, 38, 42, 63], "binarydil": [0, 26, 27], "binarysubtract": [0, 26], "bl": 44, "black": 61, "blackman": 37, "blah": 51, "blob": [22, 40, 57], "block": 49, "blur": 37, "bob": 56, "bodi": [37, 60], "boilerpl": 12, "bold": [0, 7, 14, 15, 16, 18, 22, 37, 38, 42, 46, 60, 61], "bold_fil": [14, 18], "bold_mask": 14, "bold_refer": 61, "bold_reference_wf": [14, 61], "bold_sess": 46, "boldref": [0, 6, 8, 14, 30, 37, 61], "bool": [2, 3, 5, 11, 14, 19, 22, 30, 37, 46, 50, 51, 54, 56, 57, 60, 61], "bool_": 61, "boolean": [3, 11, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 36, 37, 38, 40, 41, 42], "border": [30, 37], "both": [19, 24, 31, 38, 42], "bound": [3, 22, 24, 27, 37, 42, 56, 61], "boundari": [3, 4, 14, 37, 61], "box": [27, 42, 61], "bpinsard": 61, "brain": [2, 5, 14, 22, 27, 28, 31, 36, 38, 40, 57, 61, 62], "brain_extraction_wf": 2, "brain_probability_mask": 36, "brain_templ": 36, "brainextract": 36, "brainextractionbrain": 36, "brainextractioncsf": 36, "brainextractiongm": 36, "brainextractioninitialaffin": 36, "brainextractioninitialaffinefix": 36, "brainextractioninitialaffinemov": 36, "brainextractionlaplacian": 36, "brainextractionmask": 36, "brainextractionprior0genericaffin": 36, "brainextractionprior1inversewarp": 36, "brainextractionprior1warp": 36, "brainextractionpriorwarp": 36, "brainextractionrpt": [0, 36], "brainextractionsegment": 36, "brainextractiontemplatelaplacian": 36, "brainextractiontmp": 36, "brainextractionwm": 36, "brainmask": [14, 31, 38, 61], "brainmask_thresh": 14, "brainstem": [2, 38], "branch": 61, "break": [19, 61], "bring": 61, "brodmann": [31, 38], "broke": 61, "broken": 61, "brute": [22, 37], "brute_force_limit": [22, 37], "brute_force_sampl": [22, 37], "bsd": 61, "bspline": [21, 25, 37], "bspline_fitting_dist": [2, 21], "bspline_ord": 21, "bsplineexponenti": [21, 37], "bsplinesyn": [21, 37], "bug": [22, 42, 61], "bugfix": 61, "build": [2, 3, 4, 7, 12, 14, 51, 60, 61, 63], "build_path": 61, "buildabl": 61, "builder": 44, "buildtemplateparallel": [2, 36], "built": [14, 61], "bump": 61, "buserror": [49, 61], "bw": 22, "bypass": 61, "byte": [21, 22, 25, 36, 37, 38, 40, 42], "c": [19, 36, 41, 63], "c3d": 63, "c7ba": [30, 37], "cach": [0, 8, 11, 16, 51, 61], "cal_max": 61, "calcul": [2, 14, 21, 24, 27, 30, 33, 37, 38, 40, 42, 46, 49, 57, 61], "call": [8, 16, 41, 46, 49, 50, 51, 60, 61], "camel": 41, "can": [2, 5, 11, 14, 21, 27, 30, 36, 37, 38, 44, 52, 56, 60, 61, 63], "candid": 61, "cannot": 50, "capabl": 61, "caption": [44, 61], "captur": 40, "cardin": [37, 49, 61], "caret5": 42, "carpet": [54, 56, 61], "carpetplot": 61, "carri": 61, "case": [2, 8, 22, 37, 41, 42, 46, 49, 60, 61], "cast": [23, 61], "catch": 11, "caus": [3, 42, 60, 61], "cc": [21, 37], "ce": 61, "celebr": 61, "censor": 19, "center": [3, 4, 21, 22, 36, 37, 40, 42], "centr": 36, "centroid": 42, "cerebr": 22, "cerebrospin": 19, "certain": 21, "cfg": 61, "chain": 61, "chang": [16, 22, 24, 27, 37, 38, 49, 61], "channel": 38, "char": 37, "charact": 22, "character": 19, "check": [21, 22, 23, 42, 46, 49, 51, 61, 63], "check_hdr": 16, "check_pipeline_vers": [0, 46], "check_spac": [0, 51], "check_valid_fs_licens": 61, "checker": 61, "checkout": 61, "checkpoint": [0, 51], "choic": 51, "choke": 61, "choos": [3, 42], "chosen": 3, "ci": 61, "cifti": [0, 15, 56, 61], "cifti2": 53, "cifti_surfaces_plot": [0, 56], "ciftinamesourc": [0, 18, 61], "circleci": 61, "citat": 12, "clamp": 37, "class": [0, 2, 11, 12, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 51, 56, 61], "class_label": 24, "classif": 38, "classifi": 57, "classification_overview": 38, "classified_motion_compon": 38, "classmethod": 51, "claus": 61, "clean": [38, 61], "clean_directori": [0, 50], "cleanup": 36, "clear": [3, 50, 61], "cleric": 2, "cli": [0, 62], "client": 61, "clip": [21, 24, 27, 37, 49, 56, 61], "clip_rang": 56, "clobber": 61, "clock": [2, 36], "close": [16, 21, 22, 28, 54, 56, 60, 61], "closest": 42, "cloud": 40, "cluster": [54, 56, 61], "cmap": [54, 56], "cmdline": [0, 22, 42], "coars": 37, "coarse_search": 37, "coarsesearch": 37, "codaci": 61, "code": [2, 3, 4, 5, 14, 16, 23, 27, 49, 60, 61], "codebas": 5, "codespel": 61, "coeffici": 37, "coerc": [16, 24, 61], "coercion": [16, 61], "cohort": [39, 50, 51, 61], "collaps": [21, 37], "collapse_output_transform": [21, 37], "collect": [16, 61], "collect_data": [0, 46, 61], "collect_particip": [0, 46], "collinear": 56, "collis": 41, "color": [36, 56, 57], "colormap": [54, 56], "column": [11, 19, 24, 31, 32, 36, 41, 42, 56, 61], "com": [22, 31, 40, 61], "combin": [2, 3, 11, 18, 21, 22, 23, 27, 29, 37, 38, 39, 51, 61], "combine_ent": [0, 52], "comma": 37, "command": [21, 22, 25, 36, 37, 38, 40, 42, 63], "commandlin": [40, 42], "comment": 61, "commit": [40, 61], "common": [16, 22], "commun": 62, "compar": [3, 46], "compare_xform": [0, 3], "comparison": 42, "compat": [16, 24, 41, 61], "compcor": [31, 36, 56, 61], "compcor_variance_plot": [0, 56], "compcorvarianceplot": [0, 32, 61], "complet": [19, 36, 61], "compliant": 61, "compon": [21, 31, 32, 36, 37, 38, 44, 55, 56, 57, 61], "components_fil": [31, 36], "compos": [21, 37, 57], "compose_view": [0, 57], "composit": [21, 25, 30, 37], "composite_transform": [21, 30, 37], "compositeaffin": [21, 37], "compress": [16, 22, 28, 36, 37, 38, 57, 61], "compress_report": [22, 28, 36, 37, 38], "compromis": 3, "comput": [2, 3, 19, 21, 22, 24, 25, 36, 37, 42, 61], "compute_epi_mask": 28, "computeepimask": [0, 28, 61], "concat": [38, 61], "concat_img": 28, "concaten": [19, 27, 29, 51, 61], "concatenate_xfm": [0, 29], "concatenatelta": 22, "concatenatexfm": [0, 29], "conda": 61, "condit": 61, "conduc": 61, "conf": [22, 37], "conf_fil": 56, "config": [11, 43, 44, 61], "configur": [52, 60, 61], "conform": [0, 16, 22, 24, 31, 37, 38, 40, 61], "conform_refer": [22, 37], "confound": [0, 15, 32, 56, 61], "confoundplot": [0, 56], "confounds_correlation_plot": [0, 56], "confounds_fil": [19, 32, 56], "confoundscorrelationplot": [0, 32, 61], "conftest": [0, 15], "conjug": 37, "connect": [0, 2, 14, 18, 28, 45, 61], "connectom": 40, "consid": [42, 49], "consist": [2, 40, 49, 61], "const": 51, "constant": 21, "constrain": [21, 22, 30, 37, 42, 61], "constraint": 61, "construct": [16, 18, 22, 40, 42, 61], "consum": 11, "consumpt": 2, "contain": [8, 11, 16, 19, 23, 24, 27, 31, 32, 36, 37, 38, 42, 51, 56, 61], "content": [8, 16, 50, 61], "context": [3, 8, 16, 47, 61], "contigu": 19, "contour": [36, 55, 57, 61], "contrast": [14, 22, 27, 28, 37, 38, 60], "contrast_typ": [22, 37], "contribut": 61, "control": [2, 3, 11, 12, 38, 61], "conveni": [50, 61], "convent": 19, "converg": [21, 31, 36, 61], "convergence_threshold": [21, 37], "convergence_window_s": [21, 37], "convers": [38, 61], "convert": [4, 19, 22, 25, 33, 38, 40, 41, 47, 52, 61], "convert3d": 61, "coord": [22, 37], "coordin": [4, 22, 24, 27, 37, 40, 57], "copi": [8, 16, 21, 22, 23, 25, 28, 42, 49, 61], "copy_dtyp": 25, "copy_head": [21, 61], "copyhead": [0, 23, 61], "copyright": 61, "copyxform": [0, 23, 61], "cordon": 61, "core": [0, 2, 11, 43], "coreg": [3, 22, 37, 61], "coregist": [21, 37], "coregistr": [0, 1, 61], "coron": 57, "corpora": 22, "corratio": 37, "correct": [2, 5, 14, 21, 22, 23, 24, 31, 36, 37, 38, 42, 61], "corrected_area": 42, "correctli": [22, 61], "correl": [32, 56, 61], "correspond": [3, 4, 19, 21, 24, 25, 30, 37, 40, 51, 56, 57, 61], "correspondingli": 57, "cortex": [54, 56], "cortexleft": 40, "cortexright": 40, "cortic": [22, 31, 38, 40, 42], "cosin": [31, 36], "cosinewindowedsinc": [21, 25, 37], "cost": [3, 22, 30, 37, 61], "cost_func": 37, "could": 22, "count": [22, 37, 61], "counterpart": 3, "cov_weight": 38, "covari": 38, "covarweight": 38, "cover": 27, "coverag": 61, "covertverbgener": 16, "covertverbgeneration_acq": 16, "covertverbgeneration_bold": 16, "covertverbgeneration_rec": 16, "cp": 38, "cpu": 5, "cras0": [22, 37], "crash": 61, "creat": [2, 5, 8, 16, 19, 22, 30, 36, 37, 49, 52, 61], "create_cfm": [0, 30], "createsurfaceroi": [0, 40], "creation": [11, 47], "criteria": 19, "criterion": [2, 19, 56], "crop": [27, 61], "cross": 61, "csf": [2, 19, 36], "csffraction": 61, "csflabel": 2, "css": 57, "csv": [40, 57], "csvtogifti": [0, 40], "cube": [3, 57], "cubic": 42, "culmin": 61, "current": [11, 21, 37, 42, 46, 51, 61], "current_area": 42, "current_spher": 42, "curv": [31, 38], "curv_pial": [31, 38], "curv_stat": [31, 38], "curvatur": [31, 38], "custom": [16, 46, 61], "custom1": 16, "custom2": 16, "cut": [55, 57, 61], "cutoff": [31, 36, 42, 56], "cuts_from_bbox": [0, 57], "cver": 46, "cwd": [42, 61], "cxx": 40, "cylind": 42, "d": [19, 21, 22, 24, 25, 36, 37, 38, 41, 42], "d4": 19, "d6": 19, "dag": 11, "dai": 61, "danluri": 61, "darker": 38, "dat": 22, "data": [0, 2, 14, 16, 19, 23, 24, 27, 31, 36, 37, 38, 41, 42, 46, 47, 49, 52, 54, 56, 57, 61], "data_deriv": 19, "data_desc": 46, "data_dir": [0, 20], "data_dtyp": 16, "data_exp": 19, "data_join": 41, "data_roi_fil": 42, "databas": 61, "database_path": 61, "datadir": [16, 22, 46], "datafram": 19, "datain": 37, "datalad": 61, "dataobj": [49, 61], "dataset": [2, 3, 16, 27, 31, 36, 56, 57, 60, 61], "dataset_descript": 46, "datatyp": [16, 27, 37, 44, 61], "davhunt": 61, "david": 61, "dcan": 40, "dd1": 19, "dd6": 19, "de": [37, 61], "debian": 63, "debug": [0, 3, 36, 45, 61], "decai": 60, "decemb": 62, "decim": 61, "decis": 61, "declar": 39, "decomposit": [31, 32, 36, 38, 56, 61], "decompress": 16, "deconvolut": 21, "deem": 61, "deep": 22, "default": [2, 3, 5, 11, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 46, 48, 51, 54, 56, 57, 60, 61], "default_resolut": 50, "default_valu": [21, 25, 37], "defin": [2, 11, 21, 27, 30, 35, 36, 37, 49, 51, 56], "definedin": [21, 37], "definit": 44, "defl": 38, "deflat": 38, "deform": [21, 37], "degener": 61, "degre": [3, 22, 24, 31, 36, 37], "delet": [8, 38], "delim_whitespac": 41, "delimit": [41, 57], "delta": 37, "demean": [0, 27, 49, 61], "demeanimag": [0, 27], "demon": [21, 37], "den": [22, 38, 39, 51], "denois": [16, 38], "denoise_typ": 38, "denoised_t1w": 16, "denot": [19, 24, 27, 42], "dens": 56, "densiti": [18, 22, 39, 40, 51, 56, 61], "dep": 61, "depend": [11, 57, 61, 62], "dependabot": 61, "depidx": 11, "deploi": 63, "deploy": 61, "deprec": [22, 30, 37, 61], "deprecationwarn": 61, "depth": [19, 31, 38], "deriv": [5, 11, 16, 19, 22, 31, 36, 38, 61], "derivativesdatasink": [0, 16, 61], "desc": [16, 44, 61], "describ": [21, 38, 40, 60], "descrip": 49, "descript": [44, 61, 63], "descriptor": 61, "design": [19, 38, 42, 46, 51, 62], "desir": [27, 31, 36, 42, 51], "despik": 37, "despike_2dfilt": 37, "despike_threshold": 37, "despikethreshold": 37, "dest": 51, "destin": 61, "destruct": 49, "detail": 61, "detect": [14, 17, 19, 22, 61], "detect_input": [0, 22], "determin": [3, 16, 31, 36, 49, 57, 60], "determinist": 61, "detrend": [31, 36, 54, 56], "develop": [61, 62], "deviat": 3, "devic": 60, "dewhiten": 38, "df": 41, "dhcpasym": 51, "dhcpsym": 51, "dhcpvol": 51, "diagnost": 38, "diamet": 14, "dict": [19, 46, 50, 51, 52, 54, 56, 61], "dictionari": [11, 16, 21, 22, 25, 27, 30, 36, 37, 38, 39, 40, 41, 42, 51, 52, 61], "dictmerg": [0, 41, 61], "did": 61, "didn": 42, "differ": [16, 19, 27, 42, 46, 60, 61, 62], "differenti": 19, "dilat": [14, 26, 27, 28, 42], "dim": [0, 22, 38, 51, 61], "dim_est": 38, "dimens": [21, 22, 24, 25, 27, 30, 36, 37, 38, 51, 61], "dimension": [21, 25, 37, 38, 51, 56], "dimest": 38, "dir": 61, "direct": [3, 37, 38, 60, 61], "directli": [14, 21, 37], "directori": [4, 8, 16, 22, 31, 37, 38, 46, 50, 52, 61], "disabl": [2, 3, 61], "discard": [23, 24, 51], "discret": [27, 49], "discuss": [3, 22, 30, 37, 60], "disk": [21, 37, 61], "dismiss": 61, "dismiss_affin": [37, 57], "dismiss_ent": 16, "displac": [3, 19, 21, 37], "displai": [0, 37, 54, 55, 56, 57, 61], "display_init": 37, "display_object": 57, "displayinit": 37, "distanc": [3, 22, 42], "distil": 40, "distort": [3, 14, 31, 38], "distribut": [11, 14, 16], "distributedpluginbas": [0, 11], "distutil": 61, "dither": [22, 37], "div_id": 57, "divert": 61, "divis": 42, "dmriprep": 61, "do": [4, 8, 16, 22, 37, 38, 42, 49, 61], "doc": 61, "docker": 61, "dockerfil": [61, 63], "dockerignor": 61, "docstr": 56, "doctest": [42, 61], "document": [61, 62], "doe": [22, 42, 46, 51, 61], "dof": [22, 37], "dogherti": 56, "doi": 19, "domain": 38, "don": [22, 28, 36, 37, 38, 40, 42], "done": [22, 47], "dot": 61, "doubl": [21, 22, 25, 37], "doubleprec": 22, "down": 16, "downgrad": 61, "download": 61, "downsampl": [37, 42], "downstream": [22, 61], "downweight": 42, "dpi": 57, "draw": 38, "drawn": 23, "drift": [21, 24, 60], "drift_factor": 60, "drive": [30, 37], "drop": [17, 39, 41, 60, 61], "drop_column": 41, "drop_tr": [32, 54, 56], "ds003_downsampl": 61, "ds030": 61, "ds051": 46, "ds054": [16, 46], "ds114": [16, 22, 46], "dseg_label": [0, 49], "dsink": 16, "dst": 22, "dst1": 22, "dst2": 22, "dt": 22, "dti": [22, 37], "dtk": 61, "dtseri": [18, 56, 61], "dtype": [16, 25, 27, 28, 41, 49, 61], "dual": [46, 61], "dummi": [17, 32, 60, 61], "dummy_scan": 14, "dunder": 61, "duplic": 8, "durat": 8, "dure": [2, 21, 22, 36, 38, 61], "dv": 19, "dvar": [19, 32], "dvars_thresh": 19, "dwell": 37, "dwell_tim": 37, "dwell_to_asym_ratio": 37, "dwelltoasym": 37, "dwi": [0, 16, 51, 60, 61, 62], "dynam": 61, "dynamictraitedspec": 23, "e": [2, 14, 16, 19, 21, 22, 24, 27, 32, 36, 37, 38, 41, 49, 51, 54, 56, 57, 61], "each": [2, 3, 11, 14, 16, 19, 21, 22, 24, 27, 31, 36, 37, 38, 42, 47, 56, 60], "earlier": [21, 37, 61], "eas": 61, "easili": 62, "echo": [14, 37, 46, 47, 50, 60, 61], "echospac": 37, "ed7a8": 61, "edg": [2, 42, 61], "effect": [40, 42], "effici": [8, 24], "effigi": 61, "eg": 36, "eigenmap": 38, "either": [3, 19, 22, 24, 27, 37, 38, 44, 51, 52], "elaps": [21, 30, 37], "elapsed_tim": [21, 30, 37], "element": [0, 2, 11, 14, 27, 40, 44, 61], "els": [44, 49], "elsewher": 14, "empti": 61, "en": 2, "enabl": [2, 3, 16, 21, 22, 24, 35, 37, 38, 61], "enclos": 42, "enclosing_voxel": 42, "encod": 37, "encoding_fil": 37, "encount": [23, 61], "end": [14, 36], "enforc": [37, 41, 61], "enforce_cas": 41, "engin": [0, 62], "enh": 61, "enhanc": [14, 28, 61], "enhance_and_skullstrip_bold_wf": 14, "enhance_t2": 28, "enlarg": 38, "enough": 42, "ensur": [8, 16, 22, 40, 49, 61], "ensure_finit": 28, "enter": [8, 61], "entiti": [16, 40, 52, 61], "entorhin": [31, 38], "entorhinal_exvivo_stat": [31, 38], "entri": [7, 38, 40, 41, 56], "environ": [4, 21, 22, 25, 36, 37, 38, 40, 42, 61, 63], "ep": 38, "epi": [0, 3, 14, 22, 28, 37, 46, 58, 61], "epi2t1w_dof": 3, "epi2t1w_init": 3, "epi_atlasbased_brainmask": 8, "epi_mask": [22, 37], "epi_ref_fil": 60, "epi_reference_wf": 60, "epsilon": [38, 44], "epsit": 22, "epss": 38, "equal": [24, 31, 36, 42, 51, 61], "equi": 57, "equival": [3, 24, 61], "erod": 33, "erode_mm": 33, "erode_prop": 33, "eroded_mask": 33, "error": [11, 31, 36, 38, 51, 61], "est_int_scal": 22, "estim": [2, 19, 21, 22, 24, 36, 37, 38, 42, 60], "estimate_bright": 57, "estimatereferenceimag": 61, "et": 19, "etc": 36, "euler": 37, "ev": 38, "evalu": [41, 44, 54, 56], "even": [19, 37, 61], "event": 41, "everi": [22, 38], "everyth": [22, 38], "everywher": 30, "exact": 14, "exactli": 42, "exampl": [2, 16, 18, 19, 21, 22, 25, 37, 39, 40, 41, 42, 46, 47, 50, 51, 61], "exce": 19, "exceed": [31, 36], "except": [42, 46], "excepthook": 48, "exceptionhook": 48, "excess": [3, 61], "exclud": [22, 24, 42], "exclude_zero": 28, "exclus": [21, 22, 24, 27, 31, 33, 36, 37, 38, 42, 61], "execut": [2, 11, 12, 21, 22, 36, 37, 38, 40, 42, 43, 44, 57, 60], "exist": [2, 4, 8, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 46, 51, 52, 56, 61], "exist_ok": 16, "exit": 8, "expand": [19, 22, 61], "expandmodel": [0, 19, 61], "expans": [19, 22], "expect": 40, "expens": 22, "expert": 38, "explain": [31, 32, 36], "explicit_mask": [30, 37], "explicitli": 22, "expon": 42, "exponenti": [19, 21, 37, 60], "exponential_term": [0, 19], "export": [54, 56], "expos": 61, "express": 19, "extens": [23, 40, 50, 54, 56, 61], "extent": [27, 38], "extern": [40, 61, 62], "extract": [2, 5, 14, 16, 24, 31, 36, 38, 40, 49, 53, 57, 61], "extract_svg": [0, 57], "extract_wm": 61, "extraction_registration_mask": 36, "extran": 61, "extrapol": 37, "extrem": 49, "exvivo": [31, 38], "ey": 36, "f": [19, 22, 29, 36, 37, 38, 42, 55, 61], "f4": 28, "f8": 28, "face": [3, 40], "factor": [21, 24, 38, 60], "factori": 44, "fail": [31, 36, 61], "failur": 61, "failure_mod": [31, 36], "fairli": 21, "fall": 42, "fallback": [3, 30, 50, 61], "fals": [2, 3, 5, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 35, 36, 37, 38, 40, 41, 42, 44, 46, 48, 49, 50, 51, 54, 56, 57, 60, 61], "famili": 61, "fast": [27, 30, 37, 38, 61], "faster": [2, 36, 60, 61], "fastrpt": [0, 38, 61], "fault": [22, 61], "favor": 61, "fd": [19, 32], "fd_thre": 32, "fd_thresh": 19, "feat": 38, "feat_dir": 38, "featur": [12, 24, 61], "feature_scor": 38, "februari": 62, "feed": 36, "fetch": [46, 61], "few": [60, 61], "fg_svg": 57, "field": [2, 5, 14, 16, 21, 22, 23, 27, 36, 37, 38, 41, 49, 61], "field1": 41, "field2": 41, "field3": 41, "fieldmap": [16, 37, 60, 61], "fieldmapmask": 37, "fig": 56, "figur": [44, 50, 54, 56, 57, 61], "figures_desc": 44, "file": [2, 4, 8, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 44, 46, 47, 49, 50, 52, 53, 54, 56, 57, 60, 61, 63], "file1": 47, "file2": 47, "filenam": [18, 21, 22, 28, 30, 31, 35, 36, 37, 38, 40, 42, 44, 47, 50, 52, 61], "filesystem": 8, "fill": [22, 27, 31, 37, 38, 42, 49], "fill_hol": [28, 42], "fill_valu": 27, "filledimagelik": [0, 27, 61], "filter": [16, 24, 31, 32, 36, 37, 38, 46, 51, 61], "final": [2, 14, 18, 19, 21, 22, 27, 30, 31, 36, 37, 44, 46, 61], "find": [2, 22, 24, 57, 61], "fine": 37, "fine_search": 37, "finesearch": 37, "finicki": 49, "finish": 11, "fire": 49, "first": [2, 3, 14, 19, 21, 22, 23, 25, 27, 31, 36, 37, 47, 61], "fischer344": 51, "fit": [21, 37, 40, 60], "fix": [0, 15, 16, 22, 23, 37, 61], "fix_lta_length": [0, 22], "fix_multi_t1w_source_nam": [0, 50], "fixed_hdr": 16, "fixed_imag": [21, 27, 37, 55], "fixed_image_mask": [21, 37], "fixed_label": 55, "fixed_timepoint": 22, "fixheaderapplytransform": [0, 21, 37], "fixheaderregistr": [0, 21, 37], "fixn4biasfieldcorrect": [0, 21], "fixtp": 22, "fixup": 49, "fjt_echo": 46, "flag": [11, 19, 21, 30, 37, 38, 42, 61], "flair": [2, 16, 22, 38], "flair_fil": 38, "flair_list": 22, "flairpial": 38, "flake8": 61, "flatten": [11, 27, 29], "flavor": [30, 37, 61], "flexibl": 61, "flicker": [55, 57], "flip": 40, "flirt": [3, 22, 37, 38, 61], "flirtrpt": [0, 37, 61], "float": [2, 3, 14, 18, 19, 21, 22, 24, 25, 27, 28, 30, 31, 32, 33, 36, 37, 38, 41, 42, 54, 56, 57, 60, 61], "float32": [23, 27, 61], "floattyp": 22, "flowchart": 60, "fluid": 19, "fmap": [16, 44, 46], "fmap_in_fil": 37, "fmap_out_fil": 37, "fmri": [14, 17, 19, 24, 32, 36, 38, 56, 57, 61], "fmriplot": [0, 56, 61], "fmriprep": [10, 14, 22, 31, 44, 46, 51, 56, 61], "fmrisummari": [0, 32, 61], "fmt": 29, "fname": [22, 40, 49, 50], "fname_presuffix": 50, "fnirt": 38, "fnirt_warp_fil": 38, "folder": [3, 16, 42, 46], "follow": [2, 8, 19, 22, 23, 33, 40, 51, 61, 63], "footprint": 26, "forc": [16, 21, 22, 25, 27, 28, 36, 37, 38, 51], "force_doubl": 22, "force_float": 22, "force_sc": 37, "forcesc": 37, "foreground": 57, "fork": 61, "form": [21, 22, 23, 24, 25, 27, 31, 32, 37, 38, 39, 52, 61], "format": [2, 3, 4, 18, 19, 22, 29, 36, 37, 40, 41, 51, 60, 61], "format_refer": [0, 51], "formula": 19, "fortran": 49, "forward": [21, 27, 30, 37], "forward_invert_flag": [21, 30, 37], "forward_transform": [21, 30, 37], "forward_warp": 37, "found": [2, 3, 22, 24, 31, 32, 36, 41, 61, 63], "fourier": 37, "fourier_ord": 37, "fourth": 25, "fov": [22, 27, 36, 37, 61], "fov_mask": 27, "frac": 36, "fraction": [22, 31, 36], "fragment": 44, "frame": [19, 22, 37, 54, 56, 61], "framewis": 19, "franzisku": 61, "frdom": 61, "freedom": [3, 22, 37], "freesurf": [0, 1, 3, 15, 16, 18, 31, 37, 38, 40, 41, 51, 61, 63], "freesurfer2caretconvertandregisternonlinear": 40, "freesurfer_hom": 16, "freesurfersourc": [0, 31], "freez": 51, "frequenc": 38, "frequent": 3, "from": [2, 3, 4, 5, 11, 14, 16, 18, 19, 21, 22, 23, 24, 25, 27, 28, 31, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 49, 53, 56, 57, 60, 61, 63], "from_fil": [16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 39, 40, 41], "from_str": [0, 51], "fsaverag": [16, 40, 41, 51, 61], "fsaverage3": 51, "fsaverage4": 51, "fsaverage5": 51, "fsaverage6": 51, "fsaverage_dens": [0, 40, 51], "fsaverage_legaci": [0, 51], "fsaveragex": 51, "fsdetectinput": [0, 22, 61], "fsfast": 19, "fsinjectbrainextract": [0, 22], "fsl": [3, 14, 19, 22, 24, 36, 37, 38, 40, 41, 57, 63], "fsl6": 61, "fsldof": [22, 37], "fslmat": [22, 37], "fslr": [18, 22, 51, 61], "fslr_bold": 18, "fslr_den": 18, "fsnativ": 51, "fsnative2t1w_xfm": 3, "fsnative_to_t1w_xfm": 4, "fssourc": 61, "ftol": [22, 37], "fugu": 37, "fuguerpt": [0, 37], "full": [22, 37, 38, 44, 51, 61], "full_spec": 51, "fulli": 51, "fullnam": [0, 51], "func": [0, 16, 40, 42, 46, 50, 51, 62], "func_mask": 42, "func_nam": 40, "function": [0, 3, 16, 21, 24, 30, 36, 37, 38, 40, 42, 47, 49, 50, 54, 56, 57, 61, 63], "fusion": 61, "fwhm": [21, 22, 37, 38], "g": [2, 14, 16, 19, 21, 22, 25, 27, 32, 36, 37, 38, 42, 46, 49, 51, 54, 56, 57], "gap": 37, "gauss": 38, "gaussian": [21, 24, 25, 27, 37, 42], "gaussiandisplacementfield": [21, 37], "gbe0e5158": 46, "gc": [21, 37], "gdrive": 61, "gen_report": 14, "gener": [2, 4, 5, 8, 14, 16, 18, 19, 21, 22, 27, 29, 35, 36, 37, 38, 39, 40, 44, 46, 50, 51, 52, 54, 56, 57, 60, 61], "generate_bids_skeleton": [0, 52], "generate_report": [0, 22, 28, 35, 36, 37, 38, 43, 44], "generatecifti": [0, 18, 61], "generatesamplingrefer": [0, 27, 61], "genericlabel": [21, 37], "geometr": [21, 37], "geometrictyp": 40, "get": [11, 23, 36, 42, 44, 49, 51, 61], "get_best_affin": 49, "get_data": 61, "get_fdata": 61, "get_fs_spac": [0, 51], "get_gii_meta": [0, 40], "get_metadata_for_nifti": [0, 46, 61], "get_nonstandard": [0, 51], "get_pars": [0, 7], "get_sform": 49, "get_spac": [0, 51], "get_standard": [0, 51], "get_template_spec": [0, 50], "getter": 61, "gh": 61, "gifti": [4, 18, 40, 61], "gifti_surface_wf": 4, "giftinamesourc": [0, 40, 61], "giftisetanatomicalstructur": [0, 40], "giftitocsv": [0, 40], "gii": [40, 42, 50], "gii_fil": 40, "git": 61, "github": [3, 22, 31, 40, 61], "gitignor": 61, "give": 61, "given": [2, 3, 16, 19, 21, 22, 27, 37, 40, 42, 46, 51], "gland": 22, "global": [19, 24, 56, 60, 61], "global_ab": 37, "global_mask": 30, "global_sign": [32, 56], "gm": [2, 22, 36], "gmlabel": 2, "go": 61, "good": [3, 22, 42], "got": 42, "grab": [31, 47], "grabber": 61, "gradient": [36, 42, 61], "grai": [2, 4, 22, 31, 38, 61], "grand": 24, "grand_mean_sc": 24, "graph": [2, 3, 4, 5, 11, 14, 60], "graviti": 36, "graymid": [4, 22, 31, 38, 40], "grayordin": [18, 61], "great": 22, "greater": [19, 24], "greedi": 61, "green": 57, "grei": 36, "grid": [2, 14, 27, 61], "gridspec": 56, "group": [19, 40, 42, 46], "group_echo": 46, "group_multiecho": [0, 46], "grow": 22, "grow_mask": [0, 22], "gs_dist": 56, "gs_t": 56, "gsr": 19, "guarante": 50, "gut": 22, "gz": [8, 16, 22, 36, 38, 42, 46, 47, 50], "gzip": [28, 61], "h": [38, 40, 61], "h3": 44, "ha": [11, 14, 38, 40, 42, 44, 56], "habitu": 63, "had": [14, 42, 60], "half_sourc": 22, "half_source_xfm": 22, "half_targ": 22, "half_targ_xfm": 22, "half_weight": 22, "halfdst": 22, "halfdstlta": 22, "halfmov": 22, "halfmovlta": 22, "halfwai": 22, "halfweight": 22, "hammingwindowedsinc": [21, 25, 37], "han": 37, "hand": 16, "handl": [16, 18, 23, 25, 39, 40, 46, 61, 63], "handler": 48, "happen": 61, "harmon": 5, "harvard": 61, "hash": 11, "hasspec": [0, 51], "have": [2, 3, 14, 19, 21, 22, 24, 30, 36, 40, 42, 51, 56, 60, 61], "hcp": [18, 40, 61], "hdr_file": 23, "head": [22, 24, 31, 36, 38], "header": [0, 3, 14, 15, 16, 19, 21, 22, 24, 28, 31, 36, 37, 38, 41, 49, 61], "header_prefix": [19, 31, 36], "header_sourc": 28, "headmask": 61, "height": 42, "help": [51, 57], "helper": [46, 57, 61], "hemi": [31, 38, 40, 61], "hemispher": [31, 38, 40, 42], "henc": 60, "here": 22, "heurist": 3, "hi": 22, "hide_x": 56, "hierarch": [54, 56, 61], "hierarchi": [4, 5, 54, 56], "high": [3, 22, 31, 36, 56], "high_iter": 22, "high_pass_cutoff": [31, 36], "high_variance_mask": [31, 36], "higher": [22, 23], "highest": [22, 31, 32, 36], "highit": 22, "highres001_": 36, "hippocamp": 38, "hippocampal_subfields_t1": 38, "hippocampal_subfields_t2": 38, "hire": [22, 38], "hires_en": 22, "histogram": [14, 21, 37], "histogram_sharpen": 21, "histori": 61, "hmc": [14, 24], "hole": [22, 42], "hook": 61, "hot": 61, "hotfix": 61, "housekeep": 61, "how": [42, 52, 61, 63], "howev": [2, 36, 56, 61], "hstack": 41, "html": [2, 14, 23, 44, 60, 61], "http": [2, 22, 30, 31, 37, 40, 42, 46, 61, 62], "human": [24, 40], "humanconnectom": 42, "hungri": 2, "hunt": 61, "hxy": [22, 37], "hxz": [22, 37], "hyper": 38, "hyz": [22, 37], "i": [2, 3, 8, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 30, 31, 36, 37, 38, 40, 41, 42, 44, 46, 47, 49, 50, 51, 54, 56, 57, 60, 61, 62, 63], "i2": 28, "i4": 28, "ic": 38, "ica": [38, 57, 61], "ica_aroma": 38, "ica_aroma_reportlet": 38, "ica_aromarpt": [0, 38], "icbm152": 61, "icorr": 37, "icorr_onli": 37, "icorronli": 37, "id": [3, 4, 22, 37, 38, 40, 46], "idea": 49, "ident": [16, 21, 22, 24, 25, 37, 40, 61], "identifi": [11, 17, 18, 38, 39, 40, 46, 51], "ignor": [31, 32, 36, 37, 42, 56], "ignore_except": 31, "ignore_initial_volum": [31, 32, 36, 56, 61], "imag": [0, 2, 3, 4, 5, 14, 15, 16, 17, 18, 21, 22, 23, 25, 27, 28, 30, 31, 33, 36, 37, 38, 40, 45, 54, 56, 57, 60, 61, 62], "image_binary_dil": [0, 26], "image_nii": 57, "image_suffix": 36, "imagein": [21, 37], "imain": 37, "img": [24, 27, 44, 49], "img_typ": 38, "immedi": 42, "implement": [2, 3, 11, 19, 23, 24, 42, 61], "impli": [22, 36, 37], "implicit": [22, 61], "import": [16, 40, 42, 47, 49, 60, 61, 63], "importlib": 61, "improv": [36, 56, 61], "in_anat": 22, "in_ant": 22, "in_aseg": 22, "in_bas": 26, "in_brain": 22, "in_cifti": 56, "in_correct": 2, "in_dict": 41, "in_fil": [2, 3, 5, 14, 16, 17, 19, 22, 23, 24, 25, 27, 28, 29, 30, 33, 36, 37, 38, 40, 41, 42, 46, 47, 49, 50, 57, 60], "in_fsl": 22, "in_func": 32, "in_index": 37, "in_intensity_scal": 22, "in_itk": 22, "in_lta": 22, "in_lta1": 22, "in_lta2": 22, "in_mask": [2, 24, 26, 27, 33, 36, 49], "in_matrix_fil": 37, "in_mni": 22, "in_niftyreg": 22, "in_refer": 25, "in_reg": 22, "in_roi": 36, "in_seg": 49, "in_segm": [32, 61], "in_segmentation_model": 2, "in_sourc": 25, "in_spikes_bg": 32, "in_subtract": 26, "in_t1w": 4, "in_templ": [2, 50], "in_topup_fieldcoef": 37, "in_topup_movpar": 37, "in_tpm": 33, "in_tupl": [39, 51], "in_weight": 37, "in_xfm": 29, "in_xfm_fil": 22, "includ": [5, 8, 16, 19, 22, 31, 32, 36, 40, 42, 56, 61], "inclus": [27, 56], "incorpor": 61, "increas": [2, 42, 60, 61], "incub": 61, "indent": 61, "index": [0, 22, 31, 36, 37, 41, 44, 51, 54, 56, 57, 61], "index_col": 41, "index_column": 41, "index_db": 16, "indic": [3, 14, 19, 21, 24, 33, 37, 60, 61], "indicatewheth": [21, 37], "individu": [2, 14, 31, 36, 38, 42, 51, 60], "inequ": 51, "infant": 61, "infer": [21, 25, 37, 38], "inferior": 24, "inflat": [4, 31, 38, 56], "inflate1": 38, "inform": [0, 3, 14, 24, 38, 42, 61], "infrastructur": 61, "infsl": 22, "inhomogen": 5, "inindex": 37, "init": [3, 22, 37], "init_atropos_wf": [0, 2], "init_bbreg_wf": [0, 3, 61], "init_bold_reference_wf": [0, 14, 61], "init_brain_extraction_wf": [0, 2], "init_cost_fil": [22, 37], "init_enhance_and_skullstrip_bold_wf": [0, 14], "init_enhance_and_skullstrip_wf": 14, "init_epi_reference_wf": [0, 60], "init_fsl_bbr_wf": 3, "init_gifti_surface_wf": [0, 4, 61], "init_layout": [0, 44], "init_n4_only_wf": [0, 2], "init_ori": 22, "init_reg_fil": [22, 37], "init_seg_smooth": 38, "init_skullstrip_bold_wf": [0, 14], "init_transform": 38, "initcost": [22, 37], "initi": [2, 3, 14, 17, 21, 22, 30, 37, 38, 42, 46, 60, 61], "initial_moving_transform": [21, 30, 37], "initial_moving_transform_com": [21, 37], "initial_rot": [22, 37], "initial_scal": [22, 37], "initial_shear": [22, 37], "initial_timepoint": 22, "initial_transform": 22, "initial_transl": [22, 37], "initialis": 38, "initialize_transforms_per_stag": [21, 37], "initk": 22, "initori": 22, "inittp": 22, "inject_skullstrip": [0, 22], "inlin": [47, 61], "inlta": 22, "inmni": 22, "inner": 42, "inner_surfac": 42, "inniftyreg": 22, "input": [2, 3, 4, 5, 11, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 46, 49, 51, 57, 60, 61, 62], "input_imag": [21, 25, 37], "input_image_typ": [21, 25, 37], "input_spec": [0, 35, 41], "inreg": 22, "insert": [0, 46, 51], "insid": 42, "inskul": 36, "inskull_mask_fil": 36, "inskull_mesh_fil": 36, "inspect": 61, "inspir": [2, 22, 47], "instal": [16, 22, 28, 36, 37, 38, 57, 61, 62], "instanc": [11, 19, 42], "instant": 60, "instanti": [23, 44], "instead": [14, 21, 22, 25, 37, 41, 42, 54, 56, 61], "instruct": [11, 19], "int": [2, 5, 11, 14, 19, 22, 26, 37, 38, 41, 46, 50, 51, 56, 60], "int16": 27, "integ": [16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 36, 37, 38, 42, 61], "integr": 61, "intend": [14, 16, 24, 40, 42, 49], "intens": [2, 5, 21, 22, 27, 31, 36, 37, 38, 54, 56, 57], "intensity_sc": 22, "intensityclip": [0, 27, 61], "interact": 48, "intercept": 61, "interest": [27, 60], "interfac": [8, 11, 14, 61, 62], "interfaceresult": 42, "intermedi": [22, 37], "intermediate_fil": [22, 37], "intern": [14, 21, 37, 38, 61], "interp": 37, "interpol": [21, 24, 25, 27, 37, 42, 61], "interpolation_paramet": [21, 25, 37], "interpret": [2, 49, 61, 63], "intersect": [14, 31, 36, 42], "intramodalmerg": [0, 24, 61], "introduc": 61, "inu": [2, 5, 14, 22, 61], "invalid": [11, 22, 41, 51], "invalid_transform": 22, "invers": [21, 22, 29, 30, 37, 61], "inverse_composite_transform": [21, 30, 37], "inverse_warped_imag": [21, 30, 37], "invert": [22, 27], "invert1": 22, "invert2": 22, "invert_1": 22, "invert_2": 22, "invert_initial_moving_transform": [21, 37], "invert_out": 22, "invert_transform_flag": [21, 25, 37], "invertout": 22, "invoc": [47, 61], "invok": 48, "involv": [40, 61], "inweight": 37, "io": 2, "ipython": 48, "is_cach": [0, 51], "is_empti": [0, 44], "is_interact": [0, 48], "is_outli": 61, "isc001": 61, "iscal": 22, "iscalein": 22, "iscaleout": 22, "isinst": 46, "island": 42, "isnest": 44, "iso1": 51, "isotrop": 37, "issu": [3, 22, 31, 61], "item": [16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 50], "iter": [14, 21, 22, 27, 36, 37, 38], "iteration_thresh": 22, "iterdir": 61, "iters_afterbia": 38, "itk": [0, 3, 15, 21, 22, 29, 30, 36, 37], "itk_epi_to_t1w": 3, "itk_lp": 40, "itk_t1w_to_epi": 3, "itkidentitytransform": 8, "itktransform": 25, "its": 2, "itself": 61, "ixform": 22, "j": [19, 61], "jac": 37, "jacobian": 37, "jacobian_whit": [31, 38], "januari": 62, "jd": 19, "jdkent": 61, "job": [11, 61], "join": [38, 41], "join_fil": 41, "joint": 61, "jointsvcolumn": [0, 41, 61], "jonathan": [54, 56], "json": [8, 16, 18, 41, 46, 52, 61], "jul": [54, 56], "juli": 62, "june": 62, "junit_famili": 61, "jupyt": [55, 61], "just": [11, 22, 44, 50, 60], "justifi": 61, "k": [2, 36, 37, 41], "keep": [27, 36, 61], "keep_n": 27, "keep_temporary_fil": 36, "keepend": 22, "kei": [16, 19, 21, 22, 25, 27, 30, 36, 37, 38, 39, 40, 41, 42, 44, 51], "kent": 61, "kernel": [33, 42], "keyerror": 16, "keyselect": [0, 41, 61], "keyword": [40, 56, 61], "kind": [42, 54, 56], "known": [54, 56, 60], "kwarg": [16, 21, 22, 28, 31, 35, 36, 37, 38, 49, 56], "l": [18, 38, 40], "l147": 40, "l1660": 22, "l73": 40, "l91": 40, "la": [30, 37, 61], "label": [18, 24, 27, 31, 38, 42, 49, 54, 56, 57, 61], "label_fil": 24, "labeldiff": 37, "lag": 19, "lambda": 44, "lanczo": 61, "lanczoswindowedsinc": [21, 25, 37], "land": 42, "languag": 51, "lap": 38, "laplacian": 2, "larg": [42, 61], "larger": 42, "largest": [42, 56], "last": [16, 21, 24, 25, 27, 37, 41, 46, 50, 51, 61], "later": 41, "latest": [2, 14, 61], "layout": [0, 16, 44, 46], "ldt_echo": 46, "lea": 61, "lead": 22, "learn": 61, "least": [21, 22, 31, 36, 37, 60], "least_squar": 22, "leastsq": 37, "leastsquar": 22, "left": [14, 16, 24, 41, 54, 56], "legaci": [42, 51], "legacy_bug": 42, "legacy_cutoff": 42, "legacynam": [0, 51], "legend": [54, 56, 61], "len": [22, 44, 46, 61], "length": [18, 22, 24, 56, 61], "lesion": [30, 37], "lesion_mask": [30, 37], "less": [22, 40], "let": 61, "letter": 27, "level": [8, 32, 36, 41, 56, 61], "lh": [4, 22, 31, 38, 40, 42], "li": 42, "librari": 62, "licens": [61, 63], "liem": 61, "lightweight": 11, "like": [8, 16, 42, 46], "likelihood": 22, "lim": [22, 37], "limit": [2, 3, 14, 21, 22, 30, 36, 37, 61], "line": [16, 21, 22, 25, 36, 37, 38, 40, 42, 61, 63], "linear": [21, 22, 25, 29, 37, 38, 42, 61], "linearli": 42, "link": 61, "linkag": [54, 56], "linmintol": [22, 37], "linspac": 61, "list": [2, 3, 4, 11, 14, 16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 43, 44, 46, 47, 51, 54, 56, 57, 60, 61], "listifi": [0, 47], "literateworkflow": [0, 12, 61], "load": [0, 8, 37, 40, 49, 61], "load_transform": [0, 40], "loader": 61, "loadfmap": 37, "loadshift": 37, "local": 16, "local_ab": 37, "local_copi": 22, "localgi": 38, "locat": [19, 42, 44, 54, 56], "log": [11, 25, 37, 38, 61], "log_cmdlin": 25, "log_pow": 38, "logic": [23, 33], "logpow": 38, "long": [22, 31, 36, 61], "long_path_transform": 22, "longstand": 61, "loop": 38, "loos": 14, "loosen": 61, "lost": [22, 49], "low": [21, 24, 37, 61], "lower": [14, 21, 27, 37, 56, 61], "lower_cutoff": 28, "lpba40": [2, 36], "lpi": 27, "lr": 40, "lsr": 37, "lstrip": 61, "lt": 61, "lta": [3, 4, 22, 29, 37, 40, 60, 61], "lta1": 22, "lta2": 22, "lta_convert": 22, "lta_fil": 22, "lta_list": 3, "lta_output": [0, 22], "ltaconvert": 22, "ltavox2vox": 22, "m": [36, 38, 55, 63], "machinegame_run": 46, "made": 22, "madeoutuuid": 44, "madeupfield": 16, "magnet": [2, 62], "magnitud": [32, 56, 61], "mai": [2, 8, 14, 38, 40, 42, 49, 57, 60, 62], "main": [0, 7, 16, 38, 56], "maint": 61, "maintain": 44, "mainten": 61, "major": 61, "make": [40, 42, 49, 50, 60, 61, 63], "makemidthick": [0, 22], "manag": [8, 51, 61], "mandatori": [16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42], "mani": [24, 42, 56], "manifest": 61, "manifold": 51, "manipul": [19, 49, 61], "manual": [22, 57], "manual_seg": 38, "manufactur": [16, 46], "map": [2, 16, 21, 22, 24, 25, 27, 31, 33, 36, 37, 38, 40, 42, 51, 54, 56, 60], "maplabel": [0, 27], "mappings_fil": 27, "march": 62, "mark": 24, "mask": [0, 2, 5, 7, 14, 19, 21, 22, 24, 26, 27, 28, 30, 31, 33, 34, 37, 38, 40, 42, 49, 57, 61], "mask_color": 36, "mask_erode_mm": 33, "mask_erode_prop": 33, "mask_fil": [14, 28, 30, 31, 36, 37], "mask_imag": 21, "mask_index": [31, 36], "mask_nam": [31, 36], "mask_nii": 57, "mask_sourc": 22, "mask_target": 22, "maskdst": 22, "maskepi": [0, 28], "maskmov": 22, "mass": [31, 38], "massag": 2, "master": [22, 61], "mat": [25, 38, 40], "mat_fil": 38, "match": [16, 21, 30, 37, 40, 49, 61], "matchhead": [0, 23, 61], "mater": [31, 38], "mathemat": [14, 26, 61], "matplotlib": [54, 56, 57, 61], "matric": [24, 38, 61], "matrix": [3, 11, 19, 22, 23, 37, 38], "matt": [21, 37], "matter": [2, 4, 19, 21, 22, 31, 36, 37, 38], "max": [21, 22], "max_32bit": 23, "max_axi": 57, "max_dim": [32, 56], "max_it": [22, 37], "max_iter": 22, "max_restart": 38, "max_scal": 24, "maxim": 22, "maximum": [2, 3, 11, 14, 22, 24, 32, 37, 38, 54, 56, 57, 60], "maxit": [22, 38], "maxrestart": 38, "mb": 16, "mb_acq": 16, "mc": 38, "mc_method": 24, "mcflirt": [24, 25], "mcflirt2itk": [0, 25, 61], "mdl": 38, "mean": [2, 19, 22, 24, 31, 38], "meansquar": [21, 37], "meant": 47, "measur": [37, 61], "medial": 22, "medial_wall_to_nan": [0, 22], "medialnan": [0, 22, 61], "median": [22, 27, 37], "median_2dfilt": 37, "meldir": 38, "melod": [38, 57, 61], "melodic_dir": [38, 57], "melodic_ic_mni": 38, "melodic_reportlet": [38, 57], "melodicrpt": [0, 38], "mem": 38, "mem_gb": [2, 11], "member": 11, "memori": [2, 11, 24, 27, 49, 61], "memory_consuming_nod": 11, "merg": [0, 14, 24, 27, 28, 31, 36, 41, 61], "merge_index": [31, 36], "merge_method": [31, 36], "mergeroi": [0, 27], "mergeseri": [0, 27, 61], "mesh": [2, 31, 36, 38, 40, 42, 56], "meshfil": 36, "messag": [38, 46], "meta": 16, "meta_dict": 16, "metadata": [16, 18, 31, 32, 36, 40, 41, 46, 56, 61], "metadata_fil": [31, 32, 36, 56], "metadata_sourc": [32, 56], "metavar": 51, "method": [0, 8, 19, 31, 36, 37, 42, 44, 49, 61], "metric": [2, 21, 30, 36, 37, 42], "metric_fil": 42, "metric_item_trait": [21, 37], "metric_mask": 42, "metric_stage_trait": [21, 37], "metric_valu": [21, 30, 37], "metric_weight": [21, 37], "metric_weight_item_trait": [21, 37], "metric_weight_stage_trait": [21, 37], "metricdil": [0, 42], "metricfillhol": [0, 42], "metricmask": [0, 42], "metricremoveisland": [0, 42], "metricresampl": [0, 42], "mgh": 38, "mghimag": 61, "mgxd": 61, "mgz": [3, 22, 37, 61], "mi": [21, 37], "mid": [22, 37], "middl": [22, 37], "midpoint": [3, 42], "midthick": [4, 22, 31, 38, 40, 42, 56], "might": 60, "migp": 38, "migp_factor": 38, "migp_shuffl": 38, "migpn": 38, "migrat": 61, "min": 21, "min_cost_fil": [22, 37], "min_sampl": 37, "mindboggl": 22, "miniconda": 61, "minim": 62, "minimum": [16, 19, 22, 24, 31, 36, 37, 38, 61], "minimum_contigu": 19, "minimum_fs_vers": [16, 61], "minor": 61, "minsampl": 37, "misc": [0, 45], "miscellan": [50, 61], "miss": [16, 22, 51, 61], "missing_ok": 61, "mix": [38, 60, 61], "mixel_smooth": 38, "mixeltyp": 38, "mixin": [22, 35, 61], "mixtur": 38, "mkazhdan": 40, "mkdir": 16, "mkdtemp": 16, "mm": [2, 3, 16, 21, 22, 33, 37, 38, 42], "mm_thresh": 38, "mmap": [49, 61], "mmthresh": 38, "mni": [14, 22, 27, 30, 41, 61], "mni152": [38, 61], "mni152lin": [41, 51], "mni152lin_r": 51, "mni152nlin2009aasym": 51, "mni152nlin2009asym": 51, "mni152nlin2009basym": 51, "mni152nlin2009bsym": 51, "mni152nlin2009casym": [30, 37, 44, 50, 51], "mni152nlin2009csym": 51, "mni152nlin6asym": [16, 18, 41, 44, 51], "mni152nlin6asym_desc": 16, "mni152nlin6asym_r": 16, "mni152nlin6sym": 51, "mni305": 51, "mni_icbm152_nlin_asym_09c": 61, "mni_registration_fast_000": 8, "mni_registration_precise_000": 8, "mni_registration_precise_001": 8, "mni_registration_precise_002": 8, "mni_registration_testing_000": 8, "mni_registration_testing_001": 8, "mni_registration_testing_002": 8, "mnicolin27": 51, "mniinfant": [50, 51], "mninlin2009casym": 41, "mnipediatricasym": [39, 51], "mnipediatricasym_cohort": [39, 51], "mnt": 61, "modal": [2, 30, 37, 60, 61], "mode": [14, 37, 38], "model": [2, 19, 38, 42, 60, 61], "model_formula": 19, "modifi": [16, 30, 37, 39, 49, 61], "modul": [0, 1, 6, 10, 13, 15, 34, 43, 45, 54, 59, 61], "moment": 22, "monoton": 37, "more": [2, 3, 11, 22, 31, 36, 42, 51, 56, 61], "morpholog": [22, 27], "morphologi": [0, 14, 15, 61], "morphometr": 61, "mosaic": [57, 61], "most": [2, 16, 36, 41, 42, 46, 50, 51, 61], "mostli": 61, "motion": [14, 19, 24, 38], "motion_outli": 19, "motion_paramet": 38, "motloc_echo": 46, "mousein": 51, "mov": [22, 37], "movabl": 22, "move": [21, 22, 27, 29, 30, 37, 40, 61], "movement": 24, "moving_imag": [21, 27, 30, 37, 55], "moving_image_mask": [21, 37], "moving_label": 55, "moving_mask": [30, 37], "movpar": 37, "mp": 38, "mprage": 38, "mri": [2, 5, 57, 61], "mri_aparc2aseg": 38, "mri_ca_label": 38, "mri_ca_norm": 38, "mri_ca_regist": 38, "mri_concatenate_lta": 22, "mri_coreg": [3, 22, 37, 61], "mri_edit_wm_with_aseg": 38, "mri_em_regist": 38, "mri_fil": 38, "mri_infl": 38, "mri_info": [0, 22], "mri_mask": 38, "mri_norm": 38, "mri_pretess": 38, "mri_remove_neck": 38, "mri_robust_regist": 22, "mri_robust_templ": 22, "mri_robust_template_out": 22, "mri_seg": 38, "mri_segstat": 38, "mri_smooth": 38, "mri_tessel": 38, "mri_watersh": 38, "mricoreg": 37, "mricoregrpt": [0, 22, 37, 61], "mriqc": [56, 61], "mris_anatomical_stat": 38, "mris_ca_label": 38, "mris_expand": 22, "mris_fix_topologi": 38, "mris_infl": [22, 38], "mris_make_surfac": 38, "mris_regist": 38, "mris_smooth": 38, "mris_spher": 38, "mris_surf2vol": 38, "mrisexpand": 22, "mrisp_paint": 38, "mrtrix3": 61, "mtime": [16, 61], "much": 60, "multi": [14, 38, 46, 47, 61], "multi_sourc": 16, "multiapplytransform": [0, 25], "multiecho": 14, "multilabel": [21, 25, 37, 61], "multipl": [8, 14, 16, 21, 27, 31, 36, 37, 40, 50, 61], "multiplex": 46, "multiproc": [11, 61], "multiprocess": 11, "multiprocplugin": [0, 11], "multivers": 61, "mung": 49, "must": [2, 3, 17, 19, 21, 24, 27, 30, 31, 35, 36, 37, 40, 42, 47, 49, 51, 52, 56, 60, 61, 63], "mutabl": 61, "mutual": [21, 22, 24, 27, 31, 33, 36, 37, 38, 42, 61], "mutualinfo": 37, "myelin": 42, "n": [11, 22, 23, 36, 37, 38, 42, 54, 56], "n3": 21, "n4": [2, 5, 14, 36, 61], "n4_nthread": 5, "n4_onli": 61, "n4_only_wf": 2, "n4biasfieldcorrect": [14, 21, 61], "n4corrected0": 36, "n4truncated0": 36, "n_dummi": 17, "n_dummy_scan": 60, "n_iter": 21, "n_proc": 11, "n_volum": 17, "n_volumes_to_discard": 23, "name": [2, 3, 4, 5, 12, 14, 16, 21, 22, 24, 25, 31, 32, 36, 37, 38, 40, 41, 42, 44, 50, 51, 54, 56, 60, 61], "namer": [18, 40], "nan": [22, 31, 36, 61], "narg": 51, "nativ": [4, 16, 27, 39, 40, 61], "nb": 49, "ndarrai": [11, 26, 40], "nearbi": 42, "nearest": [42, 61], "nearestneighbor": [21, 25, 37], "nearestneighbour": 37, "necessari": [8, 16, 19, 24, 31, 32, 36, 61], "necessarili": [3, 24], "neck": 36, "need": [16, 37, 56, 61], "neg": 21, "negative_valu": 21, "neighbor": 42, "nerv": 36, "nest": 41, "net": [30, 37], "networkx": 11, "neurodock": 63, "neuroimag": [16, 19, 46, 54, 56, 61, 63], "neurostar": 46, "new": [16, 18, 21, 22, 24, 27, 30, 40, 49, 62], "new_area": 42, "new_nam": 30, "new_spher": 42, "newlin": 61, "newpath": [22, 24, 27, 40, 49], "next": [2, 22], "nibabel": [0, 15, 49, 61], "nibabi": 61, "nifti": [14, 16, 22, 23, 24, 27, 28, 30, 36, 37, 38, 46, 49, 53, 61], "nifti1imag": 61, "nifti_fnam": 49, "nifti_gz": [36, 37, 38], "nifti_pair": [36, 37, 38], "nifti_pair_gz": [36, 37, 38], "nifti_xform_aligned_anat": 24, "nii": [8, 16, 22, 24, 28, 36, 37, 38, 42, 46, 47, 50, 56], "nii_ones_lik": [0, 49], "nilearn": [0, 15, 24, 36, 56, 57, 61], "nipi": [19, 22, 61], "niprep": [8, 22, 31, 60, 61, 62], "nipyp": [2, 4, 5, 11, 12, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 47, 50, 61, 63], "nireport": 61, "nirod": 61, "nitersmax": [22, 37], "nitransform": [0, 15, 61], "niwflow": 61, "niworkflow": [0, 63], "nki": [2, 51, 61], "nl": 38, "nmt31sym": 51, "no_bet": 38, "no_bia": 38, "no_brute_forc": [22, 37], "no_clamp": 37, "no_coord_dith": [22, 37], "no_cras0": [22, 37], "no_extend": 37, "no_gap_fil": 37, "no_init": 22, "no_intensity_dith": [22, 37], "no_iter": 22, "no_mask": 38, "no_mm": 38, "no_multi": 22, "no_output": 36, "no_pv": 38, "no_resampl": 37, "no_resample_blur": 37, "no_sanit": 28, "no_search": 37, "no_smooth": [22, 37], "noanat": 16, "noanat_task": 16, "nobet": 38, "noclamp": 37, "node": [2, 11, 14, 61], "noextend": 37, "nofil": [22, 37], "noinit": 22, "nois": [16, 31, 36, 57, 61], "noise_components_fil": 57, "noise_t1w": 16, "noit": 22, "nokspac": 37, "nomask": 38, "nomulti": 22, "non": [14, 17, 27, 31, 32, 36, 38, 42, 51, 56, 61], "non_linear": 38, "nonaggr": 38, "nonaggr_denoised_fil": 38, "nonbinari": 27, "none": [2, 3, 4, 7, 11, 12, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 50, 51, 54, 55, 56, 57, 61], "nonlegaci": 51, "nonlinear": [38, 61], "nonneg": [17, 24, 27], "nonposit": [21, 61], "nonstandard": [51, 61], "nonstandard_2d_refer": [0, 51], "nonstandard_refer": [0, 51], "nonsteadi": [17, 60], "nonsteadystatesdetector": [0, 17, 61], "nopv": 38, "noresampblur": 37, "noresampl": 37, "norm": [0, 3, 15, 31, 38, 61], "norm_threshold": 3, "normal": [2, 3, 4, 30, 31, 37, 38, 40, 42, 61], "normalization_qu": 2, "normalize_surf": [0, 40], "normalize_whitespac": 42, "normalize_xform": [0, 24], "normalizemotionparam": [0, 19, 61], "normalizesurf": [0, 40], "normcorr": 37, "normmi": 37, "nosearch": 37, "note": [19, 21, 24, 30, 37, 50, 60], "notebook": [0, 54, 61], "noth": [21, 51], "notic": 61, "novemb": 62, "now": [5, 22, 61], "np": [41, 61], "nsamp": [22, 37], "nsegment": 61, "nskip": [0, 56], "nsurfac": 22, "nu": [31, 38], "nuisanc": 19, "null": [21, 37], "num": 38, "num_compon": [31, 36], "num_ic": 38, "num_thread": [21, 22, 24, 25, 30, 36, 37, 42, 61], "number": [2, 5, 11, 14, 17, 19, 21, 22, 24, 25, 30, 31, 32, 36, 37, 38, 42, 54, 56, 60, 61], "number_class": 38, "number_of_iter": [21, 37], "numberofhistogrambin": 21, "numer": 61, "numpi": [11, 16, 26, 28, 40, 54, 56, 61], "nxn": 11, "nxnxn": 42, "o": [16, 22, 28, 36, 37, 38, 40, 42, 46, 61], "oall": 38, "oasi": 61, "oasis30": [2, 51], "obfusc": 56, "obj": 52, "object": [7, 11, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 44, 49, 51, 52, 56, 57, 61], "observ": 19, "obtain": [2, 14], "octob": 62, "oesteban": 61, "off": [22, 37, 38, 61], "offer": 62, "offici": 2, "offset": [21, 27, 40, 49], "old": [42, 62], "omat": 37, "omean": 38, "omiss": 61, "omit": [21, 37], "omp_nthread": [2, 3, 14, 60], "onavg": 51, "onc": [11, 44, 61], "one": [14, 16, 21, 24, 27, 31, 36, 37, 38, 40, 42, 46, 51, 56, 57, 61], "onli": [2, 16, 19, 21, 22, 27, 29, 31, 36, 37, 38, 42, 47, 49, 51, 56, 60, 61], "only_mask": [27, 49], "onto": [42, 56], "oob": [22, 37], "oorig": 38, "opca": 38, "open": [3, 14, 16, 28, 62], "openmp": [22, 37, 38], "openmpcommandmixin": [0, 42], "oper": [8, 19, 22, 26, 31, 36, 41, 49, 61], "oppos": 14, "optic": 36, "optim": [21, 37, 61], "option": [2, 3, 5, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 51, 54, 56, 60, 61], "option_str": 51, "order": [2, 18, 19, 21, 24, 25, 27, 37, 38, 41, 49, 57, 61], "ordereddict": 41, "ordinari": 42, "org": [42, 46, 61, 62], "organ": 61, "orient": [14, 22, 23, 24, 27, 30, 37, 61], "orig": [31, 38], "orig_cont": 22, "origin": [2, 3, 4, 5, 19, 21, 22, 24, 27, 31, 37, 38, 60, 61], "orwebp": [22, 28, 36, 37, 38], "osf": 61, "ostat": 38, "other": [2, 14, 16, 19, 21, 37, 40, 50, 54, 56, 61, 63], "other_prior": 38, "otherext": 50, "otherfield": 16, "otherwis": [22, 24, 27, 37, 42, 46, 61], "otsu": 14, "ounmix": 38, "our": [2, 36, 48, 61], "out": [22, 32, 37, 38, 40, 42, 44, 48, 61], "out_al": 38, "out_avg": 24, "out_basenam": 38, "out_correct": 37, "out_dict": [16, 41], "out_dir": [38, 44], "out_drift": 24, "out_fig": 44, "out_fil": [2, 5, 16, 18, 19, 22, 23, 24, 25, 27, 28, 29, 32, 33, 36, 37, 40, 41, 42, 57], "out_filenam": 44, "out_fmt": 29, "out_fsl": 22, "out_fsl_fil": [22, 37], "out_hmc": 24, "out_hmc_volum": 24, "out_inv": 29, "out_itk": 22, "out_log": 37, "out_lta": 22, "out_lta_fil": [22, 37], "out_mask": [2, 5, 26, 27, 28], "out_mat": 24, "out_matrix_fil": 37, "out_mean": 38, "out_meta": 16, "out_metadata": 18, "out_mni": 22, "out_movpar": 24, "out_nam": [18, 22, 40], "out_orig": 38, "out_params_fil": [22, 37], "out_path": [16, 30], "out_path_bas": [0, 16], "out_pca": 38, "out_postfix": [21, 25, 37], "out_prefix": 36, "out_reg": 22, "out_reg_fil": [22, 37], "out_report": [3, 14, 22, 23, 24, 28, 35, 36, 37, 38], "out_segm": 2, "out_stat": 38, "out_tpm": 2, "out_typ": 22, "out_unmix": 38, "out_volum": 24, "out_whit": 38, "out_xfm": 29, "outcom": 11, "outer": 42, "outer_g": 56, "outer_surfac": 42, "outfsl": 22, "outitk": 22, "outlier": [19, 22, 32], "outlier_limit": 22, "outlier_sen": 22, "outlier_sensit": 22, "outlin": [36, 38], "outline_fil": 36, "outlta": 22, "outmni": 22, "output": [2, 3, 4, 5, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 46, 51, 56, 57, 60, 61], "output_biascorrect": 38, "output_biasfield": 38, "output_dir": [43, 44], "output_fil": [19, 54, 56], "output_format": 19, "output_imag": [21, 25, 37], "output_inverse_warped_imag": [21, 37], "output_spec": [0, 16, 23, 40, 41], "output_transform_prefix": [21, 37], "output_typ": [36, 37, 38], "output_warped_imag": [21, 37], "output_weight": 42, "output_weights_text": 42, "outputreferencesact": [0, 51, 61], "outreg": 22, "outsid": [2, 30, 37], "outskin": 36, "outskin_mask_fil": 36, "outskin_mesh_fil": 36, "outskul": 36, "outskull_mask_fil": 36, "outskull_mesh_fil": 36, "over": [3, 57, 61], "overal": 3, "overhaul": 61, "overlap": [2, 42], "overli": 22, "overload": 48, "overrid": [30, 35, 37, 54, 56], "overwrit": [2, 16, 38, 51, 61], "overwrite_fsaverag": 16, "overwrite_head": [0, 49], "owhit": 38, "own": 22, "oxford": 61, "p": [30, 37, 38, 40], "p_max": 27, "p_min": 27, "pacifi": 61, "packag": [0, 40, 61, 62, 63], "packagenam": [43, 44], "pad": [2, 36], "padding_s": 37, "paddings": 37, "page": 61, "pair": [19, 27, 40], "paired_carpet": [0, 56], "panda": 61, "panel": 55, "paradigm": 38, "parallel": [14, 25, 38, 61], "param": [22, 37, 61], "paramet": [2, 3, 4, 5, 11, 14, 19, 21, 22, 24, 25, 26, 27, 30, 36, 37, 38, 40, 42, 46, 51, 52, 54, 56, 57, 60, 61], "parcel": [31, 38, 61], "parent": 16, "parent_data": 19, "parenthes": 19, "pars": [19, 50, 51, 61], "parse_express": [0, 19], "parse_formula": [0, 19], "parser": [7, 61], "part": [16, 22, 42, 62], "partial": [18, 22, 37, 38, 40, 42], "partial_volume_fil": 38, "partial_volume_map": 38, "particip": 46, "participant_label": 46, "particular": [2, 40, 49, 60, 61], "particularli": 61, "pass": [2, 14, 16, 24, 30, 31, 36, 37, 38, 42, 57, 61], "patch": [0, 15, 22, 61], "patchedbbregisterrpt": [0, 22], "patchedconcatenatelta": [0, 22], "patchedltaconvert": [0, 22], "patchedmricoregrpt": [0, 22], "patchedrobustregist": [0, 22], "path": [2, 5, 8, 16, 19, 22, 23, 30, 32, 36, 37, 38, 40, 41, 44, 46, 50, 52, 56, 57, 60, 61, 63], "path2bid": [0, 40], "pathlib": 61, "pathlik": [16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 46], "pattern": [40, 61], "pava": 37, "pbsc": 38, "pca": 38, "pd": [38, 41], "pdb": 48, "pdf": [2, 3, 4, 5, 14, 54, 56, 60], "pdw": [30, 37], "pe": [37, 60], "peak": 2, "pediatr": 61, "pedir": 37, "pendingdeprecationwarn": 61, "per": [21, 24, 37, 60], "per_run_ref_fil": 60, "percent": 38, "percentag": [21, 37, 38], "percentil": [27, 31, 36, 57], "percentile_threshold": [31, 36], "perform": [2, 3, 21, 24, 31, 36, 56, 57], "perhap": 60, "perhemi": 38, "permit": [3, 61], "pet": [16, 61], "phase": 37, "phase_conjug": 37, "phaseconj": 37, "phasediff": 16, "phasemap": 37, "phasemap_in_fil": 37, "physiolog": [31, 36], "pi": 61, "pia": [31, 38], "pial": [4, 22, 31, 38, 40, 42], "piec": 42, "pile": 29, "pin": 61, "pineal": 22, "pinsard": 61, "pip": [61, 63], "pipelin": [11, 12, 40, 46, 61], "pixdim": 61, "pixel": [22, 27, 37], "place": [22, 44], "plai": 49, "planar": 60, "plane": 61, "platform": 62, "pleas": [60, 61], "plot": [0, 15, 36, 54, 55, 57, 61], "plot_": 57, "plot_carpet": [0, 54, 56, 61], "plot_melodic_compon": [0, 57], "plot_param": 57, "plot_registr": [0, 57], "plot_seg": [0, 57], "plot_surf": [56, 61], "plotter": 56, "plu": [22, 24, 27], "plugin": [0, 10, 61], "plugin_arg": 11, "pluginbas": [0, 11], "ply": 40, "ply2gii": [0, 40], "plytogifti": [0, 40], "pnc": 51, "png": [2, 3, 4, 5, 14, 54, 56, 60], "point": [7, 21, 22, 24, 31, 36, 37, 38, 40, 42, 57], "pointcloud": 40, "pointcloud2pli": [0, 40], "poisson": 40, "poissonrecon": [0, 40], "poli": 37, "poly_ord": 37, "polyhedra": 42, "polyhedron": 42, "polynomi": [31, 36, 37], "pool": [11, 61], "pop_fil": [0, 47], "popular": 42, "port": 61, "posit": [22, 27, 31, 36, 37, 38, 42, 56], "possibl": [2, 21, 37, 61], "possibli": [22, 44], "post_mortem": 48, "posterior": [2, 24], "postfix": [21, 25, 37], "postfreesurf": 40, "potenti": 61, "pow3": 38, "pow4": 38, "power": [19, 38, 54, 56], "power2014": 19, "pr": 61, "pre": [4, 11, 31, 36, 61], "pre_filt": [31, 36], "pre_filter_fil": [31, 36], "pre_mask": 14, "preambl": 57, "preced": [21, 37, 41], "precis": [2, 22, 23, 30, 36, 37, 61], "prefix": [19, 36, 46, 50], "preliminari": 2, "premis": 61, "preop": 46, "preop_t1": 46, "prep": [16, 61], "prepar": [4, 16, 32, 40, 56, 61], "preparederiv": [0, 16, 61], "prepend": 36, "preproc": 16, "preproc_bold": 16, "preproc_t1w": 16, "prereleas": 61, "prescrib": [23, 27], "present": [16, 23, 31, 36, 42, 57, 61], "preserv": [16, 24, 57, 61], "previou": [21, 37, 46, 61], "previous": [2, 14], "principl": 40, "print": [31, 36, 57, 61, 63], "print_out_composite_warp_fil": [21, 25, 37], "prior": [2, 21, 31, 36, 38, 54, 56, 61], "prioriti": 61, "prob_thr": 24, "prob_thresh": 33, "probabilist": [14, 61], "probability_map": 38, "probabl": [2, 21, 24, 33, 36, 38], "problem": [22, 61], "problemat": 23, "probmap": [0, 15, 61], "proc": 11, "proc_don": 11, "proc_pend": 11, "procedur": 57, "process": [2, 11, 12, 14, 21, 22, 25, 36, 38, 46, 47, 50, 55, 60, 61], "processor": 38, "produc": [2, 22, 38, 61], "program": [8, 62], "project": [2, 31, 38, 40, 57, 61], "promin": 61, "propag": [16, 41], "proper": 56, "properti": [22, 49, 51], "protocol": [38, 62], "proven": 42, "provid": [2, 8, 14, 16, 19, 22, 27, 31, 36, 42, 56, 57, 60, 61, 62], "pull": [22, 61], "pure": 61, "purg": 61, "purpos": [16, 57], "pve": 38, "py": [22, 38, 61], "pybid": [16, 46, 61], "pypi": [61, 63], "pyplot": 56, "pytest": 61, "python": [8, 54, 56, 61, 63], "pyupgrad": 61, "q": 36, "qap": 5, "qcach": 38, "qcode": 23, "qform": [16, 23, 24, 37, 49, 61], "qform_cod": 23, "quadrat": 19, "quadrigemina": 22, "qualiti": [2, 3], "quantil": [21, 37], "quaternion": [23, 37], "queri": [46, 61], "queu": 11, "quickli": 61, "quot": 61, "r": [18, 21, 36, 38, 40, 44, 49], "ra": [24, 27, 30, 37], "rad": 37, "radiu": [21, 26, 27, 36, 37, 42], "radius_bins_item_trait": [21, 37], "radius_bins_stage_trait": [21, 37], "radius_or_number_of_bin": [21, 37], "rage": 38, "rais": [31, 36, 42, 51], "random": [2, 21, 22, 36, 37], "random_se": [21, 37], "randomis": 38, "rang": [3, 19, 21, 24, 27, 37, 41, 42, 56], "rank": [32, 38], "ras2ra": 22, "rather": [22, 37, 42, 61], "ratio": [24, 33, 37], "ravel": 41, "raw": 14, "raw_ref_imag": 14, "rawavg": [31, 38], "rciric": 61, "re": [2, 4, 11, 16, 18, 22, 37, 39, 40, 41, 49, 50, 51, 61], "read": [8, 16, 22, 37], "read_crashfil": [0, 50, 61], "read_csv": [41, 61], "read_text": [16, 22, 44], "readabl": [0, 8, 24, 61], "readi": 61, "readili": 56, "readout": 60, "readsidecarjson": [0, 16, 61], "readthedoc": 2, "realign": [19, 31, 36], "realigned_fil": [31, 36], "realist": 61, "realli": 61, "reasign": 61, "receiv": 41, "recent": [4, 16, 41, 46, 50, 51, 61], "recipi": 61, "recommend": [22, 42], "recomput": 16, "recon": [4, 38, 61], "recon_al": 38, "reconal": [16, 38, 44, 61], "reconall_t1w": 44, "reconallrpt": [0, 38], "reconcil": 22, "reconstruct": [3, 16, 40], "recov": 22, "rectangular": 37, "recurs": 19, "red": 57, "reduc": [42, 61], "reduce_bia": 36, "reduct": [38, 42, 56], "ref": [22, 37, 57, 61], "ref_fwhm": [22, 37], "ref_imag": 14, "ref_image_brain": 14, "ref_weight": 37, "refactor": 61, "refer": [0, 3, 4, 7, 14, 16, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 37, 40, 51, 56, 57, 60, 61], "reference2dict": [0, 51], "reference_column": 32, "reference_fil": [22, 37], "reference_imag": [21, 25, 30, 37], "reference_mask": [22, 30, 37], "refin": [2, 3, 22, 38, 61], "refine_aseg": [0, 22], "refinebrainmask": [0, 22], "refmap": [0, 59, 61], "refurb": 61, "refweight": 37, "reg": [22, 37], "reg_fram": [22, 37], "reg_middle_fram": [22, 37], "regard": 61, "regardless": 16, "regdat": [22, 37], "regex": 61, "regex_search": 44, "region": [2, 21, 22, 27, 31, 36, 37, 38], "regist": [3, 14, 21, 22, 31, 37, 38, 42], "registered_fil": [22, 37], "registr": [0, 2, 3, 14, 21, 22, 30, 31, 34, 35, 36, 38, 55, 60, 61], "registrationrc": [0, 35, 37], "registri": 61, "regress": [19, 31, 36, 38, 61], "regress_poly_degre": [31, 36], "regressor": [19, 32, 56], "regrid": [24, 27, 49], "regridtozoom": [0, 24, 27, 61], "regular": [2, 21, 37], "reimplement": 61, "reject": 3, "rel": [3, 8, 16, 19, 21, 38, 61, 63], "relat": [4, 40, 60, 61], "relatedli": 60, "relative_path": 16, "relative_to_root": [0, 46], "relax": 61, "releas": 61, "relev": [22, 28, 36, 37, 38, 40, 42, 61], "reli": 61, "reliabl": [30, 37, 42, 61], "reloc": 61, "rem_cmp": 38, "remain": [8, 41, 50, 61], "remap": [27, 61], "remedi": 61, "remov": [14, 16, 19, 23, 38, 42, 50, 57, 61], "remove_deriv": 38, "remove_ey": 36, "remove_island": 42, "renam": 61, "reorder": 61, "reorgan": [54, 56], "reorient": [0, 24, 27, 61], "reorient_fil": [0, 27], "reorient_imag": [0, 27], "reorientimag": [0, 27, 61], "repeat": 27, "repetit": [18, 31, 36, 57], "repetition_tim": [31, 36], "repetitiontim": [16, 61], "replac": [21, 23, 27, 37, 42, 61], "report": [0, 10, 14, 21, 22, 24, 28, 30, 32, 35, 36, 37, 38, 57, 61, 62], "report_bas": 61, "report_dir": 38, "report_map": 38, "report_mask": [38, 57], "reportcapableinterfac": [35, 36, 37, 38, 61], "reportinginterfac": [0, 35, 36, 37], "reportlet": [0, 3, 14, 15, 22, 28, 44, 60, 61], "reportlets_dir": 44, "repositori": 61, "repres": [2, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 51, 57, 61], "represent": [27, 37, 54, 56], "reproduc": [36, 62], "request": [8, 46], "requir": [14, 19, 21, 22, 24, 25, 30, 31, 36, 37, 38, 42, 51, 61, 62, 63], "requisit": 19, "resampl": [14, 21, 22, 24, 27, 37, 42, 60, 61], "resample_by_spac": [0, 49], "resamplebeforeafterrpt": [0, 37], "resampleimagebyspac": 61, "rescal": [21, 22, 37], "rescale_intens": 21, "reselect": 61, "reshap": 41, "resili": 51, "reslic": 37, "resolut": [16, 22, 24, 27, 30, 37, 39, 50, 51, 61], "resolv": [16, 61], "reson": [2, 62], "resourc": [8, 61], "resource_monitor": [16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 39, 40, 41], "respect": [11, 40, 49, 61], "respons": 61, "rest": 19, "rest_echo": 46, "rest_run": [16, 46], "restart": 38, "restor": [21, 30, 37, 38, 61], "restore_st": [21, 37], "restored_imag": 38, "restrict": [21, 37], "restrict_deform": [21, 37], "result": [2, 3, 8, 11, 21, 22, 24, 33, 36, 37, 38, 42, 49, 57], "resum": 61, "retain": [19, 31, 36, 61], "retest": 16, "retest_custom": 16, "retest_custom1": 16, "retest_desc": 16, "retest_t1w": [16, 22, 50], "retest_task": 16, "retri": [30, 61], "retriev": [31, 38, 46], "return": [3, 11, 16, 19, 24, 30, 31, 36, 40, 41, 42, 46, 48, 50, 51, 56, 61], "returncod": 42, "reus": [44, 61], "revers": [21, 25, 30, 37], "reverse_forward_invert_flag": [21, 30, 37], "reverse_forward_transform": [21, 30, 37], "reverse_invert_flag": [21, 30, 37], "reverse_transform": [21, 30, 37], "revert": [42, 61], "revis": 61, "revisit": 3, "rewrit": [49, 61], "rewritten": 61, "rf": 61, "rh": [4, 22, 31, 38, 40], "ribbon": [31, 38, 42], "ribbon_roi": 42, "right": [24, 41, 56], "rigid": [3, 21, 37, 60], "rigid2d": 37, "risk": 49, "robj": 44, "robust": [22, 30, 36, 61], "robust_set_limit": [0, 57], "robustacompcor": [0, 31], "robustaverag": [0, 24, 61], "robustli": [24, 30], "robustmninorm": 61, "robustmninormalizationrpt": 61, "robustmniregistr": 61, "robustregist": 22, "robusttcompcor": [0, 31], "robusttempl": 22, "roi": [16, 24, 27, 31, 33, 36, 42, 57, 61], "roi_fil": [33, 40, 42], "roi_metr": 42, "roisplot": [0, 36, 61], "root": [46, 61], "rot": [22, 37, 49], "rotat": [3, 21, 22, 37, 49, 61], "rotate_affin": [0, 49], "rotation2canon": [0, 49], "rough": 3, "round": 2, "row": [24, 41, 54, 56, 61], "rp": 19, "rr": [22, 37], "ruff": 61, "rule": 61, "run": [0, 2, 3, 7, 11, 14, 16, 18, 21, 22, 28, 30, 31, 36, 37, 38, 39, 40, 41, 42, 44, 46, 51, 60, 61], "run_nod": [0, 11], "run_report": [0, 43, 44], "run_uuid": [43, 44], "runner": 61, "runtim": [11, 42, 61], "runtimeerror": 50, "runtimewarn": 46, "rwblair": 61, "s_con": 38, "s_de": 38, "safe": [40, 50, 61], "sagitt": 57, "same": [2, 3, 8, 14, 24, 30, 37, 42, 56, 60], "sampl": [14, 21, 22, 24, 31, 37, 38, 42, 51, 54, 56, 61], "sample_dataset_descript": 46, "sampling_percentag": [21, 37], "sampling_percentage_item_trait": [21, 37], "sampling_percentage_stage_trait": [21, 37], "sampling_strategi": [21, 37], "sampling_strategy_item_trait": [21, 37], "sampling_strategy_stage_trait": [21, 37], "sanit": 61, "sanitizeimag": [0, 61], "sat": [22, 37], "satit": 22, "satur": [22, 37], "saturation_threshold": [22, 37], "save": [4, 16, 21, 30, 31, 32, 36, 37, 41, 54, 56, 61], "save_bia": 21, "save_cmd": 25, "save_fmap": 37, "save_log": 37, "save_metadata": [31, 36], "save_pre_filt": [31, 36], "save_shift": 37, "save_st": [21, 30, 37], "save_unmasked_fmap": 37, "save_unmasked_shift": 37, "savederiv": [0, 16, 61], "savefmap": 37, "saveshift": 37, "savetxt": 41, "sbref": [14, 16, 46, 51, 60, 61], "sbref_fil": [14, 61], "scalar": [21, 25, 37], "scale": [3, 22, 24, 37, 49, 61], "scaled_intensity_output": 22, "scalp": 36, "scan": [22, 32, 38, 56, 60, 61, 62], "scatter": 60, "schedul": [37, 61], "scikit": 61, "scipi": [27, 54, 56, 61], "scode": 23, "scon": 38, "script": [2, 36, 40, 61], "sd": [22, 37, 38], "sdcflow": 61, "sde": 38, "se": [16, 46], "search": [2, 22, 37, 46], "searchcost": 37, "searchr_i": 37, "searchr_x": 37, "searchr_z": 37, "searchri": 37, "searchrx": 37, "searchrz": 37, "sec": 37, "second": [2, 3, 19, 31, 36, 37, 38, 57, 61], "section": [40, 44], "secur": 61, "see": [2, 3, 22, 30, 37, 38, 40, 54, 56], "seed": [2, 3, 21, 37], "seg_fil": 61, "seg_nii": 57, "segmenr": 36, "segment": [0, 2, 8, 22, 23, 24, 27, 31, 34, 35, 36, 37, 49, 54, 56, 57, 61], "segment_it": 38, "segmentationrc": [0, 28, 35, 36, 38], "select": [2, 14, 19, 24, 31, 32, 33, 36, 38, 41, 42, 47, 56, 60, 61, 62], "send": 11, "sensit": 22, "sentinel": 8, "sep": [22, 37, 61], "sep_vn": 38, "sep_whiten": 38, "separ": [2, 8, 19, 24, 37, 38, 51, 61], "septemb": 62, "sequenc": 2, "sequenti": 30, "seri": [14, 19, 21, 24, 25, 27, 31, 36, 37, 62], "serial": 57, "session": [16, 38, 46, 51, 60, 61], "session_id": 46, "set": [2, 3, 11, 14, 16, 22, 23, 24, 30, 31, 36, 37, 38, 40, 41, 42, 51, 56, 57, 60, 61, 63], "set_consum": [0, 49], "set_data_offset": 49, "set_data_shap": 49, "set_qform": 49, "set_slope_int": 49, "setbackground": 37, "setup": [12, 61], "setup_exceptionhook": [0, 48], "setuptool": 61, "sever": [2, 14, 30, 31, 33, 36, 42, 61], "sform": [16, 23, 24, 37, 49, 61], "sform_cod": 23, "sh": [2, 22, 36, 40], "shablona": 61, "shape": [24, 26, 40, 42], "shape_fil": 42, "shape_noisland": 42, "share": 56, "sharpen": [14, 21], "shear": [22, 24, 37], "shift": 37, "shift_in_fil": 37, "shift_out_fil": 37, "shiftmap": 37, "shim": 60, "short": 37, "shortcut": 22, "shorter": 19, "should": [2, 5, 11, 14, 16, 19, 21, 23, 24, 27, 28, 30, 32, 37, 40, 41, 42, 49, 56, 57, 60, 61], "shouldrais": 51, "show": [3, 55, 61], "shown": 21, "shrink": 21, "shrink_factor": [21, 37], "side": [41, 42], "sidecar": [16, 61], "sidetrack": 2, "siemen": [16, 46], "siena": 36, "sigma": [21, 37, 42], "sigma_unit": [21, 37], "sign": [3, 37, 57], "signal": [14, 19, 24, 38, 53, 56, 57, 60, 61], "signalextract": [0, 24], "signifi": 11, "signific": 61, "silent": [31, 36], "similar": [21, 37], "similarli": 41, "simpl": 61, "simplebeforeaft": 61, "simplebeforeafterrpt": [0, 37, 61], "simpleinterfac": [16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 39, 40, 41], "simpleshowmaskrpt": [0, 36], "sinc": [37, 60], "sinc_width": 37, "sinc_window": 37, "sincwidth": 37, "sincwindow": 37, "singl": [2, 14, 16, 19, 22, 27, 29, 30, 36, 37, 38, 42, 46, 47, 61], "singleton": 61, "singular": [46, 61], "sink": 61, "sinusoid": 37, "size": [2, 22, 24, 27, 30, 37, 38, 49, 54, 56, 57, 61], "skeleton": 61, "skin": 61, "skip": [14, 22, 54, 56, 61], "skip_vol": 14, "skippabl": 61, "sklearn": [54, 56], "skull": [2, 5, 14, 31, 33, 36, 38, 61], "skull_fil": 36, "skull_mask_fil": 36, "skull_stripped_fil": 14, "skullstrip": [0, 1, 16, 22, 36], "skullstrip_bold_wf": 14, "slice": 36, "slicer": 38, "slightli": [42, 61], "slope": [37, 61], "sloppi": 61, "small": [36, 49, 61], "smaller": [42, 44], "smallest": [0, 24, 44], "smarter": 61, "smode": 38, "smooth": [21, 22, 24, 27, 31, 37, 38, 49, 61], "smooth2": 37, "smooth2d": 37, "smooth3": 37, "smooth3d": 37, "smooth_averag": 22, "smoother": 22, "smoothing_sigma": [21, 37], "smoothwm": [31, 38, 40, 61], "smoothwm_convert": 40, "smriprep": 61, "snake": 41, "snapshot": 22, "so": [8, 14, 22, 42, 56, 61], "softwar": [22, 24, 28, 36, 37, 38, 40, 42, 63], "solut": 22, "some": [8, 22, 30, 44, 46, 47, 49, 50, 57, 61, 63], "sort": [44, 50, 54, 56, 61], "sort_carpet": [0, 56], "sort_row": [54, 56], "sourc": [2, 3, 4, 5, 7, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 60, 61, 62], "source_fil": [16, 22, 37], "source_mask": [22, 37], "source_oob": [22, 37], "sourcedata": 46, "sourcefil": [22, 37], "sourceforg": [30, 37], "sp": 51, "sp1": 51, "sp2": 51, "space": [0, 2, 3, 4, 14, 15, 16, 18, 21, 22, 25, 27, 30, 31, 33, 36, 37, 38, 40, 44, 45, 57, 61], "spacedatasourc": [0, 39], "spacial": 22, "spatial": [2, 22, 25, 30, 37, 38, 49, 51, 61], "spatialimag": [27, 61], "spatialnorm": [0, 30, 37, 61], "spatialnormalizationrpt": [0, 37], "spatialrefer": [0, 51, 61], "spatiotempor": 57, "spec": [0, 50, 51, 61], "speci": 61, "special": [12, 36, 46], "specif": [0, 2, 21, 30, 31, 33, 36, 37, 38, 39, 49, 50, 51, 61], "specifi": [2, 11, 14, 19, 21, 22, 24, 25, 32, 36, 37, 38, 39, 42, 51, 54, 56, 61], "spectrum": 38, "speed": 61, "sphere": [14, 22, 31, 38, 42], "sphere_reg": [31, 38], "spheric": [31, 38, 42], "spike": [0, 19, 37, 56], "spike_regressor": [0, 19], "spike_thresh": 56, "spikeregressor": [0, 19, 61], "spikes_fil": 56, "spikesplot": [0, 56], "spikesplot_cb": [0, 56], "spin": 37, "spline": [2, 21, 37], "split": [24, 25, 27, 42, 50, 51, 61], "splitext": [0, 50], "splitlin": [16, 22], "splitseri": [0, 27, 61], "spm": [22, 37], "spm_nifti": [22, 37], "spring": 22, "squar": [22, 37], "src": [22, 40], "src1": 22, "src2": 22, "stabil": 61, "stabl": [17, 61], "stage": [21, 22, 37], "stale": 11, "stamp": 61, "standalon": 57, "standard": [0, 3, 14, 36, 40, 51, 54, 56, 61], "standard2input": 38, "standard_spac": [0, 51], "standardis": 19, "start": [31, 36, 61], "startswith": 44, "stat": 11, "state": [14, 17, 19, 21, 30, 32, 37, 56, 60, 61, 62], "static": [44, 51, 57], "statist": [31, 38], "steadi": [14, 17, 32, 56, 61], "stem": 27, "step": [2, 14, 21, 22], "still": 61, "stop": [22, 61], "store": [11, 16, 22, 31, 36, 37, 57, 61], "str": [2, 3, 4, 5, 14, 16, 19, 21, 22, 25, 27, 30, 36, 37, 38, 40, 42, 46, 50, 51, 52, 54, 56, 57, 60, 61], "strategi": [19, 21, 37, 38], "strict": 46, "string": [16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 46, 51, 54, 56, 57, 61], "strip": [2, 5, 14, 22, 31, 33, 36, 38, 61], "strongest": 42, "structur": [2, 3, 11, 14, 16, 21, 27, 36, 37, 38, 40, 42, 46, 52, 56, 61], "structuralrefer": [0, 22], "sty": 61, "style": [3, 18, 22, 37, 40, 42], "sub": [2, 16, 22, 44, 46, 50], "subclass": 35, "subcort": [18, 31, 38, 61], "subdiv": 42, "subdivid": 42, "subdivis": 42, "subfield": 38, "subject": [3, 4, 14, 16, 22, 31, 37, 38, 40, 43, 44, 46, 61], "subject_data": 16, "subject_id": [3, 4, 16, 22, 31, 37, 38, 40, 44], "subject_label": 44, "subject_list": [43, 44], "subjects_dir": [3, 4, 16, 22, 31, 37, 38, 61], "subjid": 38, "submit": 11, "submodul": [0, 61], "subopt": 42, "subpackag": 0, "subplot": [54, 56], "subpoint": 42, "subreport": [0, 44], "subsampl": 22, "subsample_thresh": 22, "subsample_threshold": 22, "subsequ": [2, 36], "subtract": 26, "subvol": 42, "subvol_select": 42, "subvolum": 42, "subworkflow": 14, "success": 42, "suddenli": 31, "suffix": [16, 40, 50, 61], "suggest": [2, 36, 61], "suit": 51, "sulc": [31, 38, 40], "sulc_convert": 40, "sulcal": [31, 38], "sulci": 22, "sum": [21, 37], "summari": [14, 32, 44, 56, 61], "supercharg": 12, "superflu": 61, "superior": 24, "superstep": 2, "suppli": [14, 37], "support": [11, 21, 37, 42, 51, 56, 61], "suppress": 61, "sure": [60, 63], "surf": [0, 15, 42], "surf_fil": 42, "surf_kei": 40, "surf_map": 42, "surf_nam": 40, "surf_norm": 4, "surfac": [3, 4, 18, 22, 31, 36, 38, 40, 41, 42, 51, 56, 61], "surfacc": 22, "surface_bold": 18, "surface_fil": 42, "surface_target": 18, "surface_typ": 56, "surfacesegmentationrc": [0, 35, 38], "surfacestopointcloud": [0, 40], "surfplot": 61, "svg": [2, 3, 4, 5, 14, 22, 28, 36, 37, 38, 44, 50, 54, 56, 57, 60, 61], "svg2str": [0, 57], "svg_compress": [0, 57], "svgo": [22, 28, 36, 37, 38, 57, 61], "svgutil": 61, "switch": [38, 61], "sy": 48, "symbol": 19, "symetr": 61, "symm": 38, "symmetr": 61, "syn": [21, 37], "synchron": 61, "system": [2, 11, 27, 36, 61, 63], "t": [22, 28, 36, 37, 38, 40, 41, 42, 46, 49, 54, 56], "t1": [2, 3, 22, 30, 31, 33, 36, 37, 38, 50, 60, 61], "t1_file": 38, "t1w": [2, 3, 4, 5, 8, 14, 16, 22, 24, 27, 30, 33, 37, 40, 46, 50, 51, 61], "t1w_brain": 3, "t1w_dseg": 3, "t1w_list": [22, 24], "t1w_sourc": 16, "t1w_valid_list": 24, "t2": [2, 14, 22, 28, 31, 36, 37, 38, 61], "t2_file": 38, "t2_guid": 36, "t2pial": 38, "t2starmap": 61, "t2w": [16, 22, 24, 30, 37, 46, 51, 61], "t2w_list": 22, "t_con": 38, "t_de": 38, "t_mask": [17, 24], "tabl": 19, "tabul": 19, "tag": 11, "take": [14, 42, 61], "tal": 22, "tal_source_fil": 22, "tal_template_fil": 22, "talairach": [22, 38], "tangenti": 42, "tanh": 38, "tar": 50, "target": [2, 14, 16, 18, 22, 23, 24, 27, 30, 33, 37, 49, 61], "target_affin": 28, "target_conform": 22, "target_fil": [22, 27], "target_orient": 27, "target_ornt": 27, "target_path": 52, "target_shap": [24, 28], "target_zoom": 24, "task": [2, 3, 11, 16, 46], "taskid": 11, "tcompcor": [31, 32, 36], "tcompcorrpt": [0, 36], "tcon": 38, "tde": 38, "techniqu": 38, "tell": 2, "temperatur": 60, "tempfil": 16, "templat": [2, 14, 16, 18, 22, 24, 30, 36, 37, 40, 50, 61], "template_kwarg": 40, "template_resolut": [30, 37], "template_spec": [2, 30, 37, 50], "templatedimens": [0, 24], "templateflow": 61, "tempor": [19, 38, 56, 61], "temporal_deriv": [0, 19], "temporari": [8, 31], "temporarili": [22, 36, 61], "tensor": [21, 25, 37], "tent": 14, "term": [19, 22, 61], "terminal_output": [22, 40, 42], "test": [0, 2, 3, 16, 30, 36, 37, 45, 46, 49, 61], "test_data": 22, "test_mask": 61, "test_t1w": [16, 22, 50], "test_t1w_test": 50, "testdir": 44, "text": [31, 36, 37, 42, 50], "than": [11, 19, 22, 24, 36, 37, 42, 44, 56, 61], "thank": [56, 61], "thei": [4, 14, 16, 19, 22, 42, 51, 57], "theimag": [21, 37], "them": [16, 24, 40, 42, 60, 61], "thi": [2, 3, 4, 5, 8, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 44, 49, 50, 51, 54, 56, 57, 60, 61, 62], "thick": [22, 31, 38, 42], "thickness_fil": 40, "thickness_nam": 22, "thin": 42, "thin_column": 42, "thinner": 61, "thompson": 61, "those": [11, 19, 42, 60], "thread": [2, 11, 14, 21, 22, 24, 30, 36, 37, 42, 50, 60], "thread_consuming_nod": 11, "three": 21, "thresh_low": 27, "threshold": [3, 14, 19, 22, 24, 27, 31, 33, 36, 37, 38, 42, 56], "through": [8, 14, 19, 22, 24, 25, 42, 47, 61], "throughout": [8, 38, 60], "thu": [14, 30, 37], "tica": 38, "time": [8, 18, 19, 21, 22, 24, 25, 30, 31, 36, 37, 38, 54, 56, 57, 60, 61], "timepoint": [14, 17, 24, 54, 56, 61], "timeseri": [0, 17, 45, 56, 60], "timevaryingbsplinevelocityfield": [21, 37], "timevaryingvelocityfield": [21, 37], "tissu": [2, 22, 33, 38, 61], "tissue_class_fil": 38, "tissue_class_map": 38, "titl": [44, 54, 56], "tk": 22, "tmpdir": 16, "tmpfile": 16, "to_json": [0, 52], "to_ra": 24, "togeth": 60, "toler": [22, 27, 37, 61], "tolist": 41, "tomatch": 16, "too": [22, 61], "tool": [3, 5, 22, 24, 32, 36, 37, 38, 49, 56, 57, 61, 63], "toolei": 61, "top": [8, 41, 57, 61], "topup": [37, 61], "total": [21, 30, 37, 60], "touch": 16, "toward": 61, "tp": 22, "tpm": [2, 33, 61], "tpm2roi": [0, 33, 61], "tr": [0, 18, 31, 32, 36, 38, 54, 56, 57, 61], "tr_sec": 38, "traceback": [16, 41, 46, 50, 51], "track": [19, 51], "trait": [22, 61], "tran": [22, 37], "trans_onli": 22, "transfer": 61, "transform": [3, 4, 21, 22, 24, 25, 29, 30, 37, 40, 60, 61], "transform_fil": 40, "transform_output": 22, "transform_paramet": [21, 37], "transform_to_2d": [0, 57], "translat": [2, 3, 21, 22, 37], "transonli": 22, "travers": [8, 44], "travi": 61, "treat": [21, 25, 37, 42, 46], "tree": [16, 22], "trg": 22, "trgconform": 22, "tri": [21, 25, 30, 37], "triangl": [31, 38, 42], "triangular": 40, "tricky_sourc": 16, "trigger": 16, "trilinear": [37, 42], "true": [2, 3, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 30, 35, 36, 37, 38, 41, 44, 46, 47, 48, 49, 50, 51, 54, 56, 60, 61], "truncat": 22, "truncatelta": [0, 22], "try": [41, 61], "ts_z": 56, "tseri": 56, "tst": 61, "tsv": [19, 24, 31, 36, 41, 61], "tsv2json": [0, 41, 61], "tty": 48, "tupl": [2, 3, 21, 22, 24, 25, 27, 32, 37, 38, 39, 51, 54, 56, 61], "turn": [22, 37, 38], "tweak": 61, "two": [3, 16, 21, 22, 24, 26, 27, 37, 38, 42, 46, 56, 61], "two_pass": 24, "twopass": 61, "txt": [8, 31, 36, 37, 50, 61], "type": [2, 11, 16, 19, 21, 22, 24, 25, 27, 30, 36, 37, 38, 40, 42, 46, 51, 61], "typeerror": 51, "typic": [2, 22, 36, 60], "typo": 61, "u": 36, "u1": 28, "u2": 28, "u4": 28, "uid": 39, "uint8": 27, "unabl": 61, "unboundlocalerror": [46, 61], "unchang": 24, "uncinf": [50, 51], "uncompress": 16, "undef_field": 16, "undefin": [14, 16, 31, 36, 61], "under": [41, 46, 61], "underli": [3, 11], "undocu": 61, "unflag": 19, "unif": 5, "uniform": [31, 38], "uniformli": 40, "unintend": 42, "union": [31, 33, 36], "uniqu": [18, 39], "unit": [16, 21, 37, 56, 61], "univers": 40, "unless": [22, 37, 42], "unlik": 42, "unlink": [40, 61], "unmask": 37, "unmaskfmap": 37, "unmaskshift": 37, "unmix": 38, "unmodifi": 16, "unnecessari": 16, "unnorm": 22, "unpack": [8, 40], "unsafe_write_nifti_header_and_data": [0, 49], "unscrambl": 19, "unspecifi": [31, 36], "until": 30, "unus": [3, 49, 61], "unwarp": 37, "unwarp_direct": 37, "unwarpdir": 37, "unwarped_fil": 37, "unzipjoinedsurfac": [0, 40], "up": [19, 24, 42, 50, 60, 61, 63], "upcom": 61, "updat": [11, 21, 22, 37, 38, 40, 42, 49, 61], "update_header_field": [0, 49], "update_mask": 38, "updatehash": 11, "upgrad": 61, "upload": 61, "upon": 46, "upper": [3, 21, 27, 37, 56], "upper_cutoff": 28, "upstream": [41, 61], "ursula": 61, "us": [2, 3, 5, 8, 11, 14, 16, 18, 19, 21, 22, 23, 24, 25, 27, 28, 30, 31, 36, 37, 38, 40, 41, 42, 46, 47, 49, 54, 56, 57, 60, 61, 63], "usabl": 19, "usag": 61, "use_bbr": 3, "use_estimate_learning_rate_onc": [21, 37], "use_flair": [22, 38], "use_float": 2, "use_floatingpoint_precis": 36, "use_histogram_match": [21, 37], "use_laplacian": 2, "use_prior": 38, "use_random_se": 2, "use_random_seed": 36, "use_regress_poli": [31, 36], "use_t2": 38, "use_t2w": 22, "usecol": 56, "user": [14, 21, 22, 37, 61, 62], "uses_qform": 37, "usesqform": 37, "usual": [21, 30, 37], "util": [0, 5, 13, 15, 17, 28, 33, 35, 54, 61, 62], "utoolei": 61, "v": [21, 37, 38], "v0": 61, "v1": 42, "val": [16, 38], "valid": [14, 16, 22, 23, 24, 37, 42, 46, 54, 56, 60, 61], "valid_roi_out": 42, "valid_transform": 22, "validate29": 51, "validateimag": [0, 61], "validation_report": [14, 60], "valu": [2, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 47, 49, 51, 54, 56, 57, 61], "valueerror": [41, 46, 51], "vanilla": 12, "var_norm": 38, "varexp_thresh": 56, "variabl": [4, 19, 21, 22, 25, 36, 37, 38, 40, 42, 61], "variables_deriv": 19, "variables_exp": 19, "varianc": [31, 32, 36, 38, 56], "variance_threshold": [31, 32, 36], "variat": 22, "varieti": 61, "ve": 61, "vector": [21, 25, 37], "vega": 61, "vendor": 61, "ventricl": 38, "verbos": [21, 37, 38], "veri": [36, 42, 60, 61], "verifi": [16, 61], "version": [16, 22, 36, 46, 61, 63], "vertex": [4, 31, 38, 42], "vertex_norm": [0, 40], "vertic": [36, 40, 42], "vertical_gradi": 36, "veryinfl": 56, "via": [3, 16, 37, 61], "view": [27, 57], "viridi": 56, "visibl": 61, "visit": 12, "visit_desc": [0, 12], "visual": [10, 22, 28, 32, 35, 36, 37, 38, 55, 57, 61], "visualis": 61, "viz": [0, 62], "vline": 56, "vmax": 57, "vmin": 57, "vn": 38, "vol2surf": 42, "volonli": 38, "volum": [3, 14, 17, 18, 19, 21, 22, 23, 24, 25, 27, 31, 32, 33, 36, 37, 38, 40, 41, 42, 56, 60, 61], "volume_fil": 42, "volume_roi": 42, "volume_target": 18, "volumetosurfacemap": [0, 42], "volumetr": [18, 31, 38, 61], "vox": [21, 37], "vox2vox": 22, "voxel": [2, 17, 21, 22, 24, 27, 30, 31, 36, 37, 38, 42, 54, 56, 61], "voxel_subdiv": 42, "vtk": 36, "w": [16, 22, 38, 40, 49], "wa": [3, 14, 16, 21, 22, 42, 57, 61], "wall": 22, "waller": 61, "want": [14, 21, 37], "ward": [54, 56], "ward_tre": [54, 56], "warn": [22, 23, 46, 57, 61], "warp": [2, 21, 22, 25, 30, 36, 37, 38], "warped_fil": 37, "warped_imag": [21, 30, 37], "washington": 40, "wb_command": 42, "wbcommand": 42, "we": [3, 22, 23, 61], "web": 38, "weight": [2, 3, 21, 22, 37, 38, 42], "weight_imag": 21, "weights_fil": [22, 42], "weights_text_fil": 42, "welchwindowedsinc": [21, 25, 37], "well": [14, 21, 40, 61], "were": [2, 3, 25, 61], "wh": 51, "what": 62, "wheel": 61, "when": [2, 3, 8, 11, 16, 17, 19, 21, 22, 31, 36, 37, 38, 42, 47, 50, 57, 60, 61], "where": [8, 21, 27, 36, 37, 41, 42, 56, 57, 61], "whether": [2, 3, 5, 11, 14, 16, 17, 19, 21, 24, 27, 42, 46, 51, 57, 60], "which": [2, 3, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 46, 49, 54, 56, 60, 61], "while": [3, 19, 42], "white": [2, 4, 19, 21, 31, 36, 37, 38, 40, 42, 61], "whiten": 38, "whole": [2, 30, 31, 38], "whom": [31, 38], "whose": [24, 27], "wide": 22, "width": [33, 37], "wienernos": 21, "wiheto": 61, "william": 61, "window": 37, "winsorize_lower_quantil": [21, 37], "winsorize_upper_quantil": [21, 37], "wise": 38, "wish": [21, 25, 37], "within": [16, 21, 24, 27, 42, 44, 49, 60, 61], "without": [22, 37, 41, 49, 51], "wlimit": 22, "wm": [2, 19, 31, 36, 38], "wm_prior": 2, "wm_seg": 37, "wmcoord": 37, "wmlabel": 2, "wmnorm": 37, "wmparc": [31, 38], "wmparc_stat": [31, 38], "wmseg": 37, "word": 14, "work": [21, 22, 30, 37, 44, 46, 50, 61], "work_dir": [43, 44], "workbench": [0, 15, 40, 61], "workflow": [0, 2, 3, 4, 5, 7, 10, 11, 14, 16, 30, 47, 61], "would": [2, 8, 24, 36, 61], "wrap": [21, 22, 36, 37, 38, 40, 42, 50, 61], "wrapper": 29, "write": [16, 21, 22, 25, 29, 37, 42, 49, 61], "write_cmdlin": [22, 40, 42], "write_composite_transform": [21, 37], "write_iter": 22, "write_text": [16, 22], "write_vo2vox": 22, "written": [16, 19, 23, 32, 63], "wrong": 61, "wrongli": 61, "ww": 22, "www": 62, "x": [19, 23, 37, 44, 54, 56, 57, 62], "xfm": 22, "xfm_file": 60, "xform": [21, 22, 27], "xform_cod": 27, "xopt": 38, "xy": 40, "y": [37, 57, 61], "yaml": [52, 61], "yet": 38, "yield": [8, 32, 56, 60], "ylim": 56, "you": [2, 21, 25, 37, 42, 49, 61], "your": [42, 49, 63], "z": [16, 36, 37, 57, 61], "zaki": 61, "zero": [2, 17, 21, 24, 30, 37, 40, 42], "zero_based_avg": 24, "zero_dummy_mask": 17, "zoom": [16, 24, 27, 49, 61], "zscore": 56, "zval": 22}, "titles": ["Library API (application program interface)", "niworkflows.anat package", "niworkflows.anat.ants module", "niworkflows.anat.coregistration module", "niworkflows.anat.freesurfer module", "niworkflows.anat.skullstrip module", "niworkflows.cli package", "niworkflows.cli.boldref module", "niworkflows.data package", "niworkflows.dwi package", "niworkflows.engine package", "niworkflows.engine.plugin module", "niworkflows.engine.workflows module", "niworkflows.func package", "niworkflows.func.util module", "niworkflows.interfaces package", "niworkflows.interfaces.bids module", "niworkflows.interfaces.bold module", "niworkflows.interfaces.cifti module", "niworkflows.interfaces.confounds module", "niworkflows.interfaces.conftest module", "niworkflows.interfaces.fixes module", "niworkflows.interfaces.freesurfer module", "niworkflows.interfaces.header module", "niworkflows.interfaces.images module", "niworkflows.interfaces.itk module", "niworkflows.interfaces.morphology module", "niworkflows.interfaces.nibabel module", "niworkflows.interfaces.nilearn module", "niworkflows.interfaces.nitransforms module", "niworkflows.interfaces.norm module", "niworkflows.interfaces.patches module", "niworkflows.interfaces.plotting module", "niworkflows.interfaces.probmaps module", "niworkflows.interfaces.reportlets package", "niworkflows.interfaces.reportlets.base module", "niworkflows.interfaces.reportlets.masks module", "niworkflows.interfaces.reportlets.registration module", "niworkflows.interfaces.reportlets.segmentation module", "niworkflows.interfaces.space module", "niworkflows.interfaces.surf module", "niworkflows.interfaces.utility module", "niworkflows.interfaces.workbench module", "niworkflows.reports package", "niworkflows.reports.core module", "niworkflows.utils package", "niworkflows.utils.bids module", "niworkflows.utils.connections module", "niworkflows.utils.debug module", "niworkflows.utils.images module", "niworkflows.utils.misc module", "niworkflows.utils.spaces module", "niworkflows.utils.testing module", "niworkflows.utils.timeseries module", "niworkflows.viz package", "niworkflows.viz.notebook module", "niworkflows.viz.plots module", "niworkflows.viz.utils module", "niworkflows.workflows package", "niworkflows.workflows.epi package", "niworkflows.workflows.epi.refmap module", "What\u2019s new?", "NeuroImaging workflows (NiWorkflows): robust processing tools for MRI data", "Installation", "<no title>"], "titleterms": {"": 61, "0": 61, "01": 61, "03": 61, "04": 61, "05": 61, "06": 61, "07": 61, "08": 61, "09": 61, "1": 61, "10": 61, "11": 61, "12": 61, "13": 61, "14": 61, "15": 61, "16": 61, "17": 61, "18": 61, "19": 61, "2": 61, "20": 61, "2018": 61, "2019": 61, "2020": 61, "2021": 61, "2022": 61, "2023": 61, "2024": 61, "21": 61, "22": 61, "23": 61, "24": 61, "25": 61, "26": 61, "27": 61, "28": 61, "29": 61, "3": 61, "31": 61, "4": 61, "5": 61, "6": 61, "7": 61, "8": 61, "9": 61, "anat": [1, 2, 3, 4, 5], "ant": 2, "api": 0, "applic": 0, "april": 61, "august": 61, "base": 35, "been": 61, "bid": [16, 46], "bold": 17, "boldref": 7, "cifti": 18, "cli": [6, 7], "confound": 19, "conftest": 20, "connect": 47, "content": 62, "core": 44, "coregistr": 3, "data": [8, 62], "debug": 48, "decemb": 61, "depend": 63, "dwi": 9, "engin": [10, 11, 12], "epi": [59, 60], "extern": 63, "februari": 61, "fix": 21, "freesurf": [4, 22], "func": [13, 14], "ha": 61, "header": 23, "imag": [24, 49], "instal": 63, "interfac": [0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42], "itk": 25, "januari": 61, "juli": 61, "june": 61, "librari": 0, "mai": 61, "march": 61, "mask": 36, "misc": 50, "modul": [2, 3, 4, 5, 7, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 60], "morphologi": 26, "mri": 62, "neuroimag": 62, "new": 61, "nibabel": 27, "nilearn": 28, "nitransform": 29, "niworkflow": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "norm": 30, "notebook": 55, "novemb": 61, "octob": 61, "old": 61, "packag": [1, 6, 8, 9, 10, 13, 15, 34, 43, 45, 54, 58, 59], "patch": 31, "plot": [32, 56], "plugin": 11, "post1": 61, "post2": 61, "post3": 61, "post4": 61, "post5": 61, "probmap": 33, "process": 62, "program": 0, "refmap": 60, "registr": 37, "relicens": 61, "report": [43, 44], "reportlet": [34, 35, 36, 37, 38], "robust": 62, "sanitizeimag": 23, "segment": 38, "septemb": 61, "seri": 61, "skullstrip": 5, "space": [39, 51], "submodul": [1, 6, 10, 13, 15, 34, 43, 45, 54, 59], "subpackag": [15, 58], "surf": 40, "tabl": 23, "test": 52, "timeseri": 53, "tool": 62, "truth": 23, "util": [14, 41, 45, 46, 47, 48, 49, 50, 51, 52, 53, 57], "validateimag": 23, "viz": [54, 55, 56, 57], "what": 61, "workbench": 42, "workflow": [12, 58, 59, 60, 62], "x": 61}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"0.0.1": [[61, "id53"]], "0.0.2": [[61, "id52"]], "0.0.3": [[61, "id51"]], "0.0.6": [[61, "id50"]], "0.0.7": [[61, "id49"]], "0.1.0": [[61, "id48"]], "0.1.1": [[61, "id47"]], "0.1.10": [[61, "id38"]], "0.1.11": [[61, "id37"]], "0.1.2": [[61, "id46"]], "0.1.3": [[61, "id45"]], "0.1.4": [[61, "id44"]], "0.1.5": [[61, "id43"]], "0.1.6": [[61, "id42"]], "0.1.7": [[61, "id41"]], "0.1.8": [[61, "id40"]], "0.1.9": [[61, "id39"]], "0.10.0 (July 12, 2019)": [[61, "july-12-2019"]], "0.10.1 (July 22, 2019)": [[61, "july-22-2019"]], "0.10.2 (July 24, 2019)": [[61, "july-24-2019"]], "0.10.3 (September 9, 2019)": [[61, "september-9-2019"]], "0.10.4 (October 8, 2019)": [[61, "october-8-2019"]], "0.10.x series": [[61, "id12"]], "0.2.0": [[61, "id36"]], "0.2.1": [[61, "id35"]], "0.2.2": [[61, "id34"]], "0.2.3": [[61, "id33"]], "0.2.4": [[61, "id32"]], "0.2.5": [[61, "id31"]], "0.2.6": [[61, "id30"]], "0.2.7": [[61, "id29"]], "0.2.8": [[61, "id28"]], "0.3.0": [[61, "id27"]], "0.3.1": [[61, "id26"]], "0.3.12 (May 05, 2018)": [[61, "may-05-2018"]], "0.3.13 (May 11, 2018)": [[61, "may-11-2018"]], "0.3.3": [[61, "id25"]], "0.3.4 (February 22, 2018)": [[61, "february-22-2018"]], "0.3.5 (February 28, 2018)": [[61, "february-28-2018"]], "0.3.6 (March 14, 2018)": [[61, "march-14-2018"]], "0.3.7 (March 22, 2018)": [[61, "march-22-2018"]], "0.3.8 (April 20, 2018)": [[61, "april-20-2018"]], "0.4.0 (May 31, 2018)": [[61, "may-31-2018"]], "0.4.1 (June 7, 2018)": [[61, "june-7-2018"]], "0.4.2 (July 5, 2018)": [[61, "july-5-2018"]], "0.4.3 (September 4, 2018)": [[61, "september-4-2018"]], "0.4.4 (October 15, 2018)": [[61, "october-15-2018"]], "0.5.0 (October 26, 2018)": [[61, "october-26-2018"]], "0.5.1 (November 8, 2018)": [[61, "november-8-2018"]], "0.5.2 (December 8, 2018)": [[61, "december-8-2018"]], "0.5.2.post1 (December 10, 2018)": [[61, "post1-december-10-2018"]], "0.5.2.post2 (December 12, 2018)": [[61, "post2-december-12-2018"]], "0.5.2.post3 (December 13, 2018)": [[61, "post3-december-13-2018"]], "0.5.2.post4 (December 13, 2018)": [[61, "post4-december-13-2018"]], "0.5.2.post5 (December 14, 2018)": [[61, "post5-december-14-2018"]], "0.5.3 (January 08, 2019)": [[61, "january-08-2019"]], "0.5.4 (January 23, 2019)": [[61, "id20"]], "0.6.0 (January 18, 2019)": [[61, "january-18-2019"]], "0.6.1 (January 23, 2019)": [[61, "january-23-2019"]], "0.7.0 (February 04, 2019)": [[61, "february-04-2019"]], "0.7.1 (February 07, 2019)": [[61, "february-07-2019"]], "0.7.1.post1 (February 12, 2019)": [[61, "post1-february-12-2019"]], "0.7.2 (February 19, 2019)": [[61, "february-19-2019"]], "0.7.x series": [[61, "id19"]], "0.8.0 (March 05, 2019)": [[61, "march-05-2019"]], "0.8.1 (March 15, 2019)": [[61, "march-15-2019"]], "0.8.2 (April 4, 2019)": [[61, "april-4-2019"]], "0.8.x series": [[61, "id18"]], "0.9.0 (May 3, 2019)": [[61, "id17"]], "0.9.1 (May 3, 2019)": [[61, "id16"]], "0.9.1-1 (May 3, 2019)": [[61, "may-3-2019"]], "0.9.2 (May 6, 2019)": [[61, "id15"]], "0.9.2-1 (May 6, 2019)": [[61, "may-6-2019"]], "0.9.3 (May 15, 2019)": [[61, "may-15-2019"]], "0.9.4 (June 5, 2019)": [[61, "id14"]], "0.9.5 (June 5, 2019)": [[61, "june-5-2019"]], "0.9.6 (July 8, 2019)": [[61, "july-8-2019"]], "0.9.x series": [[61, "id13"]], "1.0.0 (November 26, 2019)": [[61, "november-26-2019"]], "1.0.1 (November 27, 2019)": [[61, "november-27-2019"]], "1.0.2 (December 9, 2019)": [[61, "id11"]], "1.0.3 (December 18, 2019)": [[61, "december-18-2019"]], "1.0.x series": [[61, "id10"]], "1.1.0 (December 9, 2019)": [[61, "december-9-2019"]], "1.1.1 (December 17, 2019)": [[61, "id9"]], "1.1.10 (March 11, 2020)": [[61, "march-11-2020"]], "1.1.11 (March 17, 2020)": [[61, "march-17-2020"]], "1.1.12 (March 19, 2020)": [[61, "march-19-2020"]], "1.1.2 (December 17, 2019)": [[61, "december-17-2019"]], "1.1.3 (January 16, 2020)": [[61, "january-16-2020"]], "1.1.4 (January 28, 2020)": [[61, "january-28-2020"]], "1.1.5 (February 6, 2020)": [[61, "february-6-2020"]], "1.1.6 (February 7, 2020)": [[61, "february-7-2020"]], "1.1.7 (February 14, 2020)": [[61, "february-14-2020"]], "1.1.8 (February 26, 2020)": [[61, "february-26-2020"]], "1.1.9 (March 05, 2020)": [[61, "march-05-2020"]], "1.1.x series": [[61, "x-series"]], "1.10.0 (December 13, 2023)": [[61, "december-13-2023"]], "1.10.1 (March 06, 2024)": [[61, "march-06-2024"]], "1.10.2 (June 10, 2024)": [[61, "june-10-2024"]], "1.11.0 (July 31, 2024)": [[61, "july-31-2024"]], "1.2.0 (May 21, 2020)": [[61, "may-21-2020"]], "1.2.1 (May 26, 2020)": [[61, "id8"]], "1.2.2 (May 26, 2020)": [[61, "may-26-2020"]], "1.2.3 (May 27, 2020)": [[61, "may-27-2020"]], "1.2.4 (June 04, 2020)": [[61, "june-04-2020"]], "1.2.5 (June 4, 2020)": [[61, "june-4-2020"]], "1.2.6 (June 09, 2020)": [[61, "june-09-2020"]], "1.2.7 (August 12, 2020)": [[61, "august-12-2020"]], "1.2.8 (September 03, 2020)": [[61, "september-03-2020"]], "1.2.9 (September 11, 2020)": [[61, "id7"]], "1.3.0 (September 11, 2020)": [[61, "september-11-2020"]], "1.3.1 (September 22, 2020)": [[61, "september-22-2020"]], "1.3.10 (September 16, 2023)": [[61, "september-16-2023"]], "1.3.2 (November 5, 2020)": [[61, "november-5-2020"]], "1.3.3 (April 15, 2021)": [[61, "april-15-2021"]], "1.3.4 (June 8, 2021)": [[61, "june-8-2021"]], "1.3.5 (October 01, 2021)": [[61, "october-01-2021"]], "1.3.6 (March 09, 2022)": [[61, "id6"]], "1.3.7 (March 31, 2022)": [[61, "id5"]], "1.3.8 (September 14, 2022)": [[61, "id4"]], "1.3.9 (December 21, 2022)": [[61, "december-21-2022"]], "1.4.0 (September 1, 2021)": [[61, "september-1-2021"]], "1.4.1 (October 07, 2021)": [[61, "october-07-2021"]], "1.4.10 (September 14, 2022)": [[61, "september-14-2022"]], "1.4.2 (October 15, 2021)": [[61, "october-15-2021"]], "1.4.3 (November 16, 2021)": [[61, "november-16-2021"]], "1.4.4 (December 08, 2021)": [[61, "december-08-2021"]], "1.4.5 (December 13, 2021)": [[61, "december-13-2021"]], "1.4.6 (March 09, 2022)": [[61, "march-09-2022"]], "1.4.7 (March 31, 2022)": [[61, "march-31-2022"]], "1.4.8 (April 08, 2022)": [[61, "id3"]], "1.4.9 (April 21, 2022)": [[61, "april-21-2022"]], "1.5.0 (February 07, 2022)": [[61, "february-07-2022"]], "1.5.1 (March 11, 2022)": [[61, "march-11-2022"]], "1.5.2 (March 23, 2022)": [[61, "march-23-2022"]], "1.5.3 (April 05, 2022)": [[61, "april-05-2022"]], "1.5.4 (April 08, 2022)": [[61, "april-08-2022"]], "1.6.0 (May 25, 2022)": [[61, "may-25-2022"]], "1.6.1 (May 27, 2022)": [[61, "may-27-2022"]], "1.6.2 (July 1, 2022)": [[61, "july-1-2022"]], "1.6.3 (September 08, 2022)": [[61, "september-08-2022"]], "1.6.4 (September 13, 2022)": [[61, "september-13-2022"]], "1.7.0 (November 29, 2022)": [[61, "november-29-2022"]], "1.7.1 (January 23, 2023)": [[61, "january-23-2023"]], "1.7.2 (February 15, 2023)": [[61, "february-15-2023"]], "1.7.3 (February 16, 2023)": [[61, "february-16-2023"]], "1.7.4 (February 28, 2023)": [[61, "february-28-2023"]], "1.7.5 (March 06, 2023)": [[61, "id2"]], "1.7.6 (March 06, 2023)": [[61, "march-06-2023"]], "1.7.7 (March 24, 2023)": [[61, "id1"]], "1.7.8 (March 24, 2023)": [[61, "march-24-2023"]], "1.7.9 (April 11, 2023)": [[61, "april-11-2023"]], "1.8.0 (June 01, 2023)": [[61, "june-01-2023"]], "1.8.1 (June 29, 2023)": [[61, "june-29-2023"]], "1.9.0 (October 12, 2023)": [[61, "october-12-2023"]], "Contents": [[62, "contents"]], "External Dependencies": [[63, "external-dependencies"]], "Installation": [[63, null]], "Library API (application program interface)": [[0, null]], "NeuroImaging workflows (NiWorkflows): robust processing tools for MRI data": [[62, null]], "NiWorkflows has been relicensed!": [[61, null]], "Old 0.x series": [[61, "old-0-x-series"]], "SanitizeImage truth table": [[23, "id1"]], "Submodules": [[1, "submodules"], [6, "submodules"], [10, "submodules"], [13, "submodules"], [15, "submodules"], [34, "submodules"], [43, "submodules"], [45, "submodules"], [54, "submodules"], [59, "submodules"]], "Subpackages": [[15, "subpackages"], [58, "subpackages"]], "ValidateImage truth table": [[23, "id2"]], "What\u2019s new?": [[61, null]], "niworkflows.anat package": [[1, null]], "niworkflows.anat.ants module": [[2, null]], "niworkflows.anat.coregistration module": [[3, null]], "niworkflows.anat.freesurfer module": [[4, null]], "niworkflows.anat.skullstrip module": [[5, null]], "niworkflows.cli package": [[6, null]], "niworkflows.cli.boldref module": [[7, null]], "niworkflows.data package": [[8, null]], "niworkflows.dwi package": [[9, null]], "niworkflows.engine package": [[10, null]], "niworkflows.engine.plugin module": [[11, null]], "niworkflows.engine.workflows module": [[12, null]], "niworkflows.func package": [[13, null]], "niworkflows.func.util module": [[14, null]], "niworkflows.interfaces package": [[15, null]], "niworkflows.interfaces.bids module": [[16, null]], "niworkflows.interfaces.bold module": [[17, null]], "niworkflows.interfaces.cifti module": [[18, null]], "niworkflows.interfaces.confounds module": [[19, null]], "niworkflows.interfaces.conftest module": [[20, null]], "niworkflows.interfaces.fixes module": [[21, null]], "niworkflows.interfaces.freesurfer module": [[22, null]], "niworkflows.interfaces.header module": [[23, null]], "niworkflows.interfaces.images module": [[24, null]], "niworkflows.interfaces.itk module": [[25, null]], "niworkflows.interfaces.morphology module": [[26, null]], "niworkflows.interfaces.nibabel module": [[27, null]], "niworkflows.interfaces.nilearn module": [[28, null]], "niworkflows.interfaces.nitransforms module": [[29, null]], "niworkflows.interfaces.norm module": [[30, null]], "niworkflows.interfaces.patches module": [[31, null]], "niworkflows.interfaces.plotting module": [[32, null]], "niworkflows.interfaces.probmaps module": [[33, null]], "niworkflows.interfaces.reportlets package": [[34, null]], "niworkflows.interfaces.reportlets.base module": [[35, null]], "niworkflows.interfaces.reportlets.masks module": [[36, null]], "niworkflows.interfaces.reportlets.registration module": [[37, null]], "niworkflows.interfaces.reportlets.segmentation module": [[38, null]], "niworkflows.interfaces.space module": [[39, null]], "niworkflows.interfaces.surf module": [[40, null]], "niworkflows.interfaces.utility module": [[41, null]], "niworkflows.interfaces.workbench module": [[42, null]], "niworkflows.reports package": [[43, null]], "niworkflows.reports.core module": [[44, null]], "niworkflows.utils package": [[45, null]], "niworkflows.utils.bids module": [[46, null]], "niworkflows.utils.connections module": [[47, null]], "niworkflows.utils.debug module": [[48, null]], "niworkflows.utils.images module": [[49, null]], "niworkflows.utils.misc module": [[50, null]], "niworkflows.utils.spaces module": [[51, null]], "niworkflows.utils.testing module": [[52, null]], "niworkflows.utils.timeseries module": [[53, null]], "niworkflows.viz package": [[54, null]], "niworkflows.viz.notebook module": [[55, null]], "niworkflows.viz.plots module": [[56, null]], "niworkflows.viz.utils module": [[57, null]], "niworkflows.workflows package": [[58, null]], "niworkflows.workflows.epi package": [[59, null]], "niworkflows.workflows.epi.refmap module": [[60, null]]}, "docnames": ["api", "api/niworkflows.anat", "api/niworkflows.anat.ants", "api/niworkflows.anat.coregistration", "api/niworkflows.anat.freesurfer", "api/niworkflows.anat.skullstrip", "api/niworkflows.cli", "api/niworkflows.cli.boldref", "api/niworkflows.data", "api/niworkflows.dwi", "api/niworkflows.engine", "api/niworkflows.engine.plugin", "api/niworkflows.engine.workflows", "api/niworkflows.func", "api/niworkflows.func.util", "api/niworkflows.interfaces", "api/niworkflows.interfaces.bids", "api/niworkflows.interfaces.bold", "api/niworkflows.interfaces.cifti", "api/niworkflows.interfaces.confounds", "api/niworkflows.interfaces.conftest", "api/niworkflows.interfaces.fixes", "api/niworkflows.interfaces.freesurfer", "api/niworkflows.interfaces.header", "api/niworkflows.interfaces.images", "api/niworkflows.interfaces.itk", "api/niworkflows.interfaces.morphology", "api/niworkflows.interfaces.nibabel", "api/niworkflows.interfaces.nilearn", "api/niworkflows.interfaces.nitransforms", "api/niworkflows.interfaces.norm", "api/niworkflows.interfaces.patches", "api/niworkflows.interfaces.plotting", "api/niworkflows.interfaces.probmaps", "api/niworkflows.interfaces.reportlets", "api/niworkflows.interfaces.reportlets.base", "api/niworkflows.interfaces.reportlets.masks", "api/niworkflows.interfaces.reportlets.registration", "api/niworkflows.interfaces.reportlets.segmentation", "api/niworkflows.interfaces.space", "api/niworkflows.interfaces.surf", "api/niworkflows.interfaces.utility", "api/niworkflows.interfaces.workbench", "api/niworkflows.reports", "api/niworkflows.reports.core", "api/niworkflows.utils", "api/niworkflows.utils.bids", "api/niworkflows.utils.connections", "api/niworkflows.utils.debug", "api/niworkflows.utils.images", "api/niworkflows.utils.misc", "api/niworkflows.utils.spaces", "api/niworkflows.utils.testing", "api/niworkflows.utils.timeseries", "api/niworkflows.viz", "api/niworkflows.viz.notebook", "api/niworkflows.viz.plots", "api/niworkflows.viz.utils", "api/niworkflows.workflows", "api/niworkflows.workflows.epi", "api/niworkflows.workflows.epi.refmap", "changelog", "index", "installation", "links"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["api.rst", "api/niworkflows.anat.rst", "api/niworkflows.anat.ants.rst", "api/niworkflows.anat.coregistration.rst", "api/niworkflows.anat.freesurfer.rst", "api/niworkflows.anat.skullstrip.rst", "api/niworkflows.cli.rst", "api/niworkflows.cli.boldref.rst", "api/niworkflows.data.rst", "api/niworkflows.dwi.rst", "api/niworkflows.engine.rst", "api/niworkflows.engine.plugin.rst", "api/niworkflows.engine.workflows.rst", "api/niworkflows.func.rst", "api/niworkflows.func.util.rst", "api/niworkflows.interfaces.rst", "api/niworkflows.interfaces.bids.rst", "api/niworkflows.interfaces.bold.rst", "api/niworkflows.interfaces.cifti.rst", "api/niworkflows.interfaces.confounds.rst", "api/niworkflows.interfaces.conftest.rst", "api/niworkflows.interfaces.fixes.rst", "api/niworkflows.interfaces.freesurfer.rst", "api/niworkflows.interfaces.header.rst", "api/niworkflows.interfaces.images.rst", "api/niworkflows.interfaces.itk.rst", "api/niworkflows.interfaces.morphology.rst", "api/niworkflows.interfaces.nibabel.rst", "api/niworkflows.interfaces.nilearn.rst", "api/niworkflows.interfaces.nitransforms.rst", "api/niworkflows.interfaces.norm.rst", "api/niworkflows.interfaces.patches.rst", "api/niworkflows.interfaces.plotting.rst", "api/niworkflows.interfaces.probmaps.rst", "api/niworkflows.interfaces.reportlets.rst", "api/niworkflows.interfaces.reportlets.base.rst", "api/niworkflows.interfaces.reportlets.masks.rst", "api/niworkflows.interfaces.reportlets.registration.rst", "api/niworkflows.interfaces.reportlets.segmentation.rst", "api/niworkflows.interfaces.space.rst", "api/niworkflows.interfaces.surf.rst", "api/niworkflows.interfaces.utility.rst", "api/niworkflows.interfaces.workbench.rst", "api/niworkflows.reports.rst", "api/niworkflows.reports.core.rst", "api/niworkflows.utils.rst", "api/niworkflows.utils.bids.rst", "api/niworkflows.utils.connections.rst", "api/niworkflows.utils.debug.rst", "api/niworkflows.utils.images.rst", "api/niworkflows.utils.misc.rst", "api/niworkflows.utils.spaces.rst", "api/niworkflows.utils.testing.rst", "api/niworkflows.utils.timeseries.rst", "api/niworkflows.viz.rst", "api/niworkflows.viz.notebook.rst", "api/niworkflows.viz.plots.rst", "api/niworkflows.viz.utils.rst", "api/niworkflows.workflows.rst", "api/niworkflows.workflows.epi.rst", "api/niworkflows.workflows.epi.refmap.rst", "changelog.rst", "index.rst", "installation.rst", "links.rst"], "indexentries": {"acompcorrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.ACompCorRPT", false]], "add() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.add", false]], "add_suffix() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.add_suffix", false]], "addtpms (class in niworkflows.interfaces.probmaps)": [[33, "niworkflows.interfaces.probmaps.AddTPMs", false]], "addtsvheader (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.AddTSVHeader", false]], "afni_wf() (in module niworkflows.anat.skullstrip)": [[5, "niworkflows.anat.skullstrip.afni_wf", false]], "antsapplytransformsrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ANTSApplyTransformsRPT", false]], "antsregistrationrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ANTSRegistrationRPT", false]], "append() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.append", false]], "applymask (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.ApplyMask", false]], "applytopuprpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ApplyTOPUPRPT", false]], "applyxfmrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ApplyXFMRPT", false]], "as_path() (niworkflows.data.load method)": [[8, "niworkflows.data.load.as_path", false]], "bbregisterrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.BBRegisterRPT", false]], "betrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.BETRPT", false]], "bidsdatagrabber (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.BIDSDataGrabber", false]], "bidserror": [[46, "niworkflows.utils.bids.BIDSError", false]], "bidsfreesurferdir (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.BIDSFreeSurferDir", false]], "bidsinfo (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.BIDSInfo", false]], "bidswarning": [[46, "niworkflows.utils.bids.BIDSWarning", false]], "binarize (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.Binarize", false]], "binarydilation (class in niworkflows.interfaces.morphology)": [[26, "niworkflows.interfaces.morphology.BinaryDilation", false]], "binarydilation (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.BinaryDilation", false]], "binarysubtraction (class in niworkflows.interfaces.morphology)": [[26, "niworkflows.interfaces.morphology.BinarySubtraction", false]], "brainextractionrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.BrainExtractionRPT", false]], "cached (niworkflows.utils.spaces.spatialreferences property)": [[51, "niworkflows.utils.spaces.SpatialReferences.cached", false]], "cached() (niworkflows.data.load method)": [[8, "niworkflows.data.load.cached", false]], "check_pipeline_version() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.check_pipeline_version", false]], "check_space() (niworkflows.utils.spaces.spatialreferences static method)": [[51, "niworkflows.utils.spaces.SpatialReferences.check_space", false]], "checkpoint() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.checkpoint", false]], "cifti_surfaces_plot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.cifti_surfaces_plot", false]], "ciftinamesource (class in niworkflows.interfaces.cifti)": [[18, "niworkflows.interfaces.cifti.CiftiNameSource", false]], "clean_directory() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.clean_directory", false]], "cmdline (niworkflows.interfaces.freesurfer.makemidthickness property)": [[22, "niworkflows.interfaces.freesurfer.MakeMidthickness.cmdline", false]], "cmdline (niworkflows.interfaces.freesurfer.structuralreference property)": [[22, "niworkflows.interfaces.freesurfer.StructuralReference.cmdline", false]], "collect_data() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.collect_data", false]], "collect_participants() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.collect_participants", false]], "combine_entities() (in module niworkflows.utils.testing)": [[52, "niworkflows.utils.testing.combine_entities", false]], "compare_xforms() (in module niworkflows.anat.coregistration)": [[3, "niworkflows.anat.coregistration.compare_xforms", false]], "compcor_variance_plot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.compcor_variance_plot", false]], "compcorvarianceplot (class in niworkflows.interfaces.plotting)": [[32, "niworkflows.interfaces.plotting.CompCorVariancePlot", false]], "compose_view() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.compose_view", false]], "computeepimask (class in niworkflows.interfaces.nilearn)": [[28, "niworkflows.interfaces.nilearn.ComputeEPIMask", false]], "concatenate_xfms() (in module niworkflows.interfaces.nitransforms)": [[29, "niworkflows.interfaces.nitransforms.concatenate_xfms", false]], "concatenatexfms (class in niworkflows.interfaces.nitransforms)": [[29, "niworkflows.interfaces.nitransforms.ConcatenateXFMs", false]], "conform (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.Conform", false]], "confoundplot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.confoundplot", false]], "confounds (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.confounds", false]], "confounds_correlation_plot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.confounds_correlation_plot", false]], "confoundscorrelationplot (class in niworkflows.interfaces.plotting)": [[32, "niworkflows.interfaces.plotting.ConfoundsCorrelationPlot", false]], "copyheader (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.CopyHeader", false]], "copyxform (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.CopyXForm", false]], "create_cfm() (in module niworkflows.interfaces.norm)": [[30, "niworkflows.interfaces.norm.create_cfm", false]], "createsurfaceroi (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.CreateSurfaceROI", false]], "csvtogifti (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.CSVToGifti", false]], "cuts_from_bbox() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.cuts_from_bbox", false]], "data_dir() (in module niworkflows.interfaces.conftest)": [[20, "niworkflows.interfaces.conftest.data_dir", false]], "demean() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.demean", false]], "demeanimage (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.DemeanImage", false]], "derivativesdatasink (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.DerivativesDataSink", false]], "detect_inputs() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.detect_inputs", false]], "dictmerge (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.DictMerge", false]], "dim (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.dim", false]], "display() (in module niworkflows.viz.notebook)": [[55, "niworkflows.viz.notebook.display", false]], "distributedpluginbase (class in niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.DistributedPluginBase", false]], "dseg_label() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.dseg_label", false]], "element (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Element", false]], "expandmodel (class in niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.ExpandModel", false]], "exponential_terms() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.exponential_terms", false]], "extract_svg() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.extract_svg", false]], "fastrpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.FASTRPT", false]], "filledimagelike (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.FilledImageLike", false]], "fix_lta_length() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.fix_lta_length", false]], "fix_multi_t1w_source_name() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.fix_multi_T1w_source_name", false]], "fixheaderapplytransforms (class in niworkflows.interfaces.fixes)": [[21, "niworkflows.interfaces.fixes.FixHeaderApplyTransforms", false]], "fixheaderregistration (class in niworkflows.interfaces.fixes)": [[21, "niworkflows.interfaces.fixes.FixHeaderRegistration", false]], "fixn4biasfieldcorrection (class in niworkflows.interfaces.fixes)": [[21, "niworkflows.interfaces.fixes.FixN4BiasFieldCorrection", false]], "flirtrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.FLIRTRPT", false]], "fmriplot (class in niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.fMRIPlot", false]], "fmrisummary (class in niworkflows.interfaces.plotting)": [[32, "niworkflows.interfaces.plotting.FMRISummary", false]], "format_reference() (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.format_reference", false]], "freesurfersource (class in niworkflows.interfaces.patches)": [[31, "niworkflows.interfaces.patches.FreeSurferSource", false]], "from_string() (niworkflows.utils.spaces.reference class method)": [[51, "niworkflows.utils.spaces.Reference.from_string", false]], "fsaverage_density (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.FSAVERAGE_DENSITY", false]], "fsaverage_legacy (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.FSAVERAGE_LEGACY", false]], "fsdetectinputs (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.FSDetectInputs", false]], "fsinjectbrainextracted (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.FSInjectBrainExtracted", false]], "fuguerpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.FUGUERPT", false]], "fullname (niworkflows.utils.spaces.reference property)": [[51, "niworkflows.utils.spaces.Reference.fullname", false]], "generate_bids_skeleton() (in module niworkflows.utils.testing)": [[52, "niworkflows.utils.testing.generate_bids_skeleton", false]], "generate_report() (niworkflows.reports.core.report method)": [[44, "niworkflows.reports.core.Report.generate_report", false]], "generate_reports() (in module niworkflows.reports)": [[43, "niworkflows.reports.generate_reports", false]], "generate_reports() (in module niworkflows.reports.core)": [[44, "niworkflows.reports.core.generate_reports", false]], "generatecifti (class in niworkflows.interfaces.cifti)": [[18, "niworkflows.interfaces.cifti.GenerateCifti", false]], "generatesamplingreference (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.GenerateSamplingReference", false]], "get_fs_spaces() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_fs_spaces", false]], "get_gii_meta() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.get_gii_meta", false]], "get_metadata_for_nifti() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.get_metadata_for_nifti", false]], "get_nonstandard() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_nonstandard", false]], "get_parser() (in module niworkflows.cli.boldref)": [[7, "niworkflows.cli.boldref.get_parser", false]], "get_spaces() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_spaces", false]], "get_standard() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.get_standard", false]], "get_template_specs() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.get_template_specs", false]], "giftinamesource (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.GiftiNameSource", false]], "giftisetanatomicalstructure (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.GiftiSetAnatomicalStructure", false]], "giftitocsv (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.GiftiToCSV", false]], "group_multiecho() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.group_multiecho", false]], "grow_mask() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.grow_mask", false]], "hasspec() (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.hasspec", false]], "ica_aromarpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.ICA_AROMARPT", false]], "image_binary_dilation() (in module niworkflows.interfaces.morphology)": [[26, "niworkflows.interfaces.morphology.image_binary_dilation", false]], "index() (niworkflows.reports.core.report method)": [[44, "niworkflows.reports.core.Report.index", false]], "init_atropos_wf() (in module niworkflows.anat.ants)": [[2, "niworkflows.anat.ants.init_atropos_wf", false]], "init_bbreg_wf() (in module niworkflows.anat.coregistration)": [[3, "niworkflows.anat.coregistration.init_bbreg_wf", false]], "init_bold_reference_wf() (in module niworkflows.func.util)": [[14, "niworkflows.func.util.init_bold_reference_wf", false]], "init_brain_extraction_wf() (in module niworkflows.anat.ants)": [[2, "niworkflows.anat.ants.init_brain_extraction_wf", false]], "init_enhance_and_skullstrip_bold_wf() (in module niworkflows.func.util)": [[14, "niworkflows.func.util.init_enhance_and_skullstrip_bold_wf", false]], "init_epi_reference_wf() (in module niworkflows.workflows.epi.refmap)": [[60, "niworkflows.workflows.epi.refmap.init_epi_reference_wf", false]], "init_gifti_surface_wf() (in module niworkflows.anat.freesurfer)": [[4, "niworkflows.anat.freesurfer.init_gifti_surface_wf", false]], "init_layout() (niworkflows.reports.core.report method)": [[44, "niworkflows.reports.core.Report.init_layout", false]], "init_n4_only_wf() (in module niworkflows.anat.ants)": [[2, "niworkflows.anat.ants.init_n4_only_wf", false]], "init_skullstrip_bold_wf() (in module niworkflows.func.util)": [[14, "niworkflows.func.util.init_skullstrip_bold_wf", false]], "inject_skullstripped() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.inject_skullstripped", false]], "input_spec (niworkflows.interfaces.utility.keyselect attribute)": [[41, "niworkflows.interfaces.utility.KeySelect.input_spec", false]], "insert() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.insert", false]], "intensityclip (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.IntensityClip", false]], "intramodalmerge (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.IntraModalMerge", false]], "is_cached() (niworkflows.utils.spaces.spatialreferences method)": [[51, "niworkflows.utils.spaces.SpatialReferences.is_cached", false]], "is_empty() (niworkflows.reports.core.reportlet method)": [[44, "niworkflows.reports.core.Reportlet.is_empty", false]], "is_interactive() (in module niworkflows.utils.debug)": [[48, "niworkflows.utils.debug.is_interactive", false]], "jointsvcolumns (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.JoinTSVColumns", false]], "keyselect (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.KeySelect", false]], "layout (niworkflows.interfaces.bids.readsidecarjson attribute)": [[16, "niworkflows.interfaces.bids.ReadSidecarJSON.layout", false]], "legacyname (niworkflows.utils.spaces.reference property)": [[51, "niworkflows.utils.spaces.Reference.legacyname", false]], "listify() (in module niworkflows.utils.connections)": [[47, "niworkflows.utils.connections.listify", false]], "literateworkflow (class in niworkflows.engine.workflows)": [[12, "niworkflows.engine.workflows.LiterateWorkflow", false]], "load() (in module niworkflows.data)": [[8, "niworkflows.data.load", false]], "load_transform() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.load_transform", false]], "lta_outputs (niworkflows.interfaces.freesurfer.patchedconcatenatelta attribute)": [[22, "niworkflows.interfaces.freesurfer.PatchedConcatenateLTA.lta_outputs", false]], "lta_outputs (niworkflows.interfaces.freesurfer.patchedltaconvert attribute)": [[22, "niworkflows.interfaces.freesurfer.PatchedLTAConvert.lta_outputs", false]], "lta_outputs (niworkflows.interfaces.freesurfer.patchedrobustregister attribute)": [[22, "niworkflows.interfaces.freesurfer.PatchedRobustRegister.lta_outputs", false]], "lta_outputs (niworkflows.interfaces.freesurfer.truncatelta attribute)": [[22, "niworkflows.interfaces.freesurfer.TruncateLTA.lta_outputs", false]], "main() (in module niworkflows.cli.boldref)": [[7, "niworkflows.cli.boldref.main", false]], "makemidthickness (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.MakeMidthickness", false]], "maplabels (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.MapLabels", false]], "mask() (in module niworkflows.interfaces.norm)": [[30, "niworkflows.interfaces.norm.mask", false]], "maskepi (class in niworkflows.interfaces.nilearn)": [[28, "niworkflows.interfaces.nilearn.MaskEPI", false]], "matchheader (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.MatchHeader", false]], "mcflirt2itk (class in niworkflows.interfaces.itk)": [[25, "niworkflows.interfaces.itk.MCFLIRT2ITK", false]], "medial_wall_to_nan() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.medial_wall_to_nan", false]], "medialnans (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.MedialNaNs", false]], "melodicrpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.MELODICRPT", false]], "merge (class in niworkflows.interfaces.nilearn)": [[28, "niworkflows.interfaces.nilearn.Merge", false]], "mergerois (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.MergeROIs", false]], "mergeseries (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.MergeSeries", false]], "metricdilate (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricDilate", false]], "metricfillholes (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricFillHoles", false]], "metricmask (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricMask", false]], "metricremoveislands (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricRemoveIslands", false]], "metricresample (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.MetricResample", false]], "module": [[1, "module-niworkflows.anat", false], [2, "module-niworkflows.anat.ants", false], [3, "module-niworkflows.anat.coregistration", false], [4, "module-niworkflows.anat.freesurfer", false], [5, "module-niworkflows.anat.skullstrip", false], [6, "module-niworkflows.cli", false], [7, "module-niworkflows.cli.boldref", false], [8, "module-niworkflows.data", false], [9, "module-niworkflows.dwi", false], [10, "module-niworkflows.engine", false], [11, "module-niworkflows.engine.plugin", false], [12, "module-niworkflows.engine.workflows", false], [13, "module-niworkflows.func", false], [14, "module-niworkflows.func.util", false], [15, "module-niworkflows.interfaces", false], [16, "module-niworkflows.interfaces.bids", false], [17, "module-niworkflows.interfaces.bold", false], [18, "module-niworkflows.interfaces.cifti", false], [19, "module-niworkflows.interfaces.confounds", false], [20, "module-niworkflows.interfaces.conftest", false], [21, "module-niworkflows.interfaces.fixes", false], [22, "module-niworkflows.interfaces.freesurfer", false], [23, "module-niworkflows.interfaces.header", false], [24, "module-niworkflows.interfaces.images", false], [25, "module-niworkflows.interfaces.itk", false], [26, "module-niworkflows.interfaces.morphology", false], [27, "module-niworkflows.interfaces.nibabel", false], [28, "module-niworkflows.interfaces.nilearn", false], [29, "module-niworkflows.interfaces.nitransforms", false], [30, "module-niworkflows.interfaces.norm", false], [31, "module-niworkflows.interfaces.patches", false], [32, "module-niworkflows.interfaces.plotting", false], [33, "module-niworkflows.interfaces.probmaps", false], [34, "module-niworkflows.interfaces.reportlets", false], [35, "module-niworkflows.interfaces.reportlets.base", false], [36, "module-niworkflows.interfaces.reportlets.masks", false], [37, "module-niworkflows.interfaces.reportlets.registration", false], [38, "module-niworkflows.interfaces.reportlets.segmentation", false], [39, "module-niworkflows.interfaces.space", false], [40, "module-niworkflows.interfaces.surf", false], [41, "module-niworkflows.interfaces.utility", false], [42, "module-niworkflows.interfaces.workbench", false], [43, "module-niworkflows.reports", false], [44, "module-niworkflows.reports.core", false], [45, "module-niworkflows.utils", false], [46, "module-niworkflows.utils.bids", false], [47, "module-niworkflows.utils.connections", false], [48, "module-niworkflows.utils.debug", false], [49, "module-niworkflows.utils.images", false], [50, "module-niworkflows.utils.misc", false], [51, "module-niworkflows.utils.spaces", false], [52, "module-niworkflows.utils.testing", false], [53, "module-niworkflows.utils.timeseries", false], [54, "module-niworkflows.viz", false], [55, "module-niworkflows.viz.notebook", false], [56, "module-niworkflows.viz.plots", false], [57, "module-niworkflows.viz.utils", false], [58, "module-niworkflows.workflows", false], [59, "module-niworkflows.workflows.epi", false], [60, "module-niworkflows.workflows.epi.refmap", false]], "mri_info() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.mri_info", false]], "mricoregrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.MRICoregRPT", false]], "multiapplytransforms (class in niworkflows.interfaces.itk)": [[25, "niworkflows.interfaces.itk.MultiApplyTransforms", false]], "multiprocplugin (class in niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.MultiProcPlugin", false]], "nii_ones_like() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.nii_ones_like", false]], "niworkflows.anat": [[1, "module-niworkflows.anat", false]], "niworkflows.anat.ants": [[2, "module-niworkflows.anat.ants", false]], "niworkflows.anat.coregistration": [[3, "module-niworkflows.anat.coregistration", false]], "niworkflows.anat.freesurfer": [[4, "module-niworkflows.anat.freesurfer", false]], "niworkflows.anat.skullstrip": [[5, "module-niworkflows.anat.skullstrip", false]], "niworkflows.cli": [[6, "module-niworkflows.cli", false]], "niworkflows.cli.boldref": [[7, "module-niworkflows.cli.boldref", false]], "niworkflows.data": [[8, "module-niworkflows.data", false]], "niworkflows.dwi": [[9, "module-niworkflows.dwi", false]], "niworkflows.engine": [[10, "module-niworkflows.engine", false]], "niworkflows.engine.plugin": [[11, "module-niworkflows.engine.plugin", false]], "niworkflows.engine.workflows": [[12, "module-niworkflows.engine.workflows", false]], "niworkflows.func": [[13, "module-niworkflows.func", false]], "niworkflows.func.util": [[14, "module-niworkflows.func.util", false]], "niworkflows.interfaces": [[15, "module-niworkflows.interfaces", false]], "niworkflows.interfaces.bids": [[16, "module-niworkflows.interfaces.bids", false]], "niworkflows.interfaces.bold": [[17, "module-niworkflows.interfaces.bold", false]], "niworkflows.interfaces.cifti": [[18, "module-niworkflows.interfaces.cifti", false]], "niworkflows.interfaces.confounds": [[19, "module-niworkflows.interfaces.confounds", false]], "niworkflows.interfaces.conftest": [[20, "module-niworkflows.interfaces.conftest", false]], "niworkflows.interfaces.fixes": [[21, "module-niworkflows.interfaces.fixes", false]], "niworkflows.interfaces.freesurfer": [[22, "module-niworkflows.interfaces.freesurfer", false]], "niworkflows.interfaces.header": [[23, "module-niworkflows.interfaces.header", false]], "niworkflows.interfaces.images": [[24, "module-niworkflows.interfaces.images", false]], "niworkflows.interfaces.itk": [[25, "module-niworkflows.interfaces.itk", false]], "niworkflows.interfaces.morphology": [[26, "module-niworkflows.interfaces.morphology", false]], "niworkflows.interfaces.nibabel": [[27, "module-niworkflows.interfaces.nibabel", false]], "niworkflows.interfaces.nilearn": [[28, "module-niworkflows.interfaces.nilearn", false]], "niworkflows.interfaces.nitransforms": [[29, "module-niworkflows.interfaces.nitransforms", false]], "niworkflows.interfaces.norm": [[30, "module-niworkflows.interfaces.norm", false]], "niworkflows.interfaces.patches": [[31, "module-niworkflows.interfaces.patches", false]], "niworkflows.interfaces.plotting": [[32, "module-niworkflows.interfaces.plotting", false]], "niworkflows.interfaces.probmaps": [[33, "module-niworkflows.interfaces.probmaps", false]], "niworkflows.interfaces.reportlets": [[34, "module-niworkflows.interfaces.reportlets", false]], "niworkflows.interfaces.reportlets.base": [[35, "module-niworkflows.interfaces.reportlets.base", false]], "niworkflows.interfaces.reportlets.masks": [[36, "module-niworkflows.interfaces.reportlets.masks", false]], "niworkflows.interfaces.reportlets.registration": [[37, "module-niworkflows.interfaces.reportlets.registration", false]], "niworkflows.interfaces.reportlets.segmentation": [[38, "module-niworkflows.interfaces.reportlets.segmentation", false]], "niworkflows.interfaces.space": [[39, "module-niworkflows.interfaces.space", false]], "niworkflows.interfaces.surf": [[40, "module-niworkflows.interfaces.surf", false]], "niworkflows.interfaces.utility": [[41, "module-niworkflows.interfaces.utility", false]], "niworkflows.interfaces.workbench": [[42, "module-niworkflows.interfaces.workbench", false]], "niworkflows.reports": [[43, "module-niworkflows.reports", false]], "niworkflows.reports.core": [[44, "module-niworkflows.reports.core", false]], "niworkflows.utils": [[45, "module-niworkflows.utils", false]], "niworkflows.utils.bids": [[46, "module-niworkflows.utils.bids", false]], "niworkflows.utils.connections": [[47, "module-niworkflows.utils.connections", false]], "niworkflows.utils.debug": [[48, "module-niworkflows.utils.debug", false]], "niworkflows.utils.images": [[49, "module-niworkflows.utils.images", false]], "niworkflows.utils.misc": [[50, "module-niworkflows.utils.misc", false]], "niworkflows.utils.spaces": [[51, "module-niworkflows.utils.spaces", false]], "niworkflows.utils.testing": [[52, "module-niworkflows.utils.testing", false]], "niworkflows.utils.timeseries": [[53, "module-niworkflows.utils.timeseries", false]], "niworkflows.viz": [[54, "module-niworkflows.viz", false]], "niworkflows.viz.notebook": [[55, "module-niworkflows.viz.notebook", false]], "niworkflows.viz.plots": [[56, "module-niworkflows.viz.plots", false]], "niworkflows.viz.utils": [[57, "module-niworkflows.viz.utils", false]], "niworkflows.workflows": [[58, "module-niworkflows.workflows", false]], "niworkflows.workflows.epi": [[59, "module-niworkflows.workflows.epi", false]], "niworkflows.workflows.epi.refmap": [[60, "module-niworkflows.workflows.epi.refmap", false]], "nonstandard_2d_references (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.NONSTANDARD_2D_REFERENCES", false]], "nonstandard_references (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.NONSTANDARD_REFERENCES", false]], "nonsteadystatesdetector (class in niworkflows.interfaces.bold)": [[17, "niworkflows.interfaces.bold.NonsteadyStatesDetector", false]], "normalize_surfs() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.normalize_surfs", false]], "normalize_xform() (in module niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.normalize_xform", false]], "normalizemotionparams (class in niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.NormalizeMotionParams", false]], "normalizesurf (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.NormalizeSurf", false]], "nskip (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.nskip", false]], "openmpcommandmixin (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.OpenMPCommandMixin", false]], "out_path_base (niworkflows.interfaces.bids.derivativesdatasink attribute)": [[16, "niworkflows.interfaces.bids.DerivativesDataSink.out_path_base", false]], "output_spec (niworkflows.interfaces.bids.bidsinfo attribute)": [[16, "niworkflows.interfaces.bids.BIDSInfo.output_spec", false]], "output_spec (niworkflows.interfaces.bids.readsidecarjson attribute)": [[16, "niworkflows.interfaces.bids.ReadSidecarJSON.output_spec", false]], "output_spec (niworkflows.interfaces.header.copyxform attribute)": [[23, "niworkflows.interfaces.header.CopyXForm.output_spec", false]], "output_spec (niworkflows.interfaces.surf.path2bids attribute)": [[40, "niworkflows.interfaces.surf.Path2BIDS.output_spec", false]], "output_spec (niworkflows.interfaces.utility.keyselect attribute)": [[41, "niworkflows.interfaces.utility.KeySelect.output_spec", false]], "outputreferencesaction (class in niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.OutputReferencesAction", false]], "overwrite_header() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.overwrite_header", false]], "paired_carpet (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.paired_carpet", false]], "parse_expression() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.parse_expression", false]], "parse_formula() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.parse_formula", false]], "patchedbbregisterrpt (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedBBRegisterRPT", false]], "patchedconcatenatelta (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedConcatenateLTA", false]], "patchedltaconvert (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedLTAConvert", false]], "patchedmricoregrpt (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedMRICoregRPT", false]], "patchedrobustregister (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.PatchedRobustRegister", false]], "path2bids (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.Path2BIDS", false]], "plot() (niworkflows.viz.plots.fmriplot method)": [[56, "niworkflows.viz.plots.fMRIPlot.plot", false]], "plot_carpet() (in module niworkflows.viz)": [[54, "niworkflows.viz.plot_carpet", false]], "plot_carpet() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.plot_carpet", false]], "plot_melodic_components() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.plot_melodic_components", false]], "plot_registration() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.plot_registration", false]], "plot_segs() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.plot_segs", false]], "pluginbase (class in niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.PluginBase", false]], "ply2gii() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.ply2gii", false]], "plytogifti (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.PLYtoGifti", false]], "pointcloud2ply() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.pointcloud2ply", false]], "poissonrecon (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.PoissonRecon", false]], "pop_file() (in module niworkflows.utils.connections)": [[47, "niworkflows.utils.connections.pop_file", false]], "preparederivative (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.PrepareDerivative", false]], "read_crashfile() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.read_crashfile", false]], "readable() (niworkflows.data.load method)": [[8, "niworkflows.data.load.readable", false]], "readsidecarjson (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.ReadSidecarJSON", false]], "reconallrpt (class in niworkflows.interfaces.reportlets.segmentation)": [[38, "niworkflows.interfaces.reportlets.segmentation.ReconAllRPT", false]], "reference (class in niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.Reference", false]], "reference2dict() (in module niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.reference2dict", false]], "references (niworkflows.utils.spaces.spatialreferences property)": [[51, "niworkflows.utils.spaces.SpatialReferences.references", false]], "refine_aseg() (in module niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.refine_aseg", false]], "refinebrainmask (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.RefineBrainMask", false]], "registrationrc (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.RegistrationRC", false]], "regridtozooms (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.RegridToZooms", false]], "regridtozooms (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.RegridToZooms", false]], "relative_to_root() (in module niworkflows.utils.bids)": [[46, "niworkflows.utils.bids.relative_to_root", false]], "reorient() (in module niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.reorient", false]], "reorient_file() (in module niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.reorient_file", false]], "reorient_image() (in module niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.reorient_image", false]], "reorientimage (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.ReorientImage", false]], "report (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Report", false]], "reportinginterface (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.ReportingInterface", false]], "reportlet (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Reportlet", false]], "resample_by_spacing() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.resample_by_spacing", false]], "resamplebeforeafterrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.ResampleBeforeAfterRPT", false]], "robust_set_limits() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.robust_set_limits", false]], "robustacompcor (class in niworkflows.interfaces.patches)": [[31, "niworkflows.interfaces.patches.RobustACompCor", false]], "robustaverage (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.RobustAverage", false]], "robusttcompcor (class in niworkflows.interfaces.patches)": [[31, "niworkflows.interfaces.patches.RobustTCompCor", false]], "roisplot (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.ROIsPlot", false]], "rotate_affine() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.rotate_affine", false]], "rotation2canonical() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.rotation2canonical", false]], "run() (niworkflows.engine.plugin.distributedpluginbase method)": [[11, "niworkflows.engine.plugin.DistributedPluginBase.run", false]], "run() (niworkflows.engine.plugin.pluginbase method)": [[11, "niworkflows.engine.plugin.PluginBase.run", false]], "run() (niworkflows.interfaces.workbench.openmpcommandmixin method)": [[42, "niworkflows.interfaces.workbench.OpenMPCommandMixin.run", false]], "run_node() (in module niworkflows.engine.plugin)": [[11, "niworkflows.engine.plugin.run_node", false]], "run_reports() (in module niworkflows.reports.core)": [[44, "niworkflows.reports.core.run_reports", false]], "sanitizeimage (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.SanitizeImage", false]], "savederivative (class in niworkflows.interfaces.bids)": [[16, "niworkflows.interfaces.bids.SaveDerivative", false]], "segmentationrc (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.SegmentationRC", false]], "segments (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.segments", false]], "set_consumables() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.set_consumables", false]], "setup_exceptionhook() (in module niworkflows.utils.debug)": [[48, "niworkflows.utils.debug.setup_exceptionhook", false]], "signalextraction (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.SignalExtraction", false]], "simplebeforeafterrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.SimpleBeforeAfterRPT", false]], "simpleshowmaskrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.SimpleShowMaskRPT", false]], "smallest (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.Smallest", false]], "sort_carpet (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.sort_carpet", false]], "space (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.space", false]], "spacedatasource (class in niworkflows.interfaces.space)": [[39, "niworkflows.interfaces.space.SpaceDataSource", false]], "spatialnormalization (class in niworkflows.interfaces.norm)": [[30, "niworkflows.interfaces.norm.SpatialNormalization", false]], "spatialnormalizationrpt (class in niworkflows.interfaces.reportlets.registration)": [[37, "niworkflows.interfaces.reportlets.registration.SpatialNormalizationRPT", false]], "spatialreferences (class in niworkflows.utils.spaces)": [[51, "niworkflows.utils.spaces.SpatialReferences", false]], "spec (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.spec", false]], "spike_regressors() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.spike_regressors", false]], "spikeregressors (class in niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.SpikeRegressors", false]], "spikes (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.spikes", false]], "spikesplot() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.spikesplot", false]], "spikesplot_cb() (in module niworkflows.viz.plots)": [[56, "niworkflows.viz.plots.spikesplot_cb", false]], "splitext() (in module niworkflows.utils.misc)": [[50, "niworkflows.utils.misc.splitext", false]], "splitseries (class in niworkflows.interfaces.nibabel)": [[27, "niworkflows.interfaces.nibabel.SplitSeries", false]], "standard (niworkflows.utils.spaces.reference attribute)": [[51, "niworkflows.utils.spaces.Reference.standard", false]], "standard_spaces (niworkflows.utils.spaces.spatialreferences attribute)": [[51, "niworkflows.utils.spaces.SpatialReferences.standard_spaces", false]], "structuralreference (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.StructuralReference", false]], "subreport (class in niworkflows.reports.core)": [[44, "niworkflows.reports.core.SubReport", false]], "surfacesegmentationrc (class in niworkflows.interfaces.reportlets.base)": [[35, "niworkflows.interfaces.reportlets.base.SurfaceSegmentationRC", false]], "surfacestopointcloud (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.SurfacesToPointCloud", false]], "svg2str() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.svg2str", false]], "svg_compress() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.svg_compress", false]], "tcompcorrpt (class in niworkflows.interfaces.reportlets.masks)": [[36, "niworkflows.interfaces.reportlets.masks.TCompCorRPT", false]], "templatedimensions (class in niworkflows.interfaces.images)": [[24, "niworkflows.interfaces.images.TemplateDimensions", false]], "temporal_derivatives() (in module niworkflows.interfaces.confounds)": [[19, "niworkflows.interfaces.confounds.temporal_derivatives", false]], "timeseries (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.timeseries", false]], "to_json() (in module niworkflows.utils.testing)": [[52, "niworkflows.utils.testing.to_json", false]], "tpm2roi (class in niworkflows.interfaces.probmaps)": [[33, "niworkflows.interfaces.probmaps.TPM2ROI", false]], "tr (niworkflows.viz.plots.fmriplot attribute)": [[56, "niworkflows.viz.plots.fMRIPlot.tr", false]], "transform_to_2d() (in module niworkflows.viz.utils)": [[57, "niworkflows.viz.utils.transform_to_2d", false]], "truncatelta (class in niworkflows.interfaces.freesurfer)": [[22, "niworkflows.interfaces.freesurfer.TruncateLTA", false]], "tsv2json (class in niworkflows.interfaces.utility)": [[41, "niworkflows.interfaces.utility.TSV2JSON", false]], "unsafe_write_nifti_header_and_data() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.unsafe_write_nifti_header_and_data", false]], "unzipjoinedsurfaces (class in niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.UnzipJoinedSurfaces", false]], "update_header_fields() (in module niworkflows.utils.images)": [[49, "niworkflows.utils.images.update_header_fields", false]], "validateimage (class in niworkflows.interfaces.header)": [[23, "niworkflows.interfaces.header.ValidateImage", false]], "vertex_normals() (in module niworkflows.interfaces.surf)": [[40, "niworkflows.interfaces.surf.vertex_normals", false]], "visit_desc() (niworkflows.engine.workflows.literateworkflow method)": [[12, "niworkflows.engine.workflows.LiterateWorkflow.visit_desc", false]], "volumetosurfacemapping (class in niworkflows.interfaces.workbench)": [[42, "niworkflows.interfaces.workbench.VolumeToSurfaceMapping", false]]}, "objects": {"niworkflows": [[1, 0, 0, "-", "anat"], [6, 0, 0, "-", "cli"], [8, 0, 0, "-", "data"], [9, 0, 0, "-", "dwi"], [10, 0, 0, "-", "engine"], [13, 0, 0, "-", "func"], [15, 0, 0, "-", "interfaces"], [43, 0, 0, "-", "reports"], [45, 0, 0, "-", "utils"], [54, 0, 0, "-", "viz"], [58, 0, 0, "-", "workflows"]], "niworkflows.anat": [[2, 0, 0, "-", "ants"], [3, 0, 0, "-", "coregistration"], [4, 0, 0, "-", "freesurfer"], [5, 0, 0, "-", "skullstrip"]], "niworkflows.anat.ants": [[2, 1, 1, "", "init_atropos_wf"], [2, 1, 1, "", "init_brain_extraction_wf"], [2, 1, 1, "", "init_n4_only_wf"]], "niworkflows.anat.coregistration": [[3, 1, 1, "", "compare_xforms"], [3, 1, 1, "", "init_bbreg_wf"]], "niworkflows.anat.freesurfer": [[4, 1, 1, "", "init_gifti_surface_wf"]], "niworkflows.anat.skullstrip": [[5, 1, 1, "", "afni_wf"]], "niworkflows.cli": [[7, 0, 0, "-", "boldref"]], "niworkflows.cli.boldref": [[7, 1, 1, "", "get_parser"], [7, 1, 1, "", "main"]], "niworkflows.data": [[8, 1, 1, "", "load"]], "niworkflows.data.load": [[8, 2, 1, "", "as_path"], [8, 2, 1, "", "cached"], [8, 2, 1, "", "readable"]], "niworkflows.engine": [[11, 0, 0, "-", "plugin"], [12, 0, 0, "-", "workflows"]], "niworkflows.engine.plugin": [[11, 3, 1, "", "DistributedPluginBase"], [11, 3, 1, "", "MultiProcPlugin"], [11, 3, 1, "", "PluginBase"], [11, 1, 1, "", "run_node"]], "niworkflows.engine.plugin.DistributedPluginBase": [[11, 2, 1, "", "run"]], "niworkflows.engine.plugin.PluginBase": [[11, 2, 1, "", "run"]], "niworkflows.engine.workflows": [[12, 3, 1, "", "LiterateWorkflow"]], "niworkflows.engine.workflows.LiterateWorkflow": [[12, 2, 1, "", "visit_desc"]], "niworkflows.func": [[14, 0, 0, "-", "util"]], "niworkflows.func.util": [[14, 1, 1, "", "init_bold_reference_wf"], [14, 1, 1, "", "init_enhance_and_skullstrip_bold_wf"], [14, 1, 1, "", "init_skullstrip_bold_wf"]], "niworkflows.interfaces": [[16, 0, 0, "-", "bids"], [17, 0, 0, "-", "bold"], [18, 0, 0, "-", "cifti"], [19, 0, 0, "-", "confounds"], [20, 0, 0, "-", "conftest"], [21, 0, 0, "-", "fixes"], [22, 0, 0, "-", "freesurfer"], [23, 0, 0, "-", "header"], [24, 0, 0, "-", "images"], [25, 0, 0, "-", "itk"], [26, 0, 0, "-", "morphology"], [27, 0, 0, "-", "nibabel"], [28, 0, 0, "-", "nilearn"], [29, 0, 0, "-", "nitransforms"], [30, 0, 0, "-", "norm"], [31, 0, 0, "-", "patches"], [32, 0, 0, "-", "plotting"], [33, 0, 0, "-", "probmaps"], [34, 0, 0, "-", "reportlets"], [39, 0, 0, "-", "space"], [40, 0, 0, "-", "surf"], [41, 0, 0, "-", "utility"], [42, 0, 0, "-", "workbench"]], "niworkflows.interfaces.bids": [[16, 3, 1, "", "BIDSDataGrabber"], [16, 3, 1, "", "BIDSFreeSurferDir"], [16, 3, 1, "", "BIDSInfo"], [16, 3, 1, "", "DerivativesDataSink"], [16, 3, 1, "", "PrepareDerivative"], [16, 3, 1, "", "ReadSidecarJSON"], [16, 3, 1, "", "SaveDerivative"]], "niworkflows.interfaces.bids.BIDSInfo": [[16, 4, 1, "", "output_spec"]], "niworkflows.interfaces.bids.DerivativesDataSink": [[16, 4, 1, "", "out_path_base"]], "niworkflows.interfaces.bids.ReadSidecarJSON": [[16, 4, 1, "", "layout"], [16, 4, 1, "", "output_spec"]], "niworkflows.interfaces.bold": [[17, 3, 1, "", "NonsteadyStatesDetector"]], "niworkflows.interfaces.cifti": [[18, 3, 1, "", "CiftiNameSource"], [18, 3, 1, "", "GenerateCifti"]], "niworkflows.interfaces.confounds": [[19, 3, 1, "", "ExpandModel"], [19, 3, 1, "", "NormalizeMotionParams"], [19, 3, 1, "", "SpikeRegressors"], [19, 1, 1, "", "exponential_terms"], [19, 1, 1, "", "parse_expression"], [19, 1, 1, "", "parse_formula"], [19, 1, 1, "", "spike_regressors"], [19, 1, 1, "", "temporal_derivatives"]], "niworkflows.interfaces.conftest": [[20, 1, 1, "", "data_dir"]], "niworkflows.interfaces.fixes": [[21, 3, 1, "", "FixHeaderApplyTransforms"], [21, 3, 1, "", "FixHeaderRegistration"], [21, 3, 1, "", "FixN4BiasFieldCorrection"]], "niworkflows.interfaces.freesurfer": [[22, 3, 1, "", "FSDetectInputs"], [22, 3, 1, "", "FSInjectBrainExtracted"], [22, 3, 1, "", "MakeMidthickness"], [22, 3, 1, "", "MedialNaNs"], [22, 3, 1, "", "PatchedBBRegisterRPT"], [22, 3, 1, "", "PatchedConcatenateLTA"], [22, 3, 1, "", "PatchedLTAConvert"], [22, 3, 1, "", "PatchedMRICoregRPT"], [22, 3, 1, "", "PatchedRobustRegister"], [22, 3, 1, "", "RefineBrainMask"], [22, 3, 1, "", "StructuralReference"], [22, 3, 1, "", "TruncateLTA"], [22, 1, 1, "", "detect_inputs"], [22, 1, 1, "", "fix_lta_length"], [22, 1, 1, "", "grow_mask"], [22, 1, 1, "", "inject_skullstripped"], [22, 1, 1, "", "medial_wall_to_nan"], [22, 1, 1, "", "mri_info"], [22, 1, 1, "", "refine_aseg"]], "niworkflows.interfaces.freesurfer.MakeMidthickness": [[22, 5, 1, "", "cmdline"]], "niworkflows.interfaces.freesurfer.PatchedConcatenateLTA": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.freesurfer.PatchedLTAConvert": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.freesurfer.PatchedRobustRegister": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.freesurfer.StructuralReference": [[22, 5, 1, "", "cmdline"]], "niworkflows.interfaces.freesurfer.TruncateLTA": [[22, 4, 1, "", "lta_outputs"]], "niworkflows.interfaces.header": [[23, 3, 1, "", "CopyHeader"], [23, 3, 1, "", "CopyXForm"], [23, 3, 1, "", "MatchHeader"], [23, 3, 1, "", "SanitizeImage"], [23, 3, 1, "", "ValidateImage"]], "niworkflows.interfaces.header.CopyXForm": [[23, 4, 1, "", "output_spec"]], "niworkflows.interfaces.images": [[24, 3, 1, "", "Conform"], [24, 3, 1, "", "IntraModalMerge"], [24, 3, 1, "", "RegridToZooms"], [24, 3, 1, "", "RobustAverage"], [24, 3, 1, "", "SignalExtraction"], [24, 3, 1, "", "TemplateDimensions"], [24, 1, 1, "", "normalize_xform"], [24, 1, 1, "", "reorient"]], "niworkflows.interfaces.itk": [[25, 3, 1, "", "MCFLIRT2ITK"], [25, 3, 1, "", "MultiApplyTransforms"]], "niworkflows.interfaces.morphology": [[26, 3, 1, "", "BinaryDilation"], [26, 3, 1, "", "BinarySubtraction"], [26, 1, 1, "", "image_binary_dilation"]], "niworkflows.interfaces.nibabel": [[27, 3, 1, "", "ApplyMask"], [27, 3, 1, "", "Binarize"], [27, 3, 1, "", "BinaryDilation"], [27, 3, 1, "", "DemeanImage"], [27, 3, 1, "", "FilledImageLike"], [27, 3, 1, "", "GenerateSamplingReference"], [27, 3, 1, "", "IntensityClip"], [27, 3, 1, "", "MapLabels"], [27, 3, 1, "", "MergeROIs"], [27, 3, 1, "", "MergeSeries"], [27, 3, 1, "", "RegridToZooms"], [27, 3, 1, "", "ReorientImage"], [27, 3, 1, "", "SplitSeries"], [27, 1, 1, "", "reorient_file"], [27, 1, 1, "", "reorient_image"]], "niworkflows.interfaces.nilearn": [[28, 3, 1, "", "ComputeEPIMask"], [28, 3, 1, "", "MaskEPI"], [28, 3, 1, "", "Merge"]], "niworkflows.interfaces.nitransforms": [[29, 3, 1, "", "ConcatenateXFMs"], [29, 1, 1, "", "concatenate_xfms"]], "niworkflows.interfaces.norm": [[30, 3, 1, "", "SpatialNormalization"], [30, 1, 1, "", "create_cfm"], [30, 1, 1, "", "mask"]], "niworkflows.interfaces.patches": [[31, 3, 1, "", "FreeSurferSource"], [31, 3, 1, "", "RobustACompCor"], [31, 3, 1, "", "RobustTCompCor"]], "niworkflows.interfaces.plotting": [[32, 3, 1, "", "CompCorVariancePlot"], [32, 3, 1, "", "ConfoundsCorrelationPlot"], [32, 3, 1, "", "FMRISummary"]], "niworkflows.interfaces.probmaps": [[33, 3, 1, "", "AddTPMs"], [33, 3, 1, "", "TPM2ROI"]], "niworkflows.interfaces.reportlets": [[35, 0, 0, "-", "base"], [36, 0, 0, "-", "masks"], [37, 0, 0, "-", "registration"], [38, 0, 0, "-", "segmentation"]], "niworkflows.interfaces.reportlets.base": [[35, 3, 1, "", "RegistrationRC"], [35, 3, 1, "", "ReportingInterface"], [35, 3, 1, "", "SegmentationRC"], [35, 3, 1, "", "SurfaceSegmentationRC"]], "niworkflows.interfaces.reportlets.masks": [[36, 3, 1, "", "ACompCorRPT"], [36, 3, 1, "", "BETRPT"], [36, 3, 1, "", "BrainExtractionRPT"], [36, 3, 1, "", "ROIsPlot"], [36, 3, 1, "", "SimpleShowMaskRPT"], [36, 3, 1, "", "TCompCorRPT"]], "niworkflows.interfaces.reportlets.registration": [[37, 3, 1, "", "ANTSApplyTransformsRPT"], [37, 3, 1, "", "ANTSRegistrationRPT"], [37, 3, 1, "", "ApplyTOPUPRPT"], [37, 3, 1, "", "ApplyXFMRPT"], [37, 3, 1, "", "BBRegisterRPT"], [37, 3, 1, "", "FLIRTRPT"], [37, 3, 1, "", "FUGUERPT"], [37, 3, 1, "", "MRICoregRPT"], [37, 3, 1, "", "ResampleBeforeAfterRPT"], [37, 3, 1, "", "SimpleBeforeAfterRPT"], [37, 3, 1, "", "SpatialNormalizationRPT"]], "niworkflows.interfaces.reportlets.segmentation": [[38, 3, 1, "", "FASTRPT"], [38, 3, 1, "", "ICA_AROMARPT"], [38, 3, 1, "", "MELODICRPT"], [38, 3, 1, "", "ReconAllRPT"]], "niworkflows.interfaces.space": [[39, 3, 1, "", "SpaceDataSource"]], "niworkflows.interfaces.surf": [[40, 3, 1, "", "CSVToGifti"], [40, 3, 1, "", "CreateSurfaceROI"], [40, 3, 1, "", "GiftiNameSource"], [40, 3, 1, "", "GiftiSetAnatomicalStructure"], [40, 3, 1, "", "GiftiToCSV"], [40, 3, 1, "", "NormalizeSurf"], [40, 3, 1, "", "PLYtoGifti"], [40, 3, 1, "", "Path2BIDS"], [40, 3, 1, "", "PoissonRecon"], [40, 3, 1, "", "SurfacesToPointCloud"], [40, 3, 1, "", "UnzipJoinedSurfaces"], [40, 1, 1, "", "get_gii_meta"], [40, 1, 1, "", "load_transform"], [40, 1, 1, "", "normalize_surfs"], [40, 1, 1, "", "ply2gii"], [40, 1, 1, "", "pointcloud2ply"], [40, 1, 1, "", "vertex_normals"]], "niworkflows.interfaces.surf.Path2BIDS": [[40, 4, 1, "", "output_spec"]], "niworkflows.interfaces.utility": [[41, 3, 1, "", "AddTSVHeader"], [41, 3, 1, "", "DictMerge"], [41, 3, 1, "", "JoinTSVColumns"], [41, 3, 1, "", "KeySelect"], [41, 3, 1, "", "TSV2JSON"]], "niworkflows.interfaces.utility.KeySelect": [[41, 4, 1, "", "input_spec"], [41, 4, 1, "", "output_spec"]], "niworkflows.interfaces.workbench": [[42, 3, 1, "", "MetricDilate"], [42, 3, 1, "", "MetricFillHoles"], [42, 3, 1, "", "MetricMask"], [42, 3, 1, "", "MetricRemoveIslands"], [42, 3, 1, "", "MetricResample"], [42, 3, 1, "", "OpenMPCommandMixin"], [42, 3, 1, "", "VolumeToSurfaceMapping"]], "niworkflows.interfaces.workbench.OpenMPCommandMixin": [[42, 2, 1, "", "run"]], "niworkflows.reports": [[44, 0, 0, "-", "core"], [43, 1, 1, "", "generate_reports"]], "niworkflows.reports.core": [[44, 3, 1, "", "Element"], [44, 3, 1, "", "Report"], [44, 3, 1, "", "Reportlet"], [44, 3, 1, "", "Smallest"], [44, 3, 1, "", "SubReport"], [44, 1, 1, "", "generate_reports"], [44, 1, 1, "", "run_reports"]], "niworkflows.reports.core.Report": [[44, 2, 1, "", "generate_report"], [44, 2, 1, "", "index"], [44, 2, 1, "", "init_layout"]], "niworkflows.reports.core.Reportlet": [[44, 2, 1, "", "is_empty"]], "niworkflows.utils": [[46, 0, 0, "-", "bids"], [47, 0, 0, "-", "connections"], [48, 0, 0, "-", "debug"], [49, 0, 0, "-", "images"], [50, 0, 0, "-", "misc"], [51, 0, 0, "-", "spaces"], [52, 0, 0, "-", "testing"], [53, 0, 0, "-", "timeseries"]], "niworkflows.utils.bids": [[46, 6, 1, "", "BIDSError"], [46, 6, 1, "", "BIDSWarning"], [46, 1, 1, "", "check_pipeline_version"], [46, 1, 1, "", "collect_data"], [46, 1, 1, "", "collect_participants"], [46, 1, 1, "", "get_metadata_for_nifti"], [46, 1, 1, "", "group_multiecho"], [46, 1, 1, "", "relative_to_root"]], "niworkflows.utils.connections": [[47, 1, 1, "", "listify"], [47, 1, 1, "", "pop_file"]], "niworkflows.utils.debug": [[48, 1, 1, "", "is_interactive"], [48, 1, 1, "", "setup_exceptionhook"]], "niworkflows.utils.images": [[49, 1, 1, "", "demean"], [49, 1, 1, "", "dseg_label"], [49, 1, 1, "", "nii_ones_like"], [49, 1, 1, "", "overwrite_header"], [49, 1, 1, "", "resample_by_spacing"], [49, 1, 1, "", "rotate_affine"], [49, 1, 1, "", "rotation2canonical"], [49, 1, 1, "", "set_consumables"], [49, 1, 1, "", "unsafe_write_nifti_header_and_data"], [49, 1, 1, "", "update_header_fields"]], "niworkflows.utils.misc": [[50, 1, 1, "", "add_suffix"], [50, 1, 1, "", "clean_directory"], [50, 1, 1, "", "fix_multi_T1w_source_name"], [50, 1, 1, "", "get_template_specs"], [50, 1, 1, "", "read_crashfile"], [50, 1, 1, "", "splitext"]], "niworkflows.utils.spaces": [[51, 7, 1, "", "FSAVERAGE_DENSITY"], [51, 7, 1, "", "FSAVERAGE_LEGACY"], [51, 7, 1, "", "NONSTANDARD_2D_REFERENCES"], [51, 7, 1, "", "NONSTANDARD_REFERENCES"], [51, 3, 1, "", "OutputReferencesAction"], [51, 3, 1, "", "Reference"], [51, 3, 1, "", "SpatialReferences"], [51, 1, 1, "", "format_reference"], [51, 1, 1, "", "hasspec"], [51, 1, 1, "", "reference2dict"]], "niworkflows.utils.spaces.Reference": [[51, 4, 1, "", "dim"], [51, 2, 1, "", "from_string"], [51, 5, 1, "", "fullname"], [51, 5, 1, "", "legacyname"], [51, 4, 1, "", "space"], [51, 4, 1, "", "spec"], [51, 4, 1, "", "standard"]], "niworkflows.utils.spaces.SpatialReferences": [[51, 2, 1, "", "add"], [51, 2, 1, "", "append"], [51, 5, 1, "", "cached"], [51, 2, 1, "", "check_space"], [51, 2, 1, "", "checkpoint"], [51, 2, 1, "", "get_fs_spaces"], [51, 2, 1, "", "get_nonstandard"], [51, 2, 1, "", "get_spaces"], [51, 2, 1, "", "get_standard"], [51, 2, 1, "", "insert"], [51, 2, 1, "", "is_cached"], [51, 5, 1, "", "references"], [51, 4, 1, "", "standard_spaces"]], "niworkflows.utils.testing": [[52, 1, 1, "", "combine_entities"], [52, 1, 1, "", "generate_bids_skeleton"], [52, 1, 1, "", "to_json"]], "niworkflows.viz": [[55, 0, 0, "-", "notebook"], [54, 1, 1, "", "plot_carpet"], [56, 0, 0, "-", "plots"], [57, 0, 0, "-", "utils"]], "niworkflows.viz.notebook": [[55, 1, 1, "", "display"]], "niworkflows.viz.plots": [[56, 1, 1, "", "cifti_surfaces_plot"], [56, 1, 1, "", "compcor_variance_plot"], [56, 1, 1, "", "confoundplot"], [56, 1, 1, "", "confounds_correlation_plot"], [56, 3, 1, "", "fMRIPlot"], [56, 1, 1, "", "plot_carpet"], [56, 1, 1, "", "spikesplot"], [56, 1, 1, "", "spikesplot_cb"]], "niworkflows.viz.plots.fMRIPlot": [[56, 4, 1, "", "confounds"], [56, 4, 1, "", "nskip"], [56, 4, 1, "", "paired_carpet"], [56, 2, 1, "", "plot"], [56, 4, 1, "", "segments"], [56, 4, 1, "", "sort_carpet"], [56, 4, 1, "", "spikes"], [56, 4, 1, "", "timeseries"], [56, 4, 1, "", "tr"]], "niworkflows.viz.utils": [[57, 1, 1, "", "compose_view"], [57, 1, 1, "", "cuts_from_bbox"], [57, 1, 1, "", "extract_svg"], [57, 1, 1, "", "plot_melodic_components"], [57, 1, 1, "", "plot_registration"], [57, 1, 1, "", "plot_segs"], [57, 1, 1, "", "robust_set_limits"], [57, 1, 1, "", "svg2str"], [57, 1, 1, "", "svg_compress"], [57, 1, 1, "", "transform_to_2d"]], "niworkflows.workflows": [[59, 0, 0, "-", "epi"]], "niworkflows.workflows.epi": [[60, 0, 0, "-", "refmap"]], "niworkflows.workflows.epi.refmap": [[60, 1, 1, "", "init_epi_reference_wf"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "method", "Python method"], "3": ["py", "class", "Python class"], "4": ["py", "attribute", "Python attribute"], "5": ["py", "property", "Python property"], "6": ["py", "exception", "Python exception"], "7": ["py", "data", "Python data"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:method", "3": "py:class", "4": "py:attribute", "5": "py:property", "6": "py:exception", "7": "py:data"}, "terms": {"": [2, 3, 4, 5, 11, 12, 14, 16, 21, 22, 24, 25, 27, 28, 36, 37, 38, 40, 42, 46, 47, 50, 51, 60, 62, 63], "0": [2, 11, 14, 16, 19, 21, 22, 23, 24, 25, 27, 28, 31, 32, 33, 36, 37, 38, 40, 42, 44, 47, 51, 54, 56, 57, 60, 62, 63], "0001": 38, "01": [2, 16, 22, 44, 46, 62], "01_bold": [16, 46, 50], "01_desc": [16, 44], "01_run": 46, "01_sbref": 46, "01_se": [16, 22, 46], "01_space": 16, "01_t1": 46, "01_t1w": 46, "01_task": 46, "02": [16, 31, 36, 46], "02_bold": 46, "02_desc": 16, "02_sbref": 46, "02_se": 16, "03": [46, 62], "03_bold": 46, "03_sbref": 46, "04": [2, 46, 62], "045": 50, "045_se": 50, "045_t1w": 50, "048": 19, "04_bold": 46, "04_sbref": 46, "05": [22, 46, 62], "05_bold": 46, "05_sbref": 46, "06": [21, 37, 46, 62], "06_bold": 46, "06_sbref": 46, "07": [46, 62, 63], "08": [19, 46, 62], "09": [46, 62], "09c": 61, "0rc1": 61, "0x1": 16, "1": [2, 5, 11, 14, 16, 19, 21, 22, 23, 24, 25, 27, 30, 31, 36, 37, 38, 42, 44, 46, 47, 50, 51, 54, 56, 62, 63], "10": [2, 3, 17, 19, 21, 37, 38, 42, 46, 50, 62], "100": [22, 37, 51], "100185": [16, 46], "100185_magnitude1": 46, "100185_magnitude2": 46, "100185_phasediff": [16, 46], "100185_t1w": 46, "100185_task": 46, "1016": 19, "10f": 37, "10k": [40, 51], "10k_hemi": 40, "10mm": 3, "11": [42, 62], "12": [3, 22, 37, 62], "1200": [54, 56], "122": 61, "124": 61, "125": 61, "126": 61, "1268": 22, "1274": 22, "128": [31, 36, 61], "129": 46, "13": 62, "130": 61, "131": 61, "133": 61, "134": 61, "135": 61, "14": [46, 62], "144": 61, "148": 61, "15": [3, 57, 62], "150": [54, 56], "154": [54, 56], "155": 61, "157": 61, "158": [54, 56], "15mm": 3, "16": [11, 62, 63], "161": 61, "164k": [22, 51], "166": 61, "167": 61, "168": 61, "169": 61, "170": 61, "170k": 18, "171": 61, "172": 61, "174": 61, "180": 22, "187": 61, "188": 61, "189": 61, "190": 61, "192": 61, "193": 61, "199": 61, "1_bold": 46, "1_custom2": 16, "1_run": 46, "1_t1w": [16, 50], "1b": 2, "1b79e56": 40, "1e": [21, 22, 37], "1mm": 38, "1rc5": 46, "1x1x0": [21, 37], "1x1x0x1x1x0": [21, 37], "2": [2, 16, 17, 18, 19, 21, 22, 25, 26, 27, 28, 30, 31, 32, 36, 37, 38, 39, 42, 44, 46, 47, 50, 51, 56, 62, 63], "20": [17, 32, 38, 56], "200": [2, 17, 61], "2009c": 61, "2013": 19, "2014": 19, "2017": [54, 56], "202": 61, "2020": 62, "2021": 62, "2022": 62, "2023": 62, "2024": 62, "204": 61, "205": 61, "207": 61, "208": 61, "209": 61, "20mm": 3, "21": 62, "210": 61, "211": 61, "2120": 22, "214": 61, "215": 61, "22": 62, "220": 61, "221": 61, "223": 61, "224": 61, "225": 61, "226": 61, "227": 61, "228": 61, "2285": 61, "229": 61, "23": 62, "230": 61, "2325": 61, "233": 61, "2368": 61, "2373": 61, "2376": 61, "238": 61, "2383": 61, "2384": 61, "24": [19, 62], "240": 61, "241": 61, "243": 61, "244": 61, "247": 61, "248": 61, "249": 61, "25": [22, 62], "251": 61, "255": [22, 61], "256": 61, "2562": 51, "257": 61, "258": 61, "259": 61, "25gb": 11, "26": 62, "261": 61, "263": 61, "264": 61, "266": 61, "267": 61, "268": 61, "269": 61, "27": 62, "270": 61, "271": 61, "272": 61, "27216e69": [30, 37], "274": 61, "275": 61, "276": 61, "277": [40, 61], "278": 61, "28": 62, "280": 61, "284": 61, "285": 61, "286": 61, "287": 61, "288": 61, "29": 62, "290": [40, 61], "292": 61, "295": 61, "298": 61, "299": 61, "2_bold": 46, "2_custom2": 16, "2_re": [39, 51], "2_run": 46, "2_t1w": [16, 50], "2d": [37, 38, 51], "2f": [36, 37, 38], "3": [2, 14, 16, 19, 21, 22, 24, 25, 27, 36, 37, 38, 41, 42, 46, 49, 51, 57, 62, 63], "30": 41, "300": [57, 61], "302": 61, "303": 61, "304": 61, "305": 61, "307": 61, "30k": 51, "30th": 61, "31": 62, "310": 61, "312": 61, "315": 61, "316": 61, "317": 61, "318": 61, "32": 19, "324": 61, "325": 61, "326": 61, "328": 61, "3299": 46, "32k": [18, 22, 56, 61], "32k_bold": 18, "330": 61, "332": 61, "337": 61, "338": 61, "340": 61, "341": 61, "342": 61, "343": 61, "344": 61, "345": 61, "346": 61, "347": 61, "348": 61, "349": 61, "35": 27, "350": 61, "351": 61, "352": 61, "353": 61, "354": 61, "355": 61, "356": 61, "357": 61, "358": 61, "359": 61, "36": 19, "360": 61, "362": 61, "363": 61, "364": 61, "365": 61, "366": 61, "36713": 44, "368": 61, "369": 61, "375": 61, "376": 61, "378": 61, "380": 61, "381": 61, "382": 61, "383": 61, "386": 61, "387": 61, "389": 61, "391": 61, "397": 61, "398": 61, "3_bold": 46, "3_run": 46, "3d": [2, 14, 24, 26, 27, 28, 31, 36, 37, 38, 42, 57, 61], "3dautomask": 14, "3dunif": [5, 14, 61], "3e3a2f3": 61, "3f": [22, 38], "3mm": 14, "3x": 24, "4": [2, 14, 19, 21, 22, 24, 25, 27, 30, 37, 38, 40, 42, 62], "40": [17, 38], "401": 61, "402": 61, "403": 61, "405": 61, "407": 61, "408": 61, "409": 61, "414": 61, "416": 61, "417": 61, "418": 61, "419": 61, "41k": 51, "420": 61, "426": 61, "427": 61, "428": 61, "429": 61, "430": 61, "432": 61, "435": 61, "436": 61, "438": 61, "439": 61, "441": 61, "442": 61, "443": 61, "447": 61, "451": 61, "452": 61, "453": 61, "454": 61, "455": 61, "456": 61, "457": 61, "460": 61, "461": 61, "463": 61, "464": 61, "466": 61, "467": 61, "468": 61, "469": 61, "470": 61, "471": 61, "472": 61, "473": 61, "474": 61, "475": 61, "477": 61, "482": 61, "483": 61, "484": 61, "485": 61, "488": 61, "489": 61, "491": 61, "492": 61, "493": 61, "494": 61, "495": 61, "496": 61, "497": 61, "498": 61, "4d": [14, 17, 22, 24, 27, 28, 31, 36, 37, 61], "4f": 22, "4th": 19, "4x4": 37, "5": [2, 14, 19, 21, 22, 24, 27, 32, 37, 41, 42, 51, 56, 62, 63], "50": 38, "500": 61, "503": 61, "504": 61, "505": 61, "507": 61, "511": 61, "512": 61, "514": 61, "516": 61, "521": 61, "525": 61, "527": 61, "529": 61, "530": 61, "532": 61, "533": 61, "534": 61, "535": 61, "538": 61, "539": 61, "541": 61, "543": 61, "544": 61, "545": 61, "547": 61, "548": 61, "549": 61, "55": 61, "550": 61, "552": 61, "554": 61, "561": 61, "563": 61, "565": 61, "566": 61, "567": 61, "573": 61, "577": 61, "578": 61, "580": 61, "582": 61, "583": 61, "584": 61, "585": 61, "586": 61, "589": 61, "592": 61, "593": 61, "594": 61, "596": 61, "599": 61, "59k": 22, "6": [2, 3, 14, 19, 22, 37, 41, 42, 46, 51, 56, 62, 63], "601": 60, "602": 61, "603": 61, "605": 61, "606": 61, "607": 61, "608": 61, "609": 61, "610": 61, "616": 61, "617": 61, "620": 61, "621": 61, "622": 61, "624": 61, "626": 61, "629": 61, "634": 61, "635": 61, "636": 61, "638": 61, "641": 61, "642": 51, "643": 61, "645": 61, "646": 61, "647": 61, "649": 61, "650": 61, "651": 61, "653": 61, "654": 61, "655": 61, "656": 61, "657": 61, "658": 61, "663": 61, "666": 61, "668": 61, "673": 61, "674": 61, "675": 61, "676": 61, "677": 61, "678": 61, "679": 61, "680": 61, "681": [3, 61], "682": 61, "683": 61, "685": 22, "686": 61, "687": 61, "688": 61, "689": 61, "690": 61, "691": 61, "692": 61, "695": 61, "697": 61, "699": 61, "6mm": [14, 51], "6th": 19, "7": [2, 16, 22, 32, 37, 42, 46, 56, 62], "701": 61, "703": 61, "704": 61, "706": 61, "712": 61, "714": 61, "716": 61, "717": 61, "719": 61, "720": 61, "721": 61, "724": 61, "725": 61, "727": 61, "730": 61, "731": 61, "735": 61, "736": 61, "737": 61, "738": 61, "739": 61, "741": 61, "743": 61, "744": 61, "745": 61, "746": 61, "747": 61, "748": 61, "75": 16, "750": 61, "751": 61, "753": 61, "754": 61, "756": 61, "758": 61, "759": 61, "760": 61, "762": 61, "763": 61, "764": 61, "765": 61, "766": 61, "767": 61, "768": 22, "769": 61, "77": 61, "770": 61, "771": 61, "772": 61, "773": 61, "775": 61, "776": 31, "777": 61, "778": 22, "779": 61, "780": 61, "781": 61, "782": 61, "783": 61, "784": 61, "785": 61, "788": 61, "791": 61, "792": 61, "793": 61, "795": 61, "796": 61, "797": 61, "798": 61, "7a76a45": 61, "8": [2, 11, 42, 57, 62], "800": 61, "801": 61, "803": 61, "805": 61, "806": 61, "807": 61, "808": 61, "810": 61, "811": 61, "813": 61, "815": 61, "816": 61, "817": 61, "818": 61, "820": 61, "821": 61, "823": 61, "824": 61, "825": 61, "826": 61, "828": 61, "831": 61, "832": 61, "833": 61, "834": 61, "835": 61, "837": 61, "839": 61, "840": 61, "840261": [30, 37], "841": 61, "842": 61, "843": 61, "844": 61, "845": 61, "846": 61, "85": [14, 28], "857": 61, "858": 61, "859": 61, "866": 61, "867": 61, "868": 61, "870": 61, "876": 61, "878": 61, "879": 61, "880": 61, "885": 61, "9": [2, 3, 14, 19, 21, 22, 32, 37, 40, 42, 56, 62, 63], "900": [54, 56], "91k": [18, 39, 51], "9291324": 40, "940": 31, "95": 33, "98": 27, "99": [27, 57], "999": [22, 37], "A": [2, 11, 14, 16, 19, 21, 22, 24, 25, 26, 27, 28, 30, 35, 36, 37, 38, 39, 42, 44, 46, 51, 54, 56, 57, 60, 61, 63], "AND": 22, "As": [36, 37, 61, 63], "At": [21, 60], "Be": 61, "By": [19, 21, 24, 31, 36, 37, 46, 56], "For": [2, 16, 19, 21, 25, 37, 38, 40, 42, 60], "INTO": [21, 25, 37], "If": [2, 3, 4, 14, 16, 19, 21, 22, 24, 25, 27, 30, 31, 36, 37, 38, 40, 41, 42, 48, 49, 50, 54, 56, 57, 60], "In": [14, 40, 41, 61], "It": [3, 14, 61, 62], "Its": 16, "No": 22, "Not": 24, "OR": 42, "On": 63, "One": [21, 27, 31, 36, 37], "That": [31, 36], "The": [2, 3, 10, 11, 14, 16, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 36, 37, 39, 40, 42, 44, 46, 49, 51, 52, 54, 56, 61, 63], "These": [4, 21, 40, 49, 63], "To": [19, 24, 36, 61], "With": [2, 22, 61], "_": [16, 46], "__version__": 63, "_bidsinfooutputspec": 16, "_confound": 61, "_densiti": 40, "_fix_surfs0": 40, "_generate_report": 35, "_hemi": 40, "_keyselectinputspec": 41, "_keyselectoutputspec": 41, "_mixeltyp": 38, "_mtw": 61, "_path2bidsoutputspec": 40, "_pveseg": 38, "_readsidecarjsonoutputspec": 16, "_run_interfac": 61, "_seg": 38, "_t2starw": 61, "_test": 50, "_tran": [21, 25, 37], "_tse": 61, "a2": 36, "a2009": [31, 38], "a_desc": 16, "a_t1w": 16, "a_temp_fil": 16, "abbr": 27, "abil": [31, 36], "about": 61, "abov": [3, 19, 22, 60, 63], "absolut": [16, 27, 30, 61], "abstract": 35, "abstractcontextmanag": 8, "accept": [2, 3, 24, 47, 51, 61], "access": [8, 61, 62], "accident": 61, "accommod": 14, "accord": [18, 19, 40], "account": 61, "accur": [30, 37], "ack": 56, "acompcor": [31, 32, 36, 56], "acompcorrpt": [0, 36], "acquir": 60, "acquisit": [16, 62], "acr": 61, "across": [11, 24, 38, 40, 44, 50, 54, 56, 61], "act": 42, "action": [23, 51, 61], "activ": 22, "ad": [19, 21, 40, 41, 61], "adap_bary_area": 42, "adapt": 57, "add": [0, 12, 19, 40, 41, 50, 51, 61], "add_suffix": [0, 50], "addhead": 41, "addit": [2, 19, 21, 22, 25, 36, 37, 38, 40, 41, 42, 61, 63], "addition": [4, 19], "additional_metadata": 41, "address": 61, "addtpm": [0, 33, 61], "addtsvhead": [0, 41, 61], "adelavega": 61, "adjac": [21, 37], "adjoin": [19, 41], "adjust": [27, 49], "advant": [30, 37], "ae69b9a": 40, "affin": [2, 3, 4, 14, 16, 21, 23, 24, 27, 37, 38, 40, 49, 60, 61], "affine_toler": [27, 61], "affineiniti": 61, "affmat": 38, "afni": [5, 14, 19, 24, 61, 63], "afni_wf": [0, 5], "afniskullstripworkflow": 5, "after": [2, 3, 14, 16, 19, 22, 24, 25, 27, 31, 36, 37, 38, 39, 40, 42, 49, 61], "after_label": 37, "again": 61, "against": [46, 49], "agent": 61, "aggr": 38, "aggr_denoised_fil": 38, "aggress": 38, "aggresss": 38, "agorithm": 14, "aic": 38, "aid": 61, "al": 19, "alejandro": 61, "algo_dummy_scan": 14, "algorithm": [2, 5, 14, 21, 40, 42, 54, 56, 60], "algorithmsurfaceapplyaffin": 40, "alia": [16, 23, 40, 41], "alias": 61, "align": [2, 3, 4, 16, 21, 22, 24, 37, 40, 42, 60, 61], "all": [2, 4, 11, 12, 19, 21, 22, 24, 25, 27, 31, 32, 36, 37, 38, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 56, 57, 60, 61, 63], "all_bold_fil": 14, "allow": [2, 16, 21, 22, 27, 31, 37, 42, 61], "allow_4d": 27, "allowed_ent": [16, 61], "almost": 49, "along": [4, 24, 27, 37, 42, 57, 61], "alongsid": 16, "alreadi": [2, 16, 31, 36, 37, 38, 40, 51], "also": [2, 22, 36, 40, 42, 44, 60, 61], "alter": 46, "altern": [2, 24, 38, 61], "although": [3, 40], "alwai": [35, 44, 49], "ambigu": 3, "ammen": 40, "among": 32, "amongst": 61, "amount": [11, 42], "an": [2, 11, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 44, 49, 54, 56, 60, 61, 62, 63], "analysi": 62, "analyz": [22, 37], "anat": [0, 16, 22, 46, 51, 62], "anat_deriv": 61, "anat_list": 24, "anat_nii": 57, "anat_onli": 16, "anat_typ": 24, "anat_valid_list": 24, "anatom": [2, 3, 22, 24, 36, 40, 42, 56, 57, 61], "anatomi": 2, "anatomical_imag": 36, "anatomicalstructureprimari": 40, "anatomicalstructuresecondari": 40, "anfi": 5, "angl": 37, "angle_rep": 37, "anglerep": 37, "angular": 37, "ani": [8, 11, 16, 19, 22, 23, 24, 27, 30, 31, 36, 37, 39, 40, 41, 42, 49, 50, 51, 54, 56, 60, 61], "anim": [57, 61], "annex": 61, "anniversari": 61, "annot": [31, 38], "anoth": [27, 29], "ant": [0, 1, 14, 21, 22, 30, 36, 37, 61, 63], "anterior": 24, "ants_seg": 22, "antsapplytransform": [21, 30, 37], "antsapplytransformsrpt": [0, 37, 61], "antsapplytransformstopoint": 40, "antsapplytransformtopoint": 40, "antsbrainextract": [2, 22, 36, 61], "antsbrainextraction_precis": 8, "antsbrainextraction_test": 8, "antsbrainextractionnolaplacian_precis": 8, "antsbrainextractionnolaplacian_test": 8, "antsregistr": [21, 37], "antsregistrationrpt": [0, 37, 61], "antswarp": [21, 25, 37], "anyth": 44, "ap": 16, "ap_run": 16, "apach": 61, "aparc": [22, 31, 37, 38], "aparc_a2009s_stat": [31, 38], "aparc_aseg": [31, 38], "aparc_stat": [31, 38], "api": [61, 62], "app": [44, 61], "append": [0, 14, 21, 25, 37, 51], "appli": [2, 3, 5, 14, 21, 22, 24, 25, 27, 30, 33, 36, 37, 40, 41, 42, 54, 56, 60, 61], "applic": [14, 62], "apply_isoxfm": 37, "apply_xfm": 37, "applyisoxfm": 37, "applymask": [0, 27, 61], "applytopup": 37, "applytopuprpt": [0, 37], "applytransform": [21, 61], "applyxfm": [37, 61], "applyxfmrpt": [0, 37, 61], "approach": [11, 38], "approxim": [38, 42], "april": 62, "ar": [2, 4, 8, 11, 14, 16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 44, 47, 48, 49, 50, 51, 54, 56, 57, 60, 61, 63], "arang": 41, "arbitrari": [23, 61], "archiv": 61, "area": [31, 38, 42], "area_metr": 42, "area_pi": [31, 38], "area_surf": 42, "aren": 42, "arg": [7, 16, 21, 22, 25, 31, 36, 37, 38, 40, 42], "argument": [14, 21, 22, 23, 25, 32, 36, 37, 38, 40, 42, 46, 56, 57, 61], "aris": 61, "aroma": [57, 61], "around": [2, 61], "arrai": [11, 24, 26, 27, 46, 54, 56], "arrayproxi": 49, "art": 62, "artifact": 19, "artifici": [30, 37], "as_path": [0, 8], "ascend": 24, "asciii": 37, "aseg": [22, 31, 37, 38], "aseg_stat": [31, 38], "asl": [16, 51, 61], "aslprep": 61, "assess": [3, 10, 56], "assign": 41, "associ": [31, 38], "assort": 61, "assum": [2, 14, 22, 38, 61], "astyp": 41, "asym": [37, 61], "asym_se_tim": 37, "asymmetr": 37, "atla": [2, 31, 38, 61], "atom": 19, "atropo": [2, 36], "atropos_model": 2, "atropos_refin": 2, "atropos_use_random_se": 2, "atropos_wf": 2, "attempt": [22, 28, 36, 37, 38, 61], "attr": 61, "attribut": [11, 40, 51, 61], "attributeerror": 16, "audloc_echo": 46, "augment": 19, "august": 62, "auto": [22, 28, 36, 37, 38, 57], "auto_bold_nss": 60, "auto_detect_sensit": 22, "auto_sen": 22, "autom": [31, 38, 54, 56, 57], "automat": [2, 16, 31, 36, 38], "autorecon": 38, "autorecon1": 38, "autorecon2": 38, "autorecon3": 38, "avail": [2, 8, 14, 24, 31, 61, 63], "averag": [2, 14, 17, 22, 24, 31, 36, 38, 41, 42, 60], "average_metr": 22, "avg_curv": [31, 38], "avoid": [19, 22, 49, 61], "ax": [22, 37, 40, 49, 56, 61], "axi": [24, 27, 37, 57, 61], "axial": 57, "b": [2, 16, 19, 21, 36, 38, 41, 49, 56, 60], "b0": [22, 37], "b1": 5, "b418733": 61, "b_t1w": 16, "ba_stat": [31, 38], "back": 40, "background": [24, 37, 38, 57], "background_fil": 36, "backport": 61, "backward": [19, 61], "bad": [42, 49, 51], "bad_vertex_roi_fil": 42, "bad_vertices_fil": 42, "bad_vertices_out": 42, "ball": [26, 27], "ball_siz": 22, "band": [14, 61], "banner": 61, "bar": 56, "barycentr": 42, "base": [0, 2, 3, 5, 11, 12, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 44, 46, 51, 56, 57, 61, 63], "base_dir": 12, "base_directori": 16, "base_template_id": 38, "base_timepoint_id": 38, "baseinterfac": [30, 41], "basenam": 16, "basi": [21, 31, 36, 37], "basic": [24, 44], "basil": 61, "batteri": 49, "bbox_nii": 57, "bbr": [3, 37], "bbreg_wf": 3, "bbregist": [3, 22, 37], "bbregisterrpt": [0, 22, 37, 61], "bbrslope": 37, "bbrtype": 37, "becaus": [42, 47, 60, 61], "becom": [56, 61], "been": [2, 11, 14, 21, 24, 38, 42, 44, 56], "befor": [2, 3, 21, 22, 24, 27, 36, 37, 38, 41, 61], "before_label": 37, "begin": [14, 21, 32, 37, 40, 56, 60], "beh_echo": 46, "beh_run": 46, "behav": 57, "behavior": [40, 42, 61], "being": [8, 11, 61, 62], "below": [3, 22, 24, 61], "best": [22, 23, 24, 37], "bet": [14, 36, 38, 61], "bet2": 36, "beta": 61, "betrpt": [0, 36, 61], "betsurf": 36, "better": [60, 61], "between": [3, 27, 31, 36, 46, 54, 56], "bewar": 61, "beyond": 17, "bf": [22, 37], "bg_imag": 38, "bg_svg": 57, "bg_threshold": 38, "bgimag": 38, "bgthreshold": 38, "bgvalu": 37, "bia": [2, 5, 14, 21, 36, 38, 61], "bias_correct": [2, 5], "bias_corrected_fil": 14, "bias_field": 38, "bias_imag": [2, 5, 21], "bias_it": 38, "bias_lowpass": 38, "bic": 38, "bid": [0, 2, 15, 22, 40, 44, 45, 47, 52, 61], "bids_collect_data": [16, 22], "bids_config": 52, "bids_dir": [16, 46], "bids_filt": 46, "bids_info": 16, "bids_root": 46, "bids_src": 16, "bids_suffix": 2, "bids_valid": [16, 22, 46], "bidsdatagrabb": [0, 16], "bidserror": [0, 46], "bidsfil": 44, "bidsfreesurferdir": [0, 16, 61], "bidsinfo": [0, 16, 61], "bidslayout": [44, 46, 61], "bidsroot": 16, "bidswarn": [0, 46], "big_ventricl": 38, "bigventricl": 38, "bin": [21, 37], "binar": [0, 2, 27, 33, 61], "binari": [14, 22, 26, 27, 28, 30, 33, 36, 38, 42, 63], "binarydil": [0, 26, 27], "binarysubtract": [0, 26], "bl": 44, "black": 61, "blackman": 37, "blah": 51, "blob": [22, 40, 57], "block": 49, "blur": 37, "bob": 56, "bodi": [37, 60], "boilerpl": 12, "bold": [0, 7, 14, 15, 16, 18, 22, 37, 38, 42, 46, 60, 61], "bold_fil": [14, 18], "bold_mask": 14, "bold_refer": 61, "bold_reference_wf": [14, 61], "bold_sess": 46, "boldref": [0, 6, 8, 14, 30, 37, 61], "bool": [2, 3, 5, 11, 14, 19, 22, 30, 37, 46, 50, 51, 54, 56, 57, 60, 61], "bool_": 61, "boolean": [3, 11, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 36, 37, 38, 40, 41, 42], "border": [30, 37], "both": [19, 24, 31, 38, 42], "bound": [3, 22, 24, 27, 37, 42, 56, 61], "boundari": [3, 4, 14, 37, 61], "box": [27, 42, 61], "bpinsard": 61, "brain": [2, 5, 14, 22, 27, 28, 31, 36, 38, 40, 57, 61, 62], "brain_extraction_wf": 2, "brain_probability_mask": 36, "brain_templ": 36, "brainextract": 36, "brainextractionbrain": 36, "brainextractioncsf": 36, "brainextractiongm": 36, "brainextractioninitialaffin": 36, "brainextractioninitialaffinefix": 36, "brainextractioninitialaffinemov": 36, "brainextractionlaplacian": 36, "brainextractionmask": 36, "brainextractionprior0genericaffin": 36, "brainextractionprior1inversewarp": 36, "brainextractionprior1warp": 36, "brainextractionpriorwarp": 36, "brainextractionrpt": [0, 36], "brainextractionsegment": 36, "brainextractiontemplatelaplacian": 36, "brainextractiontmp": 36, "brainextractionwm": 36, "brainmask": [14, 31, 38, 61], "brainmask_thresh": 14, "brainstem": [2, 38], "branch": 61, "break": [19, 61], "bring": 61, "brodmann": [31, 38], "broke": 61, "broken": 61, "brute": [22, 37], "brute_force_limit": [22, 37], "brute_force_sampl": [22, 37], "bsd": 61, "bspline": [21, 25, 37], "bspline_fitting_dist": [2, 21], "bspline_ord": 21, "bsplineexponenti": [21, 37], "bsplinesyn": [21, 37], "bug": [22, 42, 61], "bugfix": 61, "build": [2, 3, 4, 7, 12, 14, 51, 60, 61, 63], "build_path": 61, "buildabl": 61, "builder": 44, "buildtemplateparallel": [2, 36], "built": [14, 61], "bump": 61, "buserror": [49, 61], "bw": 22, "bypass": 61, "byte": [21, 22, 25, 36, 37, 38, 40, 42], "c": [19, 36, 41, 63], "c3d": 63, "c7ba": [30, 37], "cach": [0, 8, 11, 16, 51, 61], "cal_max": 61, "calcul": [2, 14, 21, 24, 27, 30, 33, 37, 38, 40, 42, 46, 49, 57, 61], "call": [8, 16, 41, 46, 49, 50, 51, 60, 61], "camel": 41, "can": [2, 5, 11, 14, 21, 27, 30, 36, 37, 38, 44, 52, 56, 60, 61, 63], "candid": 61, "cannot": 50, "capabl": 61, "caption": [44, 61], "captur": 40, "cardin": [37, 49, 61], "caret5": 42, "carpet": [54, 56, 61], "carpetplot": 61, "carri": 61, "case": [2, 8, 22, 37, 41, 42, 46, 49, 60, 61], "cast": [23, 61], "catch": 11, "caus": [3, 42, 60, 61], "cc": [21, 37], "ce": 61, "celebr": 61, "censor": 19, "center": [3, 4, 21, 22, 36, 37, 40, 42], "centr": 36, "centroid": 42, "cerebr": 22, "cerebrospin": 19, "certain": 21, "cfg": 61, "chain": 61, "chang": [16, 22, 24, 27, 37, 38, 49, 61], "channel": 38, "char": 37, "charact": 22, "character": 19, "check": [21, 22, 23, 42, 46, 49, 51, 61, 63], "check_hdr": 16, "check_pipeline_vers": [0, 46], "check_spac": [0, 51], "check_valid_fs_licens": 61, "checker": 61, "checkout": 61, "checkpoint": [0, 51], "choic": 51, "choke": 61, "choos": [3, 42], "chosen": 3, "ci": 61, "cifti": [0, 15, 56, 61], "cifti2": 53, "cifti_surfaces_plot": [0, 56], "ciftinamesourc": [0, 18, 61], "circleci": 61, "citat": 12, "clamp": 37, "class": [0, 2, 11, 12, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 51, 56, 61], "class_label": 24, "classif": 38, "classifi": 57, "classification_overview": 38, "classified_motion_compon": 38, "classmethod": 51, "claus": 61, "clean": [38, 61], "clean_directori": [0, 50], "cleanup": 36, "clear": [3, 50, 61], "cleric": 2, "cli": [0, 62], "client": 61, "clip": [21, 24, 27, 37, 49, 56, 61], "clip_rang": 56, "clobber": 61, "clock": [2, 36], "close": [16, 21, 22, 28, 54, 56, 60, 61], "closest": 42, "cloud": 40, "cluster": [54, 56, 61], "cmap": [54, 56], "cmdline": [0, 22, 42], "coars": 37, "coarse_search": 37, "coarsesearch": 37, "codaci": 61, "code": [2, 3, 4, 5, 14, 16, 23, 27, 49, 60, 61], "codebas": 5, "codespel": 61, "coeffici": 37, "coerc": [16, 24, 61], "coercion": [16, 61], "cohort": [39, 50, 51, 61], "collaps": [21, 37], "collapse_output_transform": [21, 37], "collect": [16, 61], "collect_data": [0, 46, 61], "collect_particip": [0, 46], "collinear": 56, "collis": 41, "color": [36, 56, 57], "colormap": [54, 56], "column": [11, 19, 24, 31, 32, 36, 41, 42, 56, 61], "com": [22, 31, 40, 61], "combin": [2, 3, 11, 18, 21, 22, 23, 27, 29, 37, 38, 39, 51, 61], "combine_ent": [0, 52], "comma": 37, "command": [21, 22, 25, 36, 37, 38, 40, 42, 63], "commandlin": [40, 42], "comment": 61, "commit": [40, 61], "common": [16, 22], "commun": 62, "compar": [3, 46], "compare_xform": [0, 3], "comparison": 42, "compat": [16, 24, 41, 61], "compcor": [31, 36, 56, 61], "compcor_variance_plot": [0, 56], "compcorvarianceplot": [0, 32, 61], "complet": [19, 36, 61], "compliant": 61, "compon": [21, 31, 32, 36, 37, 38, 44, 55, 56, 57, 61], "components_fil": [31, 36], "compos": [21, 37, 57], "compose_view": [0, 57], "composit": [21, 25, 30, 37], "composite_transform": [21, 30, 37], "compositeaffin": [21, 37], "compress": [16, 22, 28, 36, 37, 38, 57, 61], "compress_report": [22, 28, 36, 37, 38], "compromis": 3, "comput": [2, 3, 19, 21, 22, 24, 25, 36, 37, 42, 61], "compute_epi_mask": 28, "computeepimask": [0, 28, 61], "concat": [38, 61], "concat_img": 28, "concaten": [19, 27, 29, 51, 61], "concatenate_xfm": [0, 29], "concatenatelta": 22, "concatenatexfm": [0, 29], "conda": 61, "condit": 61, "conduc": 61, "conf": [22, 37], "conf_fil": 56, "config": [11, 43, 44, 61], "configur": [52, 60, 61], "conform": [0, 16, 22, 24, 31, 37, 38, 40, 61], "conform_refer": [22, 37], "confound": [0, 15, 32, 56, 61], "confoundplot": [0, 56], "confounds_correlation_plot": [0, 56], "confounds_fil": [19, 32, 56], "confoundscorrelationplot": [0, 32, 61], "conftest": [0, 15], "conjug": 37, "connect": [0, 2, 14, 18, 28, 45, 61], "connectom": 40, "consid": [42, 49], "consist": [2, 40, 49, 61], "const": 51, "constant": 21, "constrain": [21, 22, 30, 37, 42, 61], "constraint": 61, "construct": [16, 18, 22, 40, 42, 61], "consum": 11, "consumpt": 2, "contain": [8, 11, 16, 19, 23, 24, 27, 31, 32, 36, 37, 38, 42, 51, 56, 61], "content": [8, 16, 50, 61], "context": [3, 8, 16, 47, 61], "contigu": 19, "contour": [36, 55, 57, 61], "contrast": [14, 22, 27, 28, 37, 38, 60], "contrast_typ": [22, 37], "contribut": 61, "control": [2, 3, 11, 12, 38, 61], "conveni": [50, 61], "convent": 19, "converg": [21, 31, 36, 61], "convergence_threshold": [21, 37], "convergence_window_s": [21, 37], "convers": [38, 61], "convert": [4, 19, 22, 25, 33, 38, 40, 41, 47, 52, 61], "convert3d": 61, "coord": [22, 37], "coordin": [4, 22, 24, 27, 37, 40, 57], "copi": [8, 16, 21, 22, 23, 25, 28, 42, 49, 61], "copy_dtyp": 25, "copy_head": [21, 61], "copyhead": [0, 23, 61], "copyright": 61, "copyxform": [0, 23, 61], "cordon": 61, "core": [0, 2, 11, 43], "coreg": [3, 22, 37, 61], "coregist": [21, 37], "coregistr": [0, 1, 61], "coron": 57, "corpora": 22, "corratio": 37, "correct": [2, 5, 14, 21, 22, 23, 24, 31, 36, 37, 38, 42, 61], "corrected_area": 42, "correctli": [22, 61], "correl": [32, 56, 61], "correspond": [3, 4, 19, 21, 24, 25, 30, 37, 40, 51, 56, 57, 61], "correspondingli": 57, "cortex": [54, 56], "cortexleft": 40, "cortexright": 40, "cortic": [22, 31, 38, 40, 42], "cosin": [31, 36], "cosinewindowedsinc": [21, 25, 37], "cost": [3, 22, 30, 37, 61], "cost_func": 37, "could": 22, "count": [22, 37, 61], "counterpart": 3, "cov_weight": 38, "covari": 38, "covarweight": 38, "cover": 27, "coverag": 61, "covertverbgener": 16, "covertverbgeneration_acq": 16, "covertverbgeneration_bold": 16, "covertverbgeneration_rec": 16, "cp": 38, "cpu": 5, "cras0": [22, 37], "crash": 61, "creat": [2, 5, 8, 16, 19, 22, 30, 36, 37, 49, 52, 61], "create_cfm": [0, 30], "createsurfaceroi": [0, 40], "creation": [11, 47], "criteria": 19, "criterion": [2, 19, 56], "crop": [27, 61], "cross": 61, "csf": [2, 19, 36], "csffraction": 61, "csflabel": 2, "css": 57, "csv": [40, 57], "csvtogifti": [0, 40], "cube": [3, 57], "cubic": 42, "culmin": 61, "current": [11, 21, 37, 42, 46, 51, 61], "current_area": 42, "current_spher": 42, "curv": [31, 38], "curv_pial": [31, 38], "curv_stat": [31, 38], "curvatur": [31, 38], "custom": [16, 46, 61], "custom1": 16, "custom2": 16, "cut": [55, 57, 61], "cutoff": [31, 36, 42, 56], "cuts_from_bbox": [0, 57], "cver": 46, "cwd": [42, 61], "cxx": 40, "cylind": 42, "d": [19, 21, 22, 24, 25, 36, 37, 38, 41, 42], "d4": 19, "d6": 19, "dag": 11, "dai": 61, "danluri": 61, "darker": 38, "dat": 22, "data": [0, 2, 14, 16, 19, 23, 24, 27, 31, 36, 37, 38, 41, 42, 46, 47, 49, 52, 54, 56, 57, 61], "data_deriv": 19, "data_desc": 46, "data_dir": [0, 20], "data_dtyp": 16, "data_exp": 19, "data_join": 41, "data_roi_fil": 42, "databas": 61, "database_path": 61, "datadir": [16, 22, 46], "datafram": 19, "datain": 37, "datalad": 61, "dataobj": [49, 61], "dataset": [2, 3, 16, 27, 31, 36, 56, 57, 60, 61], "dataset_descript": 46, "datatyp": [16, 27, 37, 44, 61], "davhunt": 61, "david": 61, "dcan": 40, "dd1": 19, "dd6": 19, "de": [37, 61], "debian": 63, "debug": [0, 3, 36, 45, 61], "decai": 60, "decemb": 62, "decim": 61, "decis": 61, "declar": 39, "decomposit": [31, 32, 36, 38, 56, 61], "decompress": 16, "deconvolut": 21, "deem": 61, "deep": 22, "default": [2, 3, 5, 11, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 46, 48, 51, 54, 56, 57, 60, 61], "default_resolut": 50, "default_valu": [21, 25, 37], "defin": [2, 11, 21, 27, 30, 35, 36, 37, 49, 51, 56], "definedin": [21, 37], "definit": 44, "defl": 38, "deflat": 38, "deform": [21, 37], "degener": 61, "degre": [3, 22, 24, 31, 36, 37], "delet": [8, 38], "delim_whitespac": 41, "delimit": [41, 57], "delta": 37, "demean": [0, 27, 49, 61], "demeanimag": [0, 27], "demon": [21, 37], "den": [22, 38, 39, 51], "denois": [16, 38], "denoise_typ": 38, "denoised_t1w": 16, "denot": [19, 24, 27, 42], "dens": 56, "densiti": [18, 22, 39, 40, 51, 56, 61], "dep": 61, "depend": [11, 57, 61, 62], "dependabot": 61, "depidx": 11, "deploi": 63, "deploy": 61, "deprec": [22, 30, 37, 61], "deprecationwarn": 61, "depth": [19, 31, 38], "deriv": [5, 11, 16, 19, 22, 31, 36, 38, 61], "derivativesdatasink": [0, 16, 61], "desc": [16, 44, 61], "describ": [21, 38, 40, 60], "descrip": 49, "descript": [44, 61, 63], "descriptor": 61, "design": [19, 38, 42, 46, 51, 62], "desir": [27, 31, 36, 42, 51], "despik": 37, "despike_2dfilt": 37, "despike_threshold": 37, "despikethreshold": 37, "dest": 51, "destin": 61, "destruct": 49, "detail": 61, "detect": [14, 17, 19, 22, 61], "detect_input": [0, 22], "determin": [3, 16, 31, 36, 49, 57, 60], "determinist": 61, "detrend": [31, 36, 54, 56], "develop": [61, 62], "deviat": 3, "devic": 60, "dewhiten": 38, "df": 41, "dhcpasym": 51, "dhcpsym": 51, "dhcpvol": 51, "diagnost": 38, "diamet": 14, "dict": [19, 46, 50, 51, 52, 54, 56, 61], "dictionari": [11, 16, 21, 22, 25, 27, 30, 36, 37, 38, 39, 40, 41, 42, 51, 52, 61], "dictmerg": [0, 41, 61], "did": 61, "didn": 42, "differ": [16, 19, 27, 42, 46, 60, 61, 62], "differenti": 19, "dilat": [14, 26, 27, 28, 42], "dim": [0, 22, 38, 51, 61], "dim_est": 38, "dimens": [21, 22, 24, 25, 27, 30, 36, 37, 38, 51, 61], "dimension": [21, 25, 37, 38, 51, 56], "dimest": 38, "dir": 61, "direct": [3, 37, 38, 60, 61], "directli": [14, 21, 37], "directori": [4, 8, 16, 22, 31, 37, 38, 46, 50, 52, 61], "disabl": [2, 3, 61], "discard": [23, 24, 51], "discret": [27, 49], "discuss": [3, 22, 30, 37, 60], "disk": [21, 37, 61], "dismiss": 61, "dismiss_affin": [37, 57], "dismiss_ent": 16, "displac": [3, 19, 21, 37], "displai": [0, 37, 54, 55, 56, 57, 61], "display_init": 37, "display_object": 57, "displayinit": 37, "distanc": [3, 22, 42], "distil": 40, "distort": [3, 14, 31, 38], "distribut": [11, 14, 16], "distributedpluginbas": [0, 11], "distutil": 61, "dither": [22, 37], "div_id": 57, "divert": 61, "divis": 42, "dmriprep": 61, "do": [4, 8, 16, 22, 37, 38, 42, 49, 61], "doc": 61, "docker": 61, "dockerfil": [61, 63], "dockerignor": 61, "docstr": 56, "doctest": [42, 61], "document": [61, 62], "doe": [22, 42, 46, 51, 61], "dof": [22, 37], "dogherti": 56, "doi": 19, "domain": 38, "don": [22, 28, 36, 37, 38, 40, 42], "done": [22, 47], "dot": 61, "doubl": [21, 22, 25, 37], "doubleprec": 22, "down": 16, "downgrad": 61, "download": 61, "downsampl": [37, 42], "downstream": [22, 61], "downweight": 42, "dpi": 57, "draw": 38, "drawn": 23, "drift": [21, 24, 60], "drift_factor": 60, "drive": [30, 37], "drop": [17, 39, 41, 60, 61], "drop_column": 41, "drop_tr": [32, 54, 56], "ds003_downsampl": 61, "ds030": 61, "ds051": 46, "ds054": [16, 46], "ds114": [16, 22, 46], "dseg_label": [0, 49], "dsink": 16, "dst": 22, "dst1": 22, "dst2": 22, "dt": 22, "dti": [22, 37], "dtk": 61, "dtseri": [18, 56, 61], "dtype": [16, 25, 27, 28, 41, 49, 61], "dual": [46, 61], "dummi": [17, 32, 60, 61], "dummy_scan": 14, "dunder": 61, "duplic": 8, "durat": 8, "dure": [2, 21, 22, 36, 38, 61], "dv": 19, "dvar": [19, 32], "dvars_thresh": 19, "dwell": 37, "dwell_tim": 37, "dwell_to_asym_ratio": 37, "dwelltoasym": 37, "dwi": [0, 16, 51, 60, 61, 62], "dynam": 61, "dynamictraitedspec": 23, "e": [2, 14, 16, 19, 21, 22, 24, 27, 32, 36, 37, 38, 41, 49, 51, 54, 56, 57, 61], "each": [2, 3, 11, 14, 16, 19, 21, 22, 24, 27, 31, 36, 37, 38, 42, 47, 56, 60], "earlier": [21, 37, 61], "eas": 61, "easili": 62, "echo": [14, 37, 46, 47, 50, 60, 61], "echospac": 37, "ed7a8": 61, "edg": [2, 42, 61], "effect": [40, 42], "effici": [8, 24], "effigi": 61, "eg": 36, "eigenmap": 38, "either": [3, 19, 22, 24, 27, 37, 38, 44, 51, 52], "elaps": [21, 30, 37], "elapsed_tim": [21, 30, 37], "element": [0, 2, 11, 14, 27, 40, 44, 61], "els": [44, 49], "elsewher": 14, "empti": 61, "en": 2, "enabl": [2, 3, 16, 21, 22, 24, 35, 37, 38, 61], "enclos": 42, "enclosing_voxel": 42, "encod": 37, "encoding_fil": 37, "encount": [23, 61], "end": [14, 36], "enforc": [37, 41, 61], "enforce_cas": 41, "engin": [0, 62], "enh": 61, "enhanc": [14, 28, 61], "enhance_and_skullstrip_bold_wf": 14, "enhance_t2": 28, "enlarg": 38, "enough": 42, "ensur": [8, 16, 22, 40, 49, 61], "ensure_finit": 28, "enter": [8, 61], "entiti": [16, 40, 52, 61], "entorhin": [31, 38], "entorhinal_exvivo_stat": [31, 38], "entri": [7, 38, 40, 41, 56], "environ": [4, 21, 22, 25, 36, 37, 38, 40, 42, 61, 63], "ep": 38, "epi": [0, 3, 14, 22, 28, 37, 46, 58, 61], "epi2t1w_dof": 3, "epi2t1w_init": 3, "epi_atlasbased_brainmask": 8, "epi_mask": [22, 37], "epi_ref_fil": 60, "epi_reference_wf": 60, "epsilon": [38, 44], "epsit": 22, "epss": 38, "equal": [24, 31, 36, 42, 51, 61], "equi": 57, "equival": [3, 24, 61], "erod": 33, "erode_mm": 33, "erode_prop": 33, "eroded_mask": 33, "error": [11, 31, 36, 38, 51, 61], "est_int_scal": 22, "estim": [2, 19, 21, 22, 24, 36, 37, 38, 42, 60], "estimate_bright": 57, "estimatereferenceimag": 61, "et": 19, "etc": 36, "euler": 37, "ev": 38, "evalu": [41, 44, 54, 56], "even": [19, 37, 61], "event": 41, "everi": [22, 38], "everyth": [22, 38], "everywher": 30, "exact": 14, "exactli": 42, "exampl": [2, 16, 18, 19, 21, 22, 25, 37, 39, 40, 41, 42, 46, 47, 50, 51, 61], "exce": 19, "exceed": [31, 36], "except": [42, 46], "excepthook": 48, "exceptionhook": 48, "excess": [3, 61], "exclud": [22, 24, 42], "exclude_zero": 28, "exclus": [21, 22, 24, 27, 31, 33, 36, 37, 38, 42, 61], "execut": [2, 11, 12, 21, 22, 36, 37, 38, 40, 42, 43, 44, 57, 60], "exist": [2, 4, 8, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 46, 51, 52, 56, 61], "exist_ok": 16, "exit": 8, "expand": [19, 22, 61], "expandmodel": [0, 19, 61], "expans": [19, 22], "expect": 40, "expens": 22, "expert": 38, "explain": [31, 32, 36], "explicit_mask": [30, 37], "explicitli": 22, "expon": 42, "exponenti": [19, 21, 37, 60], "exponential_term": [0, 19], "export": [54, 56], "expos": 61, "express": 19, "extens": [23, 40, 50, 54, 56, 61], "extent": [27, 38], "extern": [40, 61, 62], "extract": [2, 5, 14, 16, 24, 31, 36, 38, 40, 49, 53, 57, 61], "extract_svg": [0, 57], "extract_wm": 61, "extraction_registration_mask": 36, "extran": 61, "extrapol": 37, "extrem": 49, "exvivo": [31, 38], "ey": 36, "f": [19, 22, 29, 36, 37, 38, 42, 55, 61], "f4": 28, "f8": 28, "face": [3, 40], "factor": [21, 24, 38, 60], "factori": 44, "fail": [31, 36, 61], "failur": 61, "failure_mod": [31, 36], "fairli": 21, "fall": 42, "fallback": [3, 30, 50, 61], "fals": [2, 3, 5, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 35, 36, 37, 38, 40, 41, 42, 44, 46, 48, 49, 50, 51, 54, 56, 57, 60, 61], "famili": 61, "fast": [27, 30, 37, 38, 61], "faster": [2, 36, 60, 61], "fastrpt": [0, 38, 61], "fault": [22, 61], "favor": 61, "fd": [19, 32], "fd_thre": 32, "fd_thresh": 19, "feat": 38, "feat_dir": 38, "featur": [12, 24, 61], "feature_scor": 38, "februari": 62, "feed": 36, "fetch": [46, 61], "few": [60, 61], "fg_svg": 57, "field": [2, 5, 14, 16, 21, 22, 23, 27, 36, 37, 38, 41, 49, 61], "field1": 41, "field2": 41, "field3": 41, "fieldmap": [16, 37, 60, 61], "fieldmapmask": 37, "fig": 56, "figur": [44, 50, 54, 56, 57, 61], "figures_desc": 44, "file": [2, 4, 8, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 44, 46, 47, 49, 50, 52, 53, 54, 56, 57, 60, 61, 63], "file1": 47, "file2": 47, "filenam": [18, 21, 22, 28, 30, 31, 35, 36, 37, 38, 40, 42, 44, 47, 50, 52, 61], "filesystem": 8, "fill": [22, 27, 31, 37, 38, 42, 49], "fill_hol": [28, 42], "fill_valu": 27, "filledimagelik": [0, 27, 61], "filter": [16, 24, 31, 32, 36, 37, 38, 46, 51, 61], "final": [2, 14, 18, 19, 21, 22, 27, 30, 31, 36, 37, 44, 46, 61], "find": [2, 22, 24, 57, 61], "fine": 37, "fine_search": 37, "finesearch": 37, "finicki": 49, "finish": 11, "fire": 49, "first": [2, 3, 14, 19, 21, 22, 23, 25, 27, 31, 36, 37, 47, 61], "fischer344": 51, "fit": [21, 37, 40, 60], "fix": [0, 15, 16, 22, 23, 37, 61], "fix_lta_length": [0, 22], "fix_multi_t1w_source_nam": [0, 50], "fixed_hdr": 16, "fixed_imag": [21, 27, 37, 55], "fixed_image_mask": [21, 37], "fixed_label": 55, "fixed_timepoint": 22, "fixheaderapplytransform": [0, 21, 37], "fixheaderregistr": [0, 21, 37], "fixn4biasfieldcorrect": [0, 21], "fixtp": 22, "fixup": 49, "fjt_echo": 46, "flag": [11, 19, 21, 30, 37, 38, 42, 61], "flair": [2, 16, 22, 38], "flair_fil": 38, "flair_list": 22, "flairpial": 38, "flake8": 61, "flatten": [11, 27, 29], "flavor": [30, 37, 61], "flexibl": 61, "flicker": [55, 57], "flip": 40, "flirt": [3, 22, 37, 38, 61], "flirtrpt": [0, 37, 61], "float": [2, 3, 14, 18, 19, 21, 22, 24, 25, 27, 28, 30, 31, 32, 33, 36, 37, 38, 41, 42, 54, 56, 57, 60, 61], "float32": [23, 27, 61], "floattyp": 22, "flowchart": 60, "fluid": 19, "fmap": [16, 44, 46], "fmap_in_fil": 37, "fmap_out_fil": 37, "fmri": [14, 17, 19, 24, 32, 36, 38, 56, 57, 61], "fmriplot": [0, 56, 61], "fmriprep": [10, 14, 22, 31, 44, 46, 51, 56, 61], "fmrisummari": [0, 32, 61], "fmt": 29, "fname": [22, 40, 49, 50], "fname_presuffix": 50, "fnirt": 38, "fnirt_warp_fil": 38, "folder": [3, 16, 42, 46], "follow": [2, 8, 19, 22, 23, 33, 40, 51, 61, 63], "footprint": 26, "forc": [16, 21, 22, 25, 27, 28, 36, 37, 38, 51], "force_doubl": 22, "force_float": 22, "force_sc": 37, "forcesc": 37, "foreground": 57, "fork": 61, "form": [21, 22, 23, 24, 25, 27, 31, 32, 37, 38, 39, 52, 61], "format": [2, 3, 4, 18, 19, 22, 29, 36, 37, 40, 41, 51, 60, 61], "format_refer": [0, 51], "formula": 19, "fortran": 49, "forward": [21, 27, 30, 37], "forward_invert_flag": [21, 30, 37], "forward_transform": [21, 30, 37], "forward_warp": 37, "found": [2, 3, 22, 24, 31, 32, 36, 41, 61, 63], "fourier": 37, "fourier_ord": 37, "fourth": 25, "fov": [22, 27, 36, 37, 61], "fov_mask": 27, "frac": 36, "fraction": [22, 31, 36], "fragment": 44, "frame": [19, 22, 37, 54, 56, 61], "framewis": 19, "franzisku": 61, "frdom": 61, "freedom": [3, 22, 37], "freesurf": [0, 1, 3, 15, 16, 18, 31, 37, 38, 40, 41, 51, 61, 63], "freesurfer2caretconvertandregisternonlinear": 40, "freesurfer_hom": 16, "freesurfersourc": [0, 31], "freez": 51, "frequenc": 38, "frequent": 3, "from": [2, 3, 4, 5, 11, 14, 16, 18, 19, 21, 22, 23, 24, 25, 27, 28, 31, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 49, 53, 56, 57, 60, 61, 63], "from_fil": [16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 39, 40, 41], "from_str": [0, 51], "fsaverag": [16, 40, 41, 51, 61], "fsaverage3": 51, "fsaverage4": 51, "fsaverage5": 51, "fsaverage6": 51, "fsaverage_dens": [0, 40, 51], "fsaverage_legaci": [0, 51], "fsaveragex": 51, "fsdetectinput": [0, 22, 61], "fsfast": 19, "fsinjectbrainextract": [0, 22], "fsl": [3, 14, 19, 22, 24, 36, 37, 38, 40, 41, 57, 63], "fsl6": 61, "fsldof": [22, 37], "fslmat": [22, 37], "fslr": [18, 22, 51, 61], "fslr_bold": 18, "fslr_den": 18, "fsnativ": 51, "fsnative2t1w_xfm": 3, "fsnative_to_t1w_xfm": 4, "fssourc": 61, "ftol": [22, 37], "fugu": 37, "fuguerpt": [0, 37], "full": [22, 37, 38, 44, 51, 61], "full_spec": 51, "fulli": 51, "fullnam": [0, 51], "func": [0, 16, 40, 42, 46, 50, 51, 62], "func_mask": 42, "func_nam": 40, "function": [0, 3, 16, 21, 24, 30, 36, 37, 38, 40, 42, 47, 49, 50, 54, 56, 57, 61, 63], "fusion": 61, "fwhm": [21, 22, 37, 38], "g": [2, 14, 16, 19, 21, 22, 25, 27, 32, 36, 37, 38, 42, 46, 49, 51, 54, 56, 57], "gap": 37, "gauss": 38, "gaussian": [21, 24, 25, 27, 37, 42], "gaussiandisplacementfield": [21, 37], "gbe0e5158": 46, "gc": [21, 37], "gdrive": 61, "gen_report": 14, "gener": [2, 4, 5, 8, 14, 16, 18, 19, 21, 22, 27, 29, 35, 36, 37, 38, 39, 40, 44, 46, 50, 51, 52, 54, 56, 57, 60, 61], "generate_bids_skeleton": [0, 52], "generate_report": [0, 22, 28, 35, 36, 37, 38, 43, 44], "generatecifti": [0, 18, 61], "generatesamplingrefer": [0, 27, 61], "genericlabel": [21, 25, 37], "geometr": [21, 37], "geometrictyp": 40, "get": [11, 23, 36, 42, 44, 49, 51, 61], "get_best_affin": 49, "get_data": 61, "get_fdata": 61, "get_fs_spac": [0, 51], "get_gii_meta": [0, 40], "get_metadata_for_nifti": [0, 46, 61], "get_nonstandard": [0, 51], "get_pars": [0, 7], "get_sform": 49, "get_spac": [0, 51], "get_standard": [0, 51], "get_template_spec": [0, 50], "getter": 61, "gh": 61, "gifti": [4, 18, 36, 37, 38, 40, 61], "gifti_surface_wf": 4, "giftinamesourc": [0, 40, 61], "giftisetanatomicalstructur": [0, 40], "giftitocsv": [0, 40], "gii": [40, 42, 50], "gii_fil": 40, "git": 61, "github": [3, 22, 31, 40, 61], "gitignor": 61, "give": 61, "given": [2, 3, 16, 19, 21, 22, 27, 37, 40, 42, 46, 51], "gland": 22, "global": [19, 24, 56, 60, 61], "global_ab": 37, "global_mask": 30, "global_sign": [32, 56], "gm": [2, 22, 36], "gmlabel": 2, "go": 61, "good": [3, 22, 42], "got": 42, "grab": [31, 47], "grabber": 61, "gradient": [36, 42, 61], "grai": [2, 4, 22, 31, 38, 61], "grand": 24, "grand_mean_sc": 24, "graph": [2, 3, 4, 5, 11, 14, 60], "graviti": 36, "graymid": [4, 22, 31, 38, 40], "grayordin": [18, 61], "great": 22, "greater": [19, 24], "greedi": 61, "green": 57, "grei": 36, "grid": [2, 14, 27, 61], "gridspec": 56, "group": [19, 40, 42, 46], "group_echo": 46, "group_multiecho": [0, 46], "grow": 22, "grow_mask": [0, 22], "gs_dist": 56, "gs_t": 56, "gsr": 19, "guarante": 50, "gut": 22, "gz": [8, 16, 22, 36, 38, 42, 46, 47, 50], "gzip": [28, 61], "h": [38, 40, 61], "h3": 44, "ha": [11, 14, 38, 40, 42, 44, 56], "habitu": 63, "had": [14, 42, 60], "half_sourc": 22, "half_source_xfm": 22, "half_targ": 22, "half_targ_xfm": 22, "half_weight": 22, "halfdst": 22, "halfdstlta": 22, "halfmov": 22, "halfmovlta": 22, "halfwai": 22, "halfweight": 22, "hammingwindowedsinc": [21, 25, 37], "han": 37, "hand": 16, "handl": [16, 18, 23, 25, 39, 40, 46, 61, 63], "handler": 48, "happen": 61, "harmon": 5, "harvard": 61, "hash": 11, "hasspec": [0, 51], "have": [2, 3, 14, 19, 21, 22, 24, 30, 36, 40, 42, 51, 56, 60, 61], "hcp": [18, 40, 61], "hdr_file": 23, "head": [22, 24, 31, 36, 38], "header": [0, 3, 14, 15, 16, 19, 21, 22, 24, 28, 31, 36, 37, 38, 41, 49, 61], "header_prefix": [19, 31, 36], "header_sourc": 28, "headmask": 61, "height": 42, "help": [51, 57], "helper": [46, 57, 61], "hemi": [31, 38, 40, 61], "hemispher": [31, 38, 40, 42], "henc": 60, "here": 22, "heurist": 3, "hi": 22, "hide_x": 56, "hierarch": [54, 56, 61], "hierarchi": [4, 5, 54, 56], "high": [3, 22, 31, 36, 56], "high_iter": 22, "high_pass_cutoff": [31, 36], "high_variance_mask": [31, 36], "higher": [22, 23], "highest": [22, 31, 32, 36], "highit": 22, "highres001_": 36, "hippocamp": 38, "hippocampal_subfields_t1": 38, "hippocampal_subfields_t2": 38, "hire": [22, 38], "hires_en": 22, "histogram": [14, 21, 37], "histogram_sharpen": 21, "histori": 61, "hmc": [14, 24], "hole": [22, 42], "hook": 61, "hot": 61, "hotfix": 61, "housekeep": 61, "how": [42, 52, 61, 63], "howev": [2, 36, 56, 61], "hstack": 41, "html": [2, 14, 23, 44, 60, 61], "http": [2, 22, 30, 31, 37, 40, 42, 46, 61, 62], "human": [24, 40], "humanconnectom": 42, "hungri": 2, "hunt": 61, "hxy": [22, 37], "hxz": [22, 37], "hyper": 38, "hyz": [22, 37], "i": [2, 3, 8, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 30, 31, 36, 37, 38, 40, 41, 42, 44, 46, 47, 49, 50, 51, 54, 56, 57, 60, 61, 62, 63], "i2": 28, "i4": 28, "ic": 38, "ica": [38, 57, 61], "ica_aroma": 38, "ica_aroma_reportlet": 38, "ica_aromarpt": [0, 38], "icbm152": 61, "icorr": 37, "icorr_onli": 37, "icorronli": 37, "id": [3, 4, 22, 37, 38, 40, 46], "idea": 49, "ident": [16, 21, 22, 24, 25, 37, 40, 61], "identifi": [11, 17, 18, 38, 39, 40, 46, 51], "ignor": [31, 32, 36, 37, 42, 56], "ignore_except": 31, "ignore_initial_volum": [31, 32, 36, 56, 61], "imag": [0, 2, 3, 4, 5, 14, 15, 16, 17, 18, 21, 22, 23, 25, 27, 28, 30, 31, 33, 36, 37, 38, 40, 45, 54, 56, 57, 60, 61, 62], "image_binary_dil": [0, 26], "image_nii": 57, "image_suffix": 36, "imagein": [21, 37], "imain": 37, "img": [24, 27, 44, 49], "img_typ": 38, "immedi": 42, "implement": [2, 3, 11, 19, 23, 24, 42, 61], "impli": [22, 36, 37], "implicit": [22, 61], "import": [16, 40, 42, 47, 49, 60, 61, 63], "importlib": 61, "improv": [36, 56, 61], "in_anat": 22, "in_ant": 22, "in_aseg": 22, "in_bas": 26, "in_brain": 22, "in_cifti": 56, "in_correct": 2, "in_dict": 41, "in_fil": [2, 3, 5, 14, 16, 17, 19, 22, 23, 24, 25, 27, 28, 29, 30, 33, 36, 37, 38, 40, 41, 42, 46, 47, 49, 50, 57, 60], "in_fsl": 22, "in_func": 32, "in_index": 37, "in_intensity_scal": 22, "in_itk": 22, "in_lta": 22, "in_lta1": 22, "in_lta2": 22, "in_mask": [2, 24, 26, 27, 33, 36, 49], "in_matrix_fil": 37, "in_mni": 22, "in_niftyreg": 22, "in_refer": 25, "in_reg": 22, "in_roi": 36, "in_seg": 49, "in_segm": [32, 61], "in_segmentation_model": 2, "in_sourc": 25, "in_spikes_bg": 32, "in_subtract": 26, "in_t1w": 4, "in_templ": [2, 50], "in_topup_fieldcoef": 37, "in_topup_movpar": 37, "in_tpm": 33, "in_tupl": [39, 51], "in_weight": 37, "in_xfm": 29, "in_xfm_fil": 22, "includ": [5, 8, 16, 19, 22, 31, 32, 36, 40, 42, 56, 61], "inclus": [27, 56], "incorpor": 61, "increas": [2, 42, 60, 61], "incub": 61, "indent": 61, "index": [0, 22, 31, 36, 37, 41, 44, 51, 54, 56, 57, 61], "index_col": 41, "index_column": 41, "index_db": 16, "indic": [3, 14, 19, 21, 24, 33, 37, 60, 61], "indicatewheth": [21, 37], "individu": [2, 14, 31, 36, 38, 42, 51, 60], "inequ": 51, "infant": 61, "infer": [21, 25, 37, 38], "inferior": 24, "inflat": [4, 31, 38, 56], "inflate1": 38, "inform": [0, 3, 14, 24, 38, 42, 61], "infrastructur": 61, "infsl": 22, "inhomogen": 5, "inindex": 37, "init": [3, 22, 37], "init_atropos_wf": [0, 2], "init_bbreg_wf": [0, 3, 61], "init_bold_reference_wf": [0, 14, 61], "init_brain_extraction_wf": [0, 2], "init_cost_fil": [22, 37], "init_enhance_and_skullstrip_bold_wf": [0, 14], "init_enhance_and_skullstrip_wf": 14, "init_epi_reference_wf": [0, 60], "init_fsl_bbr_wf": 3, "init_gifti_surface_wf": [0, 4, 61], "init_layout": [0, 44], "init_n4_only_wf": [0, 2], "init_ori": 22, "init_reg_fil": [22, 37], "init_seg_smooth": 38, "init_skullstrip_bold_wf": [0, 14], "init_transform": 38, "initcost": [22, 37], "initi": [2, 3, 14, 17, 21, 22, 30, 37, 38, 42, 46, 60, 61], "initial_moving_transform": [21, 30, 37], "initial_moving_transform_com": [21, 37], "initial_rot": [22, 37], "initial_scal": [22, 37], "initial_shear": [22, 37], "initial_timepoint": 22, "initial_transform": 22, "initial_transl": [22, 37], "initialis": 38, "initialize_transforms_per_stag": [21, 37], "initk": 22, "initori": 22, "inittp": 22, "inject_skullstrip": [0, 22], "inlin": [47, 61], "inlta": 22, "inmni": 22, "inner": 42, "inner_surfac": 42, "inniftyreg": 22, "input": [2, 3, 4, 5, 11, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 46, 49, 51, 57, 60, 61, 62], "input_imag": [21, 25, 37], "input_image_typ": [21, 25, 37], "input_spec": [0, 35, 41], "inreg": 22, "insert": [0, 46, 51], "insid": 42, "inskul": 36, "inskull_mask_fil": 36, "inskull_mesh_fil": 36, "inspect": 61, "inspir": [2, 22, 47], "instal": [16, 22, 28, 36, 37, 38, 57, 61, 62], "instanc": [11, 19, 42], "instant": 60, "instanti": [23, 44], "instead": [14, 21, 22, 25, 37, 41, 42, 54, 56, 61], "instruct": [11, 19], "int": [2, 5, 11, 14, 19, 22, 26, 37, 38, 41, 46, 50, 51, 56, 60], "int16": 27, "integ": [16, 17, 19, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 36, 37, 38, 42, 61], "integr": 61, "intend": [14, 16, 24, 40, 42, 49], "intens": [2, 5, 21, 22, 27, 31, 36, 37, 38, 54, 56, 57], "intensity_sc": 22, "intensityclip": [0, 27, 61], "interact": 48, "intercept": 61, "interest": [27, 60], "interfac": [8, 11, 14, 61, 62], "interfaceresult": 42, "intermedi": [22, 37], "intermediate_fil": [22, 37], "intern": [14, 21, 37, 38, 61], "interp": 37, "interpol": [21, 24, 25, 27, 37, 42, 61], "interpolation_paramet": [21, 25, 37], "interpret": [2, 49, 61, 63], "intersect": [14, 31, 36, 42], "intramodalmerg": [0, 24, 61], "introduc": 61, "inu": [2, 5, 14, 22, 61], "invalid": [11, 22, 41, 51], "invalid_transform": 22, "invers": [21, 22, 29, 30, 37, 61], "inverse_composite_transform": [21, 30, 37], "inverse_warped_imag": [21, 30, 37], "invert": [22, 27], "invert1": 22, "invert2": 22, "invert_1": 22, "invert_2": 22, "invert_initial_moving_transform": [21, 37], "invert_out": 22, "invert_transform_flag": [21, 25, 37], "invertout": 22, "invoc": [47, 61], "invok": 48, "involv": [40, 61], "inweight": 37, "io": 2, "ipython": 48, "is_cach": [0, 51], "is_empti": [0, 44], "is_interact": [0, 48], "is_outli": 61, "isc001": 61, "iscal": 22, "iscalein": 22, "iscaleout": 22, "isinst": 46, "island": 42, "isnest": 44, "iso1": 51, "isotrop": 37, "issu": [3, 22, 31, 61], "item": [16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 50], "iter": [14, 21, 22, 27, 36, 37, 38], "iteration_thresh": 22, "iterdir": 61, "iters_afterbia": 38, "itk": [0, 3, 15, 21, 22, 29, 30, 36, 37], "itk_epi_to_t1w": 3, "itk_lp": 40, "itk_t1w_to_epi": 3, "itkidentitytransform": 8, "itktransform": 25, "its": 2, "itself": 61, "ixform": 22, "j": [19, 61], "jac": 37, "jacobian": 37, "jacobian_whit": [31, 38], "januari": 62, "jd": 19, "jdkent": 61, "job": [11, 61], "join": [38, 41], "join_fil": 41, "joint": 61, "jointsvcolumn": [0, 41, 61], "jonathan": [54, 56], "json": [8, 16, 18, 41, 46, 52, 61], "jul": [54, 56], "juli": 62, "june": 62, "junit_famili": 61, "jupyt": [55, 61], "just": [11, 22, 44, 50, 60], "justifi": 61, "k": [2, 36, 37, 41], "keep": [27, 36, 61], "keep_n": 27, "keep_temporary_fil": 36, "keepend": 22, "kei": [16, 19, 21, 22, 25, 27, 30, 36, 37, 38, 39, 40, 41, 42, 44, 51], "kent": 61, "kernel": [33, 42], "keyerror": 16, "keyselect": [0, 41, 61], "keyword": [40, 56, 61], "kind": [42, 54, 56], "known": [54, 56, 60], "kwarg": [16, 21, 22, 28, 31, 35, 36, 37, 38, 49, 56], "l": [18, 38, 40], "l147": 40, "l1660": 22, "l73": 40, "l91": 40, "la": [30, 37, 61], "label": [18, 24, 27, 31, 38, 42, 49, 54, 56, 57, 61], "label_fil": 24, "labeldiff": 37, "lag": 19, "lambda": 44, "lanczo": 61, "lanczoswindowedsinc": [21, 25, 37], "land": 42, "languag": 51, "lap": 38, "laplacian": 2, "larg": [42, 61], "larger": 42, "largest": [42, 56], "last": [16, 21, 24, 25, 27, 37, 41, 46, 50, 51, 61], "later": 41, "latest": [2, 14, 61], "layout": [0, 16, 44, 46], "ldt_echo": 46, "lea": 61, "lead": 22, "learn": 61, "least": [21, 22, 31, 36, 37, 60], "least_squar": 22, "leastsq": 37, "leastsquar": 22, "left": [14, 16, 24, 41, 54, 56], "legaci": [42, 51], "legacy_bug": 42, "legacy_cutoff": 42, "legacynam": [0, 51], "legend": [54, 56, 61], "len": [22, 44, 46, 61], "length": [18, 22, 24, 56, 61], "lesion": [30, 37], "lesion_mask": [30, 37], "less": [22, 40], "let": 61, "letter": 27, "level": [8, 32, 36, 41, 56, 61], "lh": [4, 22, 31, 38, 40, 42], "li": 42, "librari": 62, "licens": [61, 63], "liem": 61, "lightweight": 11, "like": [8, 16, 42, 46], "likelihood": 22, "lim": [22, 37], "limit": [2, 3, 14, 21, 22, 30, 36, 37, 61], "line": [16, 21, 22, 25, 36, 37, 38, 40, 42, 61, 63], "linear": [21, 22, 25, 29, 37, 38, 42, 61], "linearli": 42, "link": 61, "linkag": [54, 56], "linmintol": [22, 37], "linspac": 61, "list": [2, 3, 4, 11, 14, 16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 43, 44, 46, 47, 51, 54, 56, 57, 60, 61], "listifi": [0, 47], "literateworkflow": [0, 12, 61], "load": [0, 8, 37, 40, 49, 61], "load_transform": [0, 40], "loader": 61, "loadfmap": 37, "loadshift": 37, "local": 16, "local_ab": 37, "local_copi": 22, "localgi": 38, "locat": [19, 42, 44, 54, 56], "log": [11, 25, 37, 38, 61], "log_cmdlin": 25, "log_pow": 38, "logic": [23, 33], "logpow": 38, "long": [22, 31, 36, 38, 61], "long_path_transform": 22, "longitudin": 38, "longitudinal_template_id": 38, "longitudinal_timepoint_id": 38, "longstand": 61, "loop": 38, "loos": 14, "loosen": 61, "lost": [22, 49], "low": [21, 24, 37, 61], "lower": [14, 21, 27, 37, 56, 61], "lower_cutoff": 28, "lpba40": [2, 36], "lpi": 27, "lr": 40, "lsr": 37, "lstrip": 61, "lt": 61, "lta": [3, 4, 22, 29, 37, 40, 60, 61], "lta1": 22, "lta2": 22, "lta_convert": 22, "lta_fil": 22, "lta_list": 3, "lta_output": [0, 22], "ltaconvert": 22, "ltavox2vox": 22, "m": [36, 38, 55, 63], "machinegame_run": 46, "made": 22, "madeoutuuid": 44, "madeupfield": 16, "magnet": [2, 62], "magnitud": [32, 56, 61], "mai": [2, 8, 14, 38, 40, 42, 49, 57, 60, 62], "main": [0, 7, 16, 38, 56], "maint": 61, "maintain": 44, "mainten": 61, "major": 61, "make": [40, 42, 49, 50, 60, 61, 63], "makemidthick": [0, 22], "manag": [8, 51, 61], "mandatori": [16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42], "mani": [24, 42, 56], "manifest": 61, "manifold": 51, "manipul": [19, 49, 61], "manual": [22, 57], "manual_seg": 38, "manufactur": [16, 46], "map": [2, 16, 21, 22, 24, 25, 27, 31, 33, 36, 37, 38, 40, 42, 51, 54, 56, 60], "maplabel": [0, 27], "mappings_fil": 27, "march": 62, "mark": 24, "mask": [0, 2, 5, 7, 14, 19, 21, 22, 24, 26, 27, 28, 30, 31, 33, 34, 37, 38, 40, 42, 49, 57, 61], "mask_color": 36, "mask_erode_mm": 33, "mask_erode_prop": 33, "mask_fil": [14, 28, 30, 31, 36, 37], "mask_imag": 21, "mask_index": [31, 36], "mask_nam": [31, 36], "mask_nii": 57, "mask_sourc": 22, "mask_target": 22, "maskdst": 22, "maskepi": [0, 28], "maskmov": 22, "mass": [31, 38], "massag": 2, "master": [22, 61], "mat": [25, 38, 40], "mat_fil": 38, "match": [16, 21, 30, 37, 40, 49, 61], "matchhead": [0, 23, 61], "mathemat": [14, 26, 61], "matplotlib": [54, 56, 57, 61], "matric": [24, 38, 61], "matrix": [3, 11, 19, 22, 23, 37, 38], "matt": [21, 37], "matter": [2, 4, 19, 21, 22, 31, 36, 37, 38], "max": [21, 22], "max_32bit": 23, "max_axi": 57, "max_dim": [32, 56], "max_it": [22, 37], "max_iter": 22, "max_restart": 38, "max_scal": 24, "maxim": 22, "maximum": [2, 3, 11, 14, 22, 24, 32, 37, 38, 54, 56, 57, 60], "maxit": [22, 38], "maxrestart": 38, "mb": 16, "mb_acq": 16, "mc": 38, "mc_method": 24, "mcflirt": [24, 25], "mcflirt2itk": [0, 25, 61], "mdl": 38, "mean": [2, 19, 22, 24, 31, 38], "meansquar": [21, 37], "meant": 47, "measur": [37, 61], "medial": 22, "medial_wall_to_nan": [0, 22], "medialnan": [0, 22, 61], "median": [22, 27, 37], "median_2dfilt": 37, "meldir": 38, "melod": [38, 57, 61], "melodic_dir": [38, 57], "melodic_ic_mni": 38, "melodic_reportlet": [38, 57], "melodicrpt": [0, 38], "mem": 38, "mem_gb": [2, 11], "member": 11, "memori": [2, 11, 24, 27, 49, 61], "memory_consuming_nod": 11, "merg": [0, 14, 24, 27, 28, 31, 36, 41, 61], "merge_index": [31, 36], "merge_method": [31, 36], "mergeroi": [0, 27], "mergeseri": [0, 27, 61], "mesh": [2, 31, 36, 38, 40, 42, 56], "meshfil": 36, "messag": [38, 46], "meta": 16, "meta_dict": 16, "metadata": [16, 18, 31, 32, 36, 40, 41, 46, 56, 61], "metadata_fil": [31, 32, 36, 56], "metadata_sourc": [32, 56], "metavar": 51, "method": [0, 8, 19, 31, 36, 37, 42, 44, 49, 61], "metric": [2, 21, 30, 36, 37, 42], "metric_fil": 42, "metric_item_trait": [21, 37], "metric_mask": 42, "metric_stage_trait": [21, 37], "metric_valu": [21, 30, 37], "metric_weight": [21, 37], "metric_weight_item_trait": [21, 37], "metric_weight_stage_trait": [21, 37], "metricdil": [0, 42], "metricfillhol": [0, 42], "metricmask": [0, 42], "metricremoveisland": [0, 42], "metricresampl": [0, 42], "mgh": 38, "mghimag": 61, "mgxd": 61, "mgz": [3, 22, 37, 61], "mi": [21, 37], "mid": [22, 37], "middl": [22, 37], "midpoint": [3, 42], "midthick": [4, 22, 31, 38, 40, 42, 56], "might": 60, "migp": 38, "migp_factor": 38, "migp_shuffl": 38, "migpn": 38, "migrat": 61, "min": 21, "min_cost_fil": [22, 37], "min_sampl": 37, "mindboggl": 22, "miniconda": 61, "minim": 62, "minimum": [16, 19, 22, 24, 31, 36, 37, 38, 61], "minimum_contigu": 19, "minimum_fs_vers": [16, 61], "minor": 61, "minsampl": 37, "misc": [0, 45], "miscellan": [50, 61], "miss": [16, 22, 51, 61], "missing_ok": 61, "mix": [38, 60, 61], "mixel_smooth": 38, "mixeltyp": 38, "mixin": [22, 35, 61], "mixtur": 38, "mkazhdan": 40, "mkdir": 16, "mkdtemp": 16, "mm": [2, 3, 16, 21, 22, 33, 37, 38, 42], "mm_thresh": 38, "mmap": [49, 61], "mmthresh": 38, "mni": [14, 22, 27, 30, 41, 61], "mni152": [38, 61], "mni152lin": [41, 51], "mni152lin_r": 51, "mni152nlin2009aasym": 51, "mni152nlin2009asym": 51, "mni152nlin2009basym": 51, "mni152nlin2009bsym": 51, "mni152nlin2009casym": [30, 37, 44, 50, 51], "mni152nlin2009csym": 51, "mni152nlin6asym": [16, 18, 41, 44, 51], "mni152nlin6asym_desc": 16, "mni152nlin6asym_r": 16, "mni152nlin6sym": 51, "mni305": 51, "mni_icbm152_nlin_asym_09c": 61, "mni_registration_fast_000": 8, "mni_registration_precise_000": 8, "mni_registration_precise_001": 8, "mni_registration_precise_002": 8, "mni_registration_testing_000": 8, "mni_registration_testing_001": 8, "mni_registration_testing_002": 8, "mnicolin27": 51, "mniinfant": [50, 51], "mninlin2009casym": 41, "mnipediatricasym": [39, 51], "mnipediatricasym_cohort": [39, 51], "mnt": 61, "modal": [2, 30, 37, 60, 61], "mode": [14, 37, 38], "model": [2, 19, 38, 42, 60, 61], "model_formula": 19, "modifi": [16, 30, 37, 39, 49, 61], "modul": [0, 1, 6, 10, 13, 15, 34, 43, 45, 54, 59, 61], "moment": 22, "monoton": 37, "more": [2, 3, 11, 22, 31, 36, 42, 51, 56, 61], "morpholog": [22, 27], "morphologi": [0, 14, 15, 61], "morphometr": 61, "mosaic": [57, 61], "most": [2, 16, 36, 41, 42, 46, 50, 51, 61], "mostli": 61, "motion": [14, 19, 24, 38], "motion_outli": 19, "motion_paramet": 38, "motloc_echo": 46, "mousein": 51, "mov": [22, 37], "movabl": 22, "move": [21, 22, 27, 29, 30, 37, 40, 61], "movement": 24, "moving_imag": [21, 27, 30, 37, 55], "moving_image_mask": [21, 37], "moving_label": 55, "moving_mask": [30, 37], "movpar": 37, "mp": 38, "mprage": 38, "mri": [2, 5, 57, 61], "mri_aparc2aseg": 38, "mri_ca_label": 38, "mri_ca_norm": 38, "mri_ca_regist": 38, "mri_concatenate_lta": 22, "mri_coreg": [3, 22, 37, 61], "mri_edit_wm_with_aseg": 38, "mri_em_regist": 38, "mri_fil": 38, "mri_infl": 38, "mri_info": [0, 22], "mri_mask": 38, "mri_norm": 38, "mri_pretess": 38, "mri_remove_neck": 38, "mri_robust_regist": 22, "mri_robust_templ": 22, "mri_robust_template_out": 22, "mri_seg": 38, "mri_segstat": 38, "mri_smooth": 38, "mri_tessel": 38, "mri_watersh": 38, "mricoreg": 37, "mricoregrpt": [0, 22, 37, 61], "mriqc": [56, 61], "mris_anatomical_stat": 38, "mris_ca_label": 38, "mris_expand": 22, "mris_fix_topologi": 38, "mris_infl": [22, 38], "mris_make_surfac": 38, "mris_regist": 38, "mris_smooth": 38, "mris_spher": 38, "mris_surf2vol": 38, "mrisexpand": 22, "mrisp_paint": 38, "mrtrix3": 61, "mtime": [16, 61], "much": 60, "multi": [14, 38, 46, 47, 61], "multi_sourc": 16, "multiapplytransform": [0, 25], "multiecho": 14, "multilabel": [21, 25, 37, 61], "multipl": [8, 14, 16, 21, 27, 31, 36, 37, 40, 50, 61], "multiplex": 46, "multiproc": [11, 61], "multiprocess": 11, "multiprocplugin": [0, 11], "multivers": 61, "mung": 49, "must": [2, 3, 17, 19, 21, 24, 27, 30, 31, 35, 36, 37, 40, 42, 47, 49, 51, 52, 56, 60, 61, 63], "mutabl": 61, "mutual": [21, 22, 24, 27, 31, 33, 36, 37, 38, 42, 61], "mutualinfo": 37, "myelin": 42, "n": [11, 22, 23, 36, 37, 38, 42, 54, 56], "n3": 21, "n4": [2, 5, 14, 36, 61], "n4_nthread": 5, "n4_onli": 61, "n4_only_wf": 2, "n4biasfieldcorrect": [14, 21, 61], "n4corrected0": 36, "n4truncated0": 36, "n_dummi": 17, "n_dummy_scan": 60, "n_iter": 21, "n_proc": 11, "n_volum": 17, "n_volumes_to_discard": 23, "name": [2, 3, 4, 5, 12, 14, 16, 21, 22, 24, 25, 31, 32, 36, 37, 38, 40, 41, 42, 44, 50, 51, 54, 56, 60, 61], "namer": [18, 40], "nan": [22, 31, 36, 61], "narg": 51, "nativ": [4, 16, 27, 39, 40, 61], "nb": 49, "ndarrai": [11, 26, 40], "nearbi": 42, "nearest": [42, 61], "nearestneighbor": [21, 25, 37], "nearestneighbour": 37, "necessari": [8, 16, 19, 24, 31, 32, 36, 61], "necessarili": [3, 24], "neck": 36, "need": [16, 37, 56, 61], "neg": 21, "negative_valu": 21, "neighbor": 42, "nerv": 36, "nest": 41, "net": [30, 37], "networkx": 11, "neurodock": 63, "neuroimag": [16, 19, 46, 54, 56, 61, 63], "neurostar": 46, "new": [16, 18, 21, 22, 24, 27, 30, 40, 49, 62], "new_area": 42, "new_nam": 30, "new_spher": 42, "newlin": 61, "newpath": [22, 24, 27, 40, 49], "next": [2, 22], "nibabel": [0, 15, 49, 61], "nibabi": 61, "nifti": [14, 16, 22, 23, 24, 27, 28, 30, 36, 37, 38, 46, 49, 53, 61], "nifti1imag": 61, "nifti_fnam": 49, "nifti_gz": [36, 37, 38], "nifti_pair": [36, 37, 38], "nifti_pair_gz": [36, 37, 38], "nifti_xform_aligned_anat": 24, "nii": [8, 16, 22, 24, 28, 36, 37, 38, 42, 46, 47, 50, 56], "nii_ones_lik": [0, 49], "nilearn": [0, 15, 24, 36, 56, 57, 61], "nipi": [19, 22, 61], "niprep": [8, 22, 31, 60, 61, 62], "nipyp": [2, 4, 5, 11, 12, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 47, 50, 61, 63], "nireport": 61, "nirod": 61, "nitersmax": [22, 37], "nitransform": [0, 15, 61], "niwflow": 61, "niworkflow": [0, 63], "nki": [2, 51, 61], "nl": 38, "nmt31sym": 51, "no_bet": 38, "no_bia": 38, "no_brute_forc": [22, 37], "no_clamp": 37, "no_coord_dith": [22, 37], "no_cras0": [22, 37], "no_extend": 37, "no_gap_fil": 37, "no_init": 22, "no_intensity_dith": [22, 37], "no_iter": 22, "no_mask": 38, "no_mm": 38, "no_multi": 22, "no_output": 36, "no_pv": 38, "no_resampl": 37, "no_resample_blur": 37, "no_sanit": 28, "no_search": 37, "no_smooth": [22, 37], "noanat": 16, "noanat_task": 16, "nobet": 38, "noclamp": 37, "node": [2, 11, 14, 61], "noextend": 37, "nofil": [22, 37], "noinit": 22, "nois": [16, 31, 36, 57, 61], "noise_components_fil": 57, "noise_t1w": 16, "noit": 22, "nokspac": 37, "nomask": 38, "nomulti": 22, "non": [14, 17, 27, 31, 32, 36, 38, 42, 51, 56, 61], "non_linear": 38, "nonaggr": 38, "nonaggr_denoised_fil": 38, "nonbinari": 27, "none": [2, 3, 4, 7, 11, 12, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 50, 51, 54, 55, 56, 57, 61], "nonlegaci": 51, "nonlinear": [38, 61], "nonneg": [17, 24, 27], "nonposit": [21, 61], "nonstandard": [51, 61], "nonstandard_2d_refer": [0, 51], "nonstandard_refer": [0, 51], "nonsteadi": [17, 60], "nonsteadystatesdetector": [0, 17, 61], "nopv": 38, "noresampblur": 37, "noresampl": 37, "norm": [0, 3, 15, 31, 38, 61], "norm_threshold": 3, "normal": [2, 3, 4, 30, 31, 37, 38, 40, 42, 61], "normalization_qu": 2, "normalize_surf": [0, 40], "normalize_whitespac": 42, "normalize_xform": [0, 24], "normalizemotionparam": [0, 19, 61], "normalizesurf": [0, 40], "normcorr": 37, "normmi": 37, "nosearch": 37, "note": [19, 21, 24, 30, 37, 50, 60], "notebook": [0, 54, 61], "noth": [21, 51], "notic": 61, "novemb": 62, "now": [5, 22, 61], "np": [41, 61], "nsamp": [22, 37], "nsegment": 61, "nskip": [0, 56], "nsurfac": 22, "nu": [31, 38], "nuisanc": 19, "null": [21, 37], "num": 38, "num_compon": [31, 36], "num_ic": 38, "num_thread": [21, 22, 24, 25, 30, 36, 37, 42, 61], "number": [2, 5, 11, 14, 17, 19, 21, 22, 24, 25, 30, 31, 32, 36, 37, 38, 42, 54, 56, 60, 61], "number_class": 38, "number_of_iter": [21, 37], "numberofhistogrambin": 21, "numer": 61, "numpi": [11, 16, 26, 28, 40, 54, 56, 61], "nxn": 11, "nxnxn": 42, "o": [16, 22, 28, 36, 37, 38, 40, 42, 46, 61], "oall": 38, "oasi": 61, "oasis30": [2, 51], "obfusc": 56, "obj": 52, "object": [7, 11, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 44, 49, 51, 52, 56, 57, 61], "observ": 19, "obtain": [2, 14], "octob": 62, "oesteban": 61, "off": [22, 37, 38, 61], "offer": 62, "offici": 2, "offset": [21, 27, 40, 49], "old": [42, 62], "omat": 37, "omean": 38, "omiss": 61, "omit": [21, 37], "omp_nthread": [2, 3, 14, 60], "onavg": 51, "onc": [11, 44, 61], "one": [14, 16, 21, 24, 27, 31, 36, 37, 38, 40, 42, 46, 51, 56, 57, 61], "onli": [2, 16, 19, 21, 22, 27, 29, 31, 36, 37, 38, 42, 47, 49, 51, 56, 60, 61], "only_mask": [27, 49], "onto": [42, 56], "oob": [22, 37], "oorig": 38, "opca": 38, "open": [3, 14, 16, 28, 62], "openmp": [22, 37, 38], "openmpcommandmixin": [0, 42], "oper": [8, 19, 22, 26, 31, 36, 41, 49, 61], "oppos": 14, "optic": 36, "optim": [21, 37, 61], "option": [2, 3, 5, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 51, 54, 56, 60, 61], "option_str": 51, "order": [2, 18, 19, 21, 24, 25, 27, 37, 38, 41, 49, 57, 61], "ordereddict": 41, "ordinari": 42, "org": [42, 46, 61, 62], "organ": 61, "orient": [14, 22, 23, 24, 27, 30, 37, 61], "orig": [31, 38], "orig_cont": 22, "origin": [2, 3, 4, 5, 19, 21, 22, 24, 27, 31, 37, 38, 60, 61], "orwebp": [22, 28, 36, 37, 38], "osf": 61, "ostat": 38, "other": [2, 14, 16, 19, 21, 37, 40, 50, 54, 56, 61, 63], "other_prior": 38, "otherext": 50, "otherfield": 16, "otherwis": [22, 24, 27, 37, 42, 46, 61], "otsu": 14, "ounmix": 38, "our": [2, 36, 48, 61], "out": [22, 32, 37, 38, 40, 42, 44, 48, 61], "out_al": 38, "out_avg": 24, "out_basenam": 38, "out_correct": 37, "out_dict": [16, 41], "out_dir": [38, 44], "out_drift": 24, "out_fig": 44, "out_fil": [2, 5, 16, 18, 19, 22, 23, 24, 25, 27, 28, 29, 32, 33, 36, 37, 40, 41, 42, 57], "out_filenam": 44, "out_fmt": 29, "out_fsl": 22, "out_fsl_fil": [22, 37], "out_hmc": 24, "out_hmc_volum": 24, "out_inv": 29, "out_itk": 22, "out_log": 37, "out_lta": 22, "out_lta_fil": [22, 37], "out_mask": [2, 5, 26, 27, 28], "out_mat": 24, "out_matrix_fil": 37, "out_mean": 38, "out_meta": 16, "out_metadata": 18, "out_mni": 22, "out_movpar": 24, "out_nam": [18, 22, 40], "out_orig": 38, "out_params_fil": [22, 37], "out_path": [16, 30], "out_path_bas": [0, 16], "out_pca": 38, "out_postfix": [21, 25, 37], "out_prefix": 36, "out_reg": 22, "out_reg_fil": [22, 37], "out_report": [3, 14, 22, 23, 24, 28, 35, 36, 37, 38], "out_segm": 2, "out_stat": 38, "out_tpm": 2, "out_typ": 22, "out_unmix": 38, "out_volum": 24, "out_whit": 38, "out_xfm": 29, "outcom": 11, "outer": 42, "outer_g": 56, "outer_surfac": 42, "outfsl": 22, "outitk": 22, "outlier": [19, 22, 32], "outlier_limit": 22, "outlier_sen": 22, "outlier_sensit": 22, "outlin": [36, 38], "outline_fil": 36, "outlta": 22, "outmni": 22, "output": [2, 3, 4, 5, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 46, 51, 56, 57, 60, 61], "output_biascorrect": 38, "output_biasfield": 38, "output_dir": [43, 44], "output_fil": [19, 54, 56], "output_format": 19, "output_imag": [21, 25, 37], "output_inverse_warped_imag": [21, 37], "output_spec": [0, 16, 23, 40, 41], "output_transform_prefix": [21, 37], "output_typ": [36, 37, 38], "output_warped_imag": [21, 37], "output_weight": 42, "output_weights_text": 42, "outputreferencesact": [0, 51, 61], "outreg": 22, "outsid": [2, 30, 37], "outskin": 36, "outskin_mask_fil": 36, "outskin_mesh_fil": 36, "outskul": 36, "outskull_mask_fil": 36, "outskull_mesh_fil": 36, "over": [3, 57, 61], "overal": 3, "overhaul": 61, "overlap": [2, 42], "overli": 22, "overload": 48, "overrid": [30, 35, 37, 54, 56], "overwrit": [2, 16, 38, 51, 61], "overwrite_fsaverag": 16, "overwrite_head": [0, 49], "owhit": 38, "own": 22, "oxford": 61, "p": [30, 37, 38, 40], "p_max": 27, "p_min": 27, "pacifi": 61, "packag": [0, 40, 61, 62, 63], "packagenam": [43, 44], "pad": [2, 36], "padding_s": 37, "paddings": 37, "page": 61, "pair": [19, 27, 40], "paired_carpet": [0, 56], "panda": 61, "panel": 55, "paradigm": 38, "parallel": [14, 25, 38, 61], "param": [22, 37, 61], "paramet": [2, 3, 4, 5, 11, 14, 19, 21, 22, 24, 25, 26, 27, 30, 36, 37, 38, 40, 42, 46, 51, 52, 54, 56, 57, 60, 61], "parcel": [31, 38, 61], "parent": 16, "parent_data": 19, "parenthes": 19, "pars": [19, 50, 51, 61], "parse_express": [0, 19], "parse_formula": [0, 19], "parser": [7, 61], "part": [16, 22, 42, 62], "partial": [18, 22, 37, 38, 40, 42], "partial_volume_fil": 38, "partial_volume_map": 38, "particip": 46, "participant_label": 46, "particular": [2, 40, 49, 60, 61], "particularli": 61, "pass": [2, 14, 16, 24, 30, 31, 36, 37, 38, 42, 57, 61], "patch": [0, 15, 22, 61], "patchedbbregisterrpt": [0, 22], "patchedconcatenatelta": [0, 22], "patchedltaconvert": [0, 22], "patchedmricoregrpt": [0, 22], "patchedrobustregist": [0, 22], "path": [2, 5, 8, 16, 19, 22, 23, 30, 32, 36, 37, 38, 40, 41, 44, 46, 50, 52, 56, 57, 60, 61, 63], "path2bid": [0, 40], "pathlib": 61, "pathlik": [16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 46], "pattern": [40, 61], "pava": 37, "pbsc": 38, "pca": 38, "pd": [38, 41], "pdb": 48, "pdf": [2, 3, 4, 5, 14, 54, 56, 60], "pdw": [30, 37], "pe": [37, 60], "peak": 2, "pediatr": 61, "pedir": 37, "pendingdeprecationwarn": 61, "per": [21, 24, 37, 60], "per_run_ref_fil": 60, "percent": 38, "percentag": [21, 37, 38], "percentil": [27, 31, 36, 57], "percentile_threshold": [31, 36], "perform": [2, 3, 21, 24, 31, 36, 56, 57], "perhap": 60, "perhemi": 38, "permit": [3, 61], "pet": [16, 61], "phase": 37, "phase_conjug": 37, "phaseconj": 37, "phasediff": 16, "phasemap": 37, "phasemap_in_fil": 37, "physiolog": [31, 36], "pi": 61, "pia": [31, 38], "pial": [4, 22, 31, 38, 40, 42], "piec": 42, "pile": 29, "pin": 61, "pineal": 22, "pinsard": 61, "pip": [61, 63], "pipelin": [11, 12, 40, 46, 61], "pixdim": 61, "pixel": [22, 27, 37], "place": [22, 44], "plai": 49, "planar": 60, "plane": 61, "platform": 62, "pleas": [60, 61], "plot": [0, 15, 36, 54, 55, 57, 61], "plot_": 57, "plot_carpet": [0, 54, 56, 61], "plot_melodic_compon": [0, 57], "plot_param": 57, "plot_registr": [0, 57], "plot_seg": [0, 57], "plot_surf": [56, 61], "plotter": 56, "plu": [22, 24, 27], "plugin": [0, 10, 61], "plugin_arg": 11, "pluginbas": [0, 11], "ply": 40, "ply2gii": [0, 40], "plytogifti": [0, 40], "pnc": 51, "png": [2, 3, 4, 5, 14, 54, 56, 60], "point": [7, 21, 22, 24, 31, 36, 37, 38, 40, 42, 57], "pointcloud": 40, "pointcloud2pli": [0, 40], "poisson": 40, "poissonrecon": [0, 40], "poli": 37, "poly_ord": 37, "polyhedra": 42, "polyhedron": 42, "polynomi": [31, 36, 37], "pool": [11, 61], "pop_fil": [0, 47], "popular": 42, "port": 61, "posit": [22, 27, 31, 36, 37, 38, 42, 56], "possibl": [2, 21, 37, 61], "possibli": [22, 44], "post_mortem": 48, "posterior": [2, 24], "postfix": [21, 25, 37], "postfreesurf": 40, "potenti": 61, "pow3": 38, "pow4": 38, "power": [19, 38, 54, 56], "power2014": 19, "pr": 61, "pre": [4, 11, 31, 36, 61], "pre_filt": [31, 36], "pre_filter_fil": [31, 36], "pre_mask": 14, "preambl": 57, "preced": [21, 37, 41], "precis": [2, 22, 23, 30, 36, 37, 61], "prefix": [19, 36, 46, 50], "preliminari": 2, "premis": 61, "preop": 46, "preop_t1": 46, "prep": [16, 61], "prepar": [4, 16, 32, 40, 56, 61], "preparederiv": [0, 16, 61], "prepend": 36, "preproc": 16, "preproc_bold": 16, "preproc_t1w": 16, "prereleas": 61, "prescrib": [23, 27], "present": [16, 23, 31, 36, 42, 57, 61], "preserv": [16, 24, 57, 61], "previou": [21, 37, 46, 61], "previous": [2, 14], "principl": 40, "print": [31, 36, 57, 61, 63], "print_out_composite_warp_fil": [21, 25, 37], "prior": [2, 21, 31, 36, 38, 54, 56, 61], "prioriti": 61, "prob_thr": 24, "prob_thresh": 33, "probabilist": [14, 61], "probability_map": 38, "probabl": [2, 21, 24, 33, 36, 38], "problem": [22, 61], "problemat": 23, "probmap": [0, 15, 61], "proc": 11, "proc_don": 11, "proc_pend": 11, "procedur": 57, "process": [2, 11, 12, 14, 21, 22, 25, 36, 38, 46, 47, 50, 55, 60, 61], "processor": 38, "produc": [2, 22, 38, 61], "program": [8, 62], "project": [2, 31, 38, 40, 57, 61], "promin": 61, "propag": [16, 41], "proper": 56, "properti": [22, 49, 51], "protocol": [38, 62], "proven": 42, "provid": [2, 8, 14, 16, 19, 22, 27, 31, 36, 42, 56, 57, 60, 61, 62], "pull": [22, 61], "pure": 61, "purg": 61, "purpos": [16, 57], "pve": 38, "py": [22, 38, 61], "pybid": [16, 46, 61], "pypi": [61, 63], "pyplot": 56, "pytest": 61, "python": [8, 54, 56, 61, 63], "pyupgrad": 61, "q": 36, "qap": 5, "qcach": 38, "qcode": 23, "qform": [16, 23, 24, 37, 49, 61], "qform_cod": 23, "quadrat": 19, "quadrigemina": 22, "qualiti": [2, 3], "quantil": [21, 37], "quaternion": [23, 37], "queri": [46, 61], "queu": 11, "quickli": 61, "quot": 61, "r": [18, 21, 36, 38, 40, 44, 49], "ra": [24, 27, 30, 37], "rad": 37, "radiu": [21, 26, 27, 36, 37, 42], "radius_bins_item_trait": [21, 37], "radius_bins_stage_trait": [21, 37], "radius_or_number_of_bin": [21, 37], "rage": 38, "rais": [31, 36, 42, 51], "random": [2, 21, 22, 36, 37], "random_se": [21, 37], "randomis": 38, "rang": [3, 19, 21, 24, 27, 37, 41, 42, 56], "rank": [32, 38], "ras2ra": 22, "rather": [22, 37, 42, 61], "ratio": [24, 33, 37], "ravel": 41, "raw": 14, "raw_ref_imag": 14, "rawavg": [31, 38], "rciric": 61, "re": [2, 4, 11, 16, 18, 22, 37, 39, 40, 41, 49, 50, 51, 61], "read": [8, 16, 22, 37], "read_crashfil": [0, 50, 61], "read_csv": [41, 61], "read_text": [16, 22, 44], "readabl": [0, 8, 24, 61], "readi": 61, "readili": 56, "readout": 60, "readsidecarjson": [0, 16, 61], "readthedoc": 2, "realign": [19, 31, 36], "realigned_fil": [31, 36], "realist": 61, "realli": 61, "reasign": 61, "receiv": 41, "recent": [4, 16, 41, 46, 50, 51, 61], "recipi": 61, "recommend": [22, 42], "recomput": 16, "recon": [4, 38, 61], "reconal": [16, 38, 44, 61], "reconall_t1w": 44, "reconallrpt": [0, 38], "reconcil": 22, "reconstruct": [3, 16, 40], "recov": 22, "rectangular": 37, "recurs": 19, "red": 57, "reduc": [42, 61], "reduce_bia": 36, "reduct": [38, 42, 56], "ref": [22, 37, 57, 61], "ref_fwhm": [22, 37], "ref_imag": 14, "ref_image_brain": 14, "ref_weight": 37, "refactor": 61, "refer": [0, 3, 4, 7, 14, 16, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 37, 40, 51, 56, 57, 60, 61], "reference2dict": [0, 51], "reference_column": 32, "reference_fil": [22, 37], "reference_imag": [21, 25, 30, 37], "reference_mask": [22, 30, 37], "refin": [2, 3, 22, 38, 61], "refine_aseg": [0, 22], "refinebrainmask": [0, 22], "refmap": [0, 59, 61], "refurb": 61, "refweight": 37, "reg": [22, 37], "reg_fram": [22, 37], "reg_middle_fram": [22, 37], "regard": 61, "regardless": 16, "regdat": [22, 37], "regex": 61, "regex_search": 44, "region": [2, 21, 22, 27, 31, 36, 37, 38], "regist": [3, 14, 21, 22, 31, 37, 38, 42], "registered_fil": [22, 37], "registr": [0, 2, 3, 14, 21, 22, 30, 31, 34, 35, 36, 38, 55, 60, 61], "registrationrc": [0, 35, 37], "registri": 61, "regress": [19, 31, 36, 38, 61], "regress_poly_degre": [31, 36], "regressor": [19, 32, 56], "regrid": [24, 27, 49], "regridtozoom": [0, 24, 27, 61], "regular": [2, 21, 37], "reimplement": 61, "reject": 3, "rel": [3, 8, 16, 19, 21, 38, 61, 63], "relat": [4, 40, 60, 61], "relatedli": 60, "relative_path": 16, "relative_to_root": [0, 46], "relax": 61, "releas": 61, "relev": [22, 28, 36, 37, 38, 40, 42, 61], "reli": 61, "reliabl": [30, 37, 42, 61], "reloc": 61, "rem_cmp": 38, "remain": [8, 41, 50, 61], "remap": [27, 61], "remedi": 61, "remov": [14, 16, 19, 23, 38, 42, 50, 57, 61], "remove_deriv": 38, "remove_ey": 36, "remove_island": 42, "renam": 61, "reorder": 61, "reorgan": [54, 56], "reorient": [0, 24, 27, 61], "reorient_fil": [0, 27], "reorient_imag": [0, 27], "reorientimag": [0, 27, 61], "repeat": 27, "repetit": [18, 31, 36, 57], "repetition_tim": [31, 36], "repetitiontim": [16, 61], "replac": [21, 23, 27, 37, 42, 61], "report": [0, 10, 14, 21, 22, 24, 28, 30, 32, 35, 36, 37, 38, 57, 61, 62], "report_bas": 61, "report_dir": 38, "report_map": 38, "report_mask": [38, 57], "reportcapableinterfac": [35, 36, 37, 38, 61], "reportinginterfac": [0, 35, 36, 37], "reportlet": [0, 3, 14, 15, 22, 28, 44, 60, 61], "reportlets_dir": 44, "repositori": 61, "repres": [2, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 40, 41, 42, 51, 57, 61], "represent": [27, 37, 54, 56], "reproduc": [36, 62], "request": [8, 46], "requir": [14, 19, 21, 22, 24, 25, 30, 31, 36, 37, 38, 42, 51, 61, 62, 63], "requisit": 19, "resampl": [14, 21, 22, 24, 27, 37, 42, 60, 61], "resample_by_spac": [0, 49], "resamplebeforeafterrpt": [0, 37], "resampleimagebyspac": 61, "rescal": [21, 22, 37], "rescale_intens": 21, "reselect": 61, "reshap": 41, "resili": 51, "reslic": 37, "resolut": [16, 22, 24, 27, 30, 37, 39, 50, 51, 61], "resolv": [16, 61], "reson": [2, 62], "resourc": [8, 61], "resource_monitor": [16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 39, 40, 41], "respect": [11, 40, 49, 61], "respons": 61, "rest": 19, "rest_echo": 46, "rest_run": [16, 46], "restart": 38, "restor": [21, 30, 37, 38, 61], "restore_st": [21, 37], "restored_imag": 38, "restrict": [21, 37], "restrict_deform": [21, 37], "result": [2, 3, 8, 11, 21, 22, 24, 33, 36, 37, 38, 42, 49, 57], "resum": 61, "retain": [19, 31, 36, 61], "retest": 16, "retest_custom": 16, "retest_custom1": 16, "retest_desc": 16, "retest_t1w": [16, 22, 50], "retest_task": 16, "retri": [30, 61], "retriev": [31, 38, 46], "return": [3, 11, 16, 19, 24, 30, 31, 36, 40, 41, 42, 46, 48, 50, 51, 56, 61], "returncod": 42, "reus": [44, 61], "revers": [21, 25, 30, 37], "reverse_forward_invert_flag": [21, 30, 37], "reverse_forward_transform": [21, 30, 37], "reverse_invert_flag": [21, 30, 37], "reverse_transform": [21, 30, 37], "revert": [42, 61], "revis": 61, "revisit": 3, "rewrit": [49, 61], "rewritten": 61, "rf": 61, "rh": [4, 22, 31, 38, 40], "ribbon": [31, 38, 42], "ribbon_roi": 42, "right": [24, 41, 56], "rigid": [3, 21, 37, 60], "rigid2d": 37, "risk": 49, "robj": 44, "robust": [22, 30, 36, 61], "robust_set_limit": [0, 57], "robustacompcor": [0, 31], "robustaverag": [0, 24, 61], "robustli": [24, 30], "robustmninorm": 61, "robustmninormalizationrpt": 61, "robustmniregistr": 61, "robustregist": 22, "robusttcompcor": [0, 31], "robusttempl": 22, "roi": [16, 24, 27, 31, 33, 36, 42, 57, 61], "roi_fil": [33, 40, 42], "roi_metr": 42, "roisplot": [0, 36, 61], "root": [46, 61], "rot": [22, 37, 49], "rotat": [3, 21, 22, 37, 49, 61], "rotate_affin": [0, 49], "rotation2canon": [0, 49], "rough": 3, "round": 2, "row": [24, 41, 54, 56, 61], "rp": 19, "rr": [22, 37], "ruff": 61, "rule": 61, "run": [0, 2, 3, 7, 11, 14, 16, 18, 21, 22, 28, 30, 31, 36, 37, 38, 39, 40, 41, 42, 44, 46, 51, 60, 61], "run_nod": [0, 11], "run_report": [0, 43, 44], "run_uuid": [43, 44], "runner": 61, "runtim": [11, 42, 61], "runtimeerror": 50, "runtimewarn": 46, "rwblair": 61, "s_con": 38, "s_de": 38, "safe": [40, 50, 61], "sagitt": 57, "same": [2, 3, 8, 14, 24, 30, 37, 42, 56, 60], "sampl": [14, 21, 22, 24, 31, 37, 38, 42, 51, 54, 56, 61], "sample_dataset_descript": 46, "sampling_percentag": [21, 37], "sampling_percentage_item_trait": [21, 37], "sampling_percentage_stage_trait": [21, 37], "sampling_strategi": [21, 37], "sampling_strategy_item_trait": [21, 37], "sampling_strategy_stage_trait": [21, 37], "sanit": 61, "sanitizeimag": [0, 61], "sat": [22, 37], "satit": 22, "satur": [22, 37], "saturation_threshold": [22, 37], "save": [4, 16, 21, 30, 31, 32, 36, 37, 41, 54, 56, 61], "save_bia": 21, "save_cmd": 25, "save_fmap": 37, "save_log": 37, "save_metadata": [31, 36], "save_pre_filt": [31, 36], "save_shift": 37, "save_st": [21, 30, 37], "save_unmasked_fmap": 37, "save_unmasked_shift": 37, "savederiv": [0, 16, 61], "savefmap": 37, "saveshift": 37, "savetxt": 41, "sbref": [14, 16, 46, 51, 60, 61], "sbref_fil": [14, 61], "scalar": [21, 25, 37], "scale": [3, 22, 24, 37, 49, 61], "scaled_intensity_output": 22, "scalp": 36, "scan": [22, 32, 38, 56, 60, 61, 62], "scatter": 60, "schedul": [37, 61], "scikit": 61, "scipi": [27, 54, 56, 61], "scode": 23, "scon": 38, "script": [2, 36, 40, 61], "sd": [22, 37, 38], "sdcflow": 61, "sde": 38, "se": [16, 46], "search": [2, 22, 37, 46], "searchcost": 37, "searchr_i": 37, "searchr_x": 37, "searchr_z": 37, "searchri": 37, "searchrx": 37, "searchrz": 37, "sec": 37, "second": [2, 3, 19, 31, 36, 37, 38, 57, 61], "section": [40, 44], "secur": 61, "see": [2, 3, 22, 30, 37, 38, 40, 54, 56], "seed": [2, 3, 21, 37], "seg_fil": 61, "seg_nii": 57, "segmenr": 36, "segment": [0, 2, 8, 22, 23, 24, 27, 31, 34, 35, 36, 37, 49, 54, 56, 57, 61], "segment_it": 38, "segmentationrc": [0, 28, 35, 36, 38], "select": [2, 14, 19, 24, 31, 32, 33, 36, 38, 41, 42, 47, 56, 60, 61, 62], "send": 11, "sensit": 22, "sentinel": 8, "sep": [22, 37, 61], "sep_vn": 38, "sep_whiten": 38, "separ": [2, 8, 19, 24, 37, 38, 51, 61], "septemb": 62, "sequenc": 2, "sequenti": 30, "seri": [14, 19, 21, 24, 25, 27, 31, 36, 37, 62], "serial": 57, "session": [16, 38, 46, 51, 60, 61], "session_id": 46, "set": [2, 3, 11, 14, 16, 22, 23, 24, 30, 31, 36, 37, 38, 40, 41, 42, 51, 56, 57, 60, 61, 63], "set_consum": [0, 49], "set_data_offset": 49, "set_data_shap": 49, "set_qform": 49, "set_slope_int": 49, "setbackground": 37, "setup": [12, 61], "setup_exceptionhook": [0, 48], "setuptool": 61, "sever": [2, 14, 30, 31, 33, 36, 42, 61], "sform": [16, 23, 24, 37, 49, 61], "sform_cod": 23, "sh": [2, 22, 36, 40], "shablona": 61, "shape": [24, 26, 40, 42], "shape_fil": 42, "shape_noisland": 42, "share": 56, "sharpen": [14, 21], "shear": [22, 24, 37], "shift": 37, "shift_in_fil": 37, "shift_out_fil": 37, "shiftmap": 37, "shim": 60, "short": 37, "shortcut": 22, "shorter": 19, "should": [2, 5, 11, 14, 16, 19, 21, 23, 24, 27, 28, 30, 32, 37, 40, 41, 42, 49, 56, 57, 60, 61], "shouldrais": 51, "show": [3, 55, 61], "shown": 21, "shrink": 21, "shrink_factor": [21, 37], "side": [41, 42], "sidecar": [16, 61], "sidetrack": 2, "siemen": [16, 46], "siena": 36, "sigma": [21, 37, 42], "sigma_unit": [21, 37], "sign": [3, 37, 57], "signal": [14, 19, 24, 38, 53, 56, 57, 60, 61], "signalextract": [0, 24], "signifi": 11, "signific": 61, "silent": [31, 36], "similar": [21, 37], "similarli": 41, "simpl": 61, "simplebeforeaft": 61, "simplebeforeafterrpt": [0, 37, 61], "simpleinterfac": [16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 39, 40, 41], "simpleshowmaskrpt": [0, 36], "sinc": [37, 60], "sinc_width": 37, "sinc_window": 37, "sincwidth": 37, "sincwindow": 37, "singl": [2, 14, 16, 19, 22, 27, 29, 30, 36, 37, 38, 42, 46, 47, 61], "singleton": 61, "singular": [46, 61], "sink": 61, "sinusoid": 37, "size": [2, 22, 24, 27, 30, 37, 38, 49, 54, 56, 57, 61], "skeleton": 61, "skin": 61, "skip": [14, 22, 54, 56, 61], "skip_vol": 14, "skippabl": 61, "sklearn": [54, 56], "skull": [2, 5, 14, 31, 33, 36, 38, 61], "skull_fil": 36, "skull_mask_fil": 36, "skull_stripped_fil": 14, "skullstrip": [0, 1, 16, 22, 36], "skullstrip_bold_wf": 14, "slice": 36, "slicer": 38, "slightli": [42, 61], "slope": [37, 61], "sloppi": 61, "small": [36, 49, 61], "smaller": [42, 44], "smallest": [0, 24, 44], "smarter": 61, "smode": 38, "smooth": [21, 22, 24, 27, 31, 37, 38, 49, 61], "smooth2": 37, "smooth2d": 37, "smooth3": 37, "smooth3d": 37, "smooth_averag": 22, "smoother": 22, "smoothing_sigma": [21, 37], "smoothwm": [31, 38, 40, 61], "smoothwm_convert": 40, "smriprep": 61, "snake": 41, "snapshot": 22, "so": [8, 14, 22, 42, 56, 61], "softwar": [22, 24, 28, 36, 37, 38, 40, 42, 63], "solut": 22, "some": [8, 22, 30, 44, 46, 47, 49, 50, 57, 61, 63], "sort": [44, 50, 54, 56, 61], "sort_carpet": [0, 56], "sort_row": [54, 56], "sourc": [2, 3, 4, 5, 7, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 60, 61, 62], "source_fil": [16, 22, 37], "source_mask": [22, 37], "source_oob": [22, 37], "sourcedata": 46, "sourcefil": [22, 37], "sourceforg": [30, 37], "sp": 51, "sp1": 51, "sp2": 51, "space": [0, 2, 3, 4, 14, 15, 16, 18, 21, 22, 25, 27, 30, 31, 33, 36, 37, 38, 40, 44, 45, 57, 61], "spacedatasourc": [0, 39], "spatial": [2, 22, 25, 30, 37, 38, 49, 51, 61], "spatialimag": [27, 61], "spatialnorm": [0, 30, 37, 61], "spatialnormalizationrpt": [0, 37], "spatialrefer": [0, 51, 61], "spatiotempor": 57, "spec": [0, 50, 51, 61], "speci": 61, "special": [12, 22, 36, 46], "specif": [0, 2, 21, 30, 31, 33, 36, 37, 38, 39, 49, 50, 51, 61], "specifi": [2, 11, 14, 19, 21, 22, 24, 25, 32, 36, 37, 38, 39, 42, 51, 54, 56, 61], "spectrum": 38, "speed": 61, "sphere": [14, 22, 31, 38, 42], "sphere_reg": [31, 38], "spheric": [31, 38, 42], "spike": [0, 19, 37, 56], "spike_regressor": [0, 19], "spike_thresh": 56, "spikeregressor": [0, 19, 61], "spikes_fil": 56, "spikesplot": [0, 56], "spikesplot_cb": [0, 56], "spin": 37, "spline": [2, 21, 37], "split": [24, 25, 27, 42, 50, 51, 61], "splitext": [0, 50], "splitlin": [16, 22], "splitseri": [0, 27, 61], "spm": [22, 37], "spm_nifti": [22, 37], "spring": 22, "squar": [22, 37], "src": [22, 40], "src1": 22, "src2": 22, "stabil": 61, "stabl": [17, 61], "stage": [21, 22, 37], "stale": 11, "stamp": 61, "standalon": 57, "standard": [0, 3, 14, 36, 40, 51, 54, 56, 61], "standard2input": 38, "standard_spac": [0, 51], "standardis": 19, "start": [31, 36, 61], "startswith": 44, "stat": 11, "state": [14, 17, 19, 21, 30, 32, 37, 56, 60, 61, 62], "static": [44, 51, 57], "statist": [31, 38], "steadi": [14, 17, 32, 56, 61], "stem": 27, "step": [2, 14, 21, 22], "still": 61, "stop": [22, 61], "store": [11, 16, 22, 31, 36, 37, 57, 61], "str": [2, 3, 4, 5, 14, 16, 19, 21, 22, 25, 27, 30, 36, 37, 38, 40, 42, 46, 50, 51, 52, 54, 56, 57, 60, 61], "strategi": [19, 21, 37, 38], "strict": 46, "string": [16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 46, 51, 54, 56, 57, 61], "strip": [2, 5, 14, 22, 31, 33, 36, 38, 61], "strongest": 42, "structur": [2, 3, 11, 14, 16, 21, 27, 36, 37, 38, 40, 42, 46, 52, 56, 61], "structuralrefer": [0, 22], "sty": 61, "style": [3, 18, 22, 37, 40, 42], "sub": [2, 16, 22, 44, 46, 50], "subclass": 35, "subcort": [18, 31, 38, 61], "subdiv": 42, "subdivid": 42, "subdivis": 42, "subfield": 38, "subject": [3, 4, 14, 16, 22, 31, 37, 38, 40, 43, 44, 46, 61], "subject_data": 16, "subject_id": [3, 4, 16, 22, 31, 37, 38, 40, 44], "subject_label": 44, "subject_list": [43, 44], "subjects_dir": [3, 4, 16, 22, 31, 37, 38, 61], "subjid": 38, "submit": 11, "submodul": [0, 61], "subopt": 42, "subpackag": 0, "subplot": [54, 56], "subpoint": 42, "subreport": [0, 44], "subsampl": 22, "subsample_thresh": 22, "subsample_threshold": 22, "subsequ": [2, 36], "subtract": 26, "subvol": 42, "subvol_select": 42, "subvolum": 42, "subworkflow": 14, "success": 42, "suddenli": 31, "suffix": [16, 40, 50, 61], "suggest": [2, 36, 61], "suit": 51, "sulc": [31, 38, 40], "sulc_convert": 40, "sulcal": [31, 38], "sulci": 22, "sum": [21, 37], "summari": [14, 32, 44, 56, 61], "supercharg": 12, "superflu": 61, "superior": 24, "superstep": 2, "suppli": [14, 37], "support": [11, 21, 37, 42, 51, 56, 61], "suppress": 61, "sure": [60, 63], "surf": [0, 15, 42], "surf_fil": 42, "surf_kei": 40, "surf_map": 42, "surf_nam": 40, "surf_norm": 4, "surfac": [3, 4, 18, 22, 31, 36, 38, 40, 41, 42, 51, 56, 61], "surfacc": 22, "surface_bold": 18, "surface_fil": 42, "surface_target": 18, "surface_typ": 56, "surfacesegmentationrc": [0, 35, 38], "surfacestopointcloud": [0, 40], "surfplot": 61, "svg": [2, 3, 4, 5, 14, 22, 28, 36, 37, 38, 44, 50, 54, 56, 57, 60, 61], "svg2str": [0, 57], "svg_compress": [0, 57], "svgo": [22, 28, 36, 37, 38, 57, 61], "svgutil": 61, "switch": [38, 61], "sy": 48, "symbol": 19, "symetr": 61, "symm": 38, "symmetr": 61, "syn": [21, 37], "synchron": 61, "system": [2, 11, 27, 36, 61, 63], "t": [22, 28, 36, 37, 38, 40, 41, 42, 46, 49, 54, 56], "t1": [2, 3, 22, 30, 31, 33, 36, 37, 38, 50, 60, 61], "t1_file": 38, "t1w": [2, 3, 4, 5, 8, 14, 16, 22, 24, 27, 30, 33, 37, 40, 46, 50, 51, 61], "t1w_brain": 3, "t1w_dseg": 3, "t1w_list": [22, 24], "t1w_sourc": 16, "t1w_valid_list": 24, "t2": [2, 14, 22, 28, 31, 36, 37, 38, 61], "t2_file": 38, "t2_guid": 36, "t2pial": 38, "t2starmap": 61, "t2w": [16, 22, 24, 30, 37, 46, 51, 61], "t2w_list": 22, "t_con": 38, "t_de": 38, "t_mask": [17, 24], "tabl": 19, "tabul": 19, "tag": 11, "take": [14, 42, 61], "tal": 22, "tal_source_fil": 22, "tal_template_fil": 22, "talairach": [22, 38], "tangenti": 42, "tanh": 38, "tar": 50, "target": [2, 14, 16, 18, 22, 23, 24, 27, 30, 33, 37, 49, 61], "target_affin": 28, "target_conform": 22, "target_fil": [22, 27], "target_orient": 27, "target_ornt": 27, "target_path": 52, "target_shap": [24, 28], "target_zoom": 24, "task": [2, 3, 11, 16, 46], "taskid": 11, "tcompcor": [31, 32, 36], "tcompcorrpt": [0, 36], "tcon": 38, "tde": 38, "techniqu": 38, "tell": 2, "temperatur": 60, "tempfil": 16, "templat": [2, 14, 16, 18, 22, 24, 30, 36, 37, 38, 40, 50, 61], "template_kwarg": 40, "template_resolut": [30, 37], "template_spec": [2, 30, 37, 50], "templatedimens": [0, 24], "templateflow": 61, "tempor": [19, 38, 56, 61], "temporal_deriv": [0, 19], "temporari": [8, 31], "temporarili": [22, 36, 61], "tensor": [21, 25, 37], "tent": 14, "term": [19, 22, 61], "terminal_output": [22, 40, 42], "test": [0, 2, 3, 16, 30, 36, 37, 45, 46, 49, 61], "test_data": 22, "test_mask": 61, "test_t1w": [16, 22, 50], "test_t1w_test": 50, "testdir": 44, "text": [31, 36, 37, 42, 50], "than": [11, 19, 22, 24, 36, 37, 42, 44, 56, 61], "thank": [56, 61], "thei": [4, 14, 16, 19, 22, 42, 51, 57], "theimag": [21, 37], "them": [16, 24, 40, 42, 60, 61], "thi": [2, 3, 4, 5, 8, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 30, 31, 32, 33, 36, 37, 38, 40, 41, 42, 44, 49, 50, 51, 54, 56, 57, 60, 61, 62], "thick": [22, 31, 38, 42], "thickness_fil": 40, "thickness_nam": 22, "thin": 42, "thin_column": 42, "thinner": 61, "thompson": 61, "those": [11, 19, 42, 60], "thread": [2, 11, 14, 21, 22, 24, 30, 36, 37, 42, 50, 60], "thread_consuming_nod": 11, "three": 21, "thresh_low": 27, "threshold": [3, 14, 19, 22, 24, 27, 31, 33, 36, 37, 38, 42, 56], "through": [8, 14, 19, 22, 24, 25, 42, 47, 61], "throughout": [8, 38, 60], "thu": [14, 30, 37], "tica": 38, "time": [8, 18, 19, 21, 22, 24, 25, 30, 31, 36, 37, 38, 54, 56, 57, 60, 61], "timepoint": [14, 17, 24, 38, 54, 56, 61], "timeseri": [0, 17, 45, 56, 60], "timevaryingbsplinevelocityfield": [21, 37], "timevaryingvelocityfield": [21, 37], "tissu": [2, 22, 33, 38, 61], "tissue_class_fil": 38, "tissue_class_map": 38, "titl": [44, 54, 56], "tk": 22, "tmpdir": 16, "tmpfile": 16, "to_json": [0, 52], "to_ra": 24, "togeth": 60, "toler": [22, 27, 37, 61], "tolist": 41, "tomatch": 16, "too": [22, 61], "tool": [3, 5, 22, 24, 32, 36, 37, 38, 49, 56, 57, 61, 63], "toolei": 61, "top": [8, 41, 57, 61], "topup": [37, 61], "total": [21, 30, 37, 60], "touch": 16, "toward": 61, "tp": [22, 38], "tpm": [2, 33, 61], "tpm2roi": [0, 33, 61], "tr": [0, 18, 31, 32, 36, 38, 54, 56, 57, 61], "tr_sec": 38, "traceback": [16, 41, 46, 50, 51], "track": [19, 51], "trait": [22, 61], "tran": [22, 37], "trans_onli": 22, "transfer": 61, "transform": [3, 4, 21, 22, 24, 25, 29, 30, 37, 40, 60, 61], "transform_fil": 40, "transform_output": 22, "transform_paramet": [21, 37], "transform_to_2d": [0, 57], "translat": [2, 3, 21, 22, 37], "transonli": 22, "travers": [8, 44], "travi": 61, "treat": [21, 25, 37, 42, 46], "tree": [16, 22], "trg": 22, "trgconform": 22, "tri": [21, 25, 30, 37], "triangl": [31, 38, 42], "triangular": 40, "tricky_sourc": 16, "trigger": 16, "trilinear": [37, 42], "true": [2, 3, 11, 14, 16, 17, 19, 21, 22, 23, 24, 25, 27, 28, 30, 35, 36, 37, 38, 41, 44, 46, 47, 48, 49, 50, 51, 54, 56, 60, 61], "truncat": 22, "truncatelta": [0, 22], "try": [41, 61], "ts_z": 56, "tseri": 56, "tst": 61, "tsv": [19, 24, 31, 36, 41, 61], "tsv2json": [0, 41, 61], "tty": 48, "tupl": [2, 3, 21, 22, 24, 25, 27, 32, 37, 38, 39, 51, 54, 56, 61], "turn": [22, 37, 38], "tweak": 61, "two": [3, 16, 21, 22, 24, 26, 27, 37, 38, 42, 46, 56, 61], "two_pass": 24, "twopass": 61, "txt": [8, 31, 36, 37, 50, 61], "type": [2, 11, 16, 19, 21, 22, 24, 25, 27, 30, 36, 37, 38, 40, 42, 46, 51, 61], "typeerror": 51, "typic": [2, 22, 36, 60], "typo": 61, "u": 36, "u1": 28, "u2": 28, "u4": 28, "uid": 39, "uint8": 27, "unabl": 61, "unboundlocalerror": [46, 61], "unchang": 24, "uncinf": [50, 51], "uncompress": 16, "undef_field": 16, "undefin": [14, 16, 31, 36, 61], "under": [41, 46, 61], "underli": [3, 11], "undocu": 61, "unflag": 19, "unif": 5, "uniform": [31, 38], "uniformli": 40, "unintend": 42, "union": [31, 33, 36], "uniqu": [18, 39], "unit": [16, 21, 37, 56, 61], "univers": 40, "unless": [22, 37, 42], "unlik": 42, "unlink": [40, 61], "unmask": 37, "unmaskfmap": 37, "unmaskshift": 37, "unmix": 38, "unmodifi": 16, "unnecessari": 16, "unnorm": 22, "unpack": [8, 40], "unsafe_write_nifti_header_and_data": [0, 49], "unscrambl": 19, "unspecifi": [31, 36], "until": 30, "unus": [3, 49, 61], "unwarp": 37, "unwarp_direct": 37, "unwarpdir": 37, "unwarped_fil": 37, "unzipjoinedsurfac": [0, 40], "up": [19, 24, 42, 50, 60, 61, 63], "upcom": 61, "updat": [11, 21, 22, 37, 38, 40, 42, 49, 61], "update_header_field": [0, 49], "update_mask": 38, "updatehash": 11, "upgrad": 61, "upload": 61, "upon": 46, "upper": [3, 21, 27, 37, 56], "upper_cutoff": 28, "upstream": [41, 61], "ursula": 61, "us": [2, 3, 5, 8, 11, 14, 16, 18, 19, 21, 22, 23, 24, 25, 27, 28, 30, 31, 36, 37, 38, 40, 41, 42, 46, 47, 49, 54, 56, 57, 60, 61, 63], "usabl": 19, "usag": 61, "use_bbr": 3, "use_estimate_learning_rate_onc": [21, 37], "use_flair": [22, 38], "use_float": 2, "use_floatingpoint_precis": 36, "use_histogram_match": [21, 37], "use_laplacian": 2, "use_prior": 38, "use_random_se": 2, "use_random_seed": 36, "use_regress_poli": [31, 36], "use_t2": 38, "use_t2w": 22, "usecol": 56, "user": [14, 21, 22, 37, 61, 62], "uses_qform": 37, "usesqform": 37, "usual": [21, 30, 37], "util": [0, 5, 13, 15, 17, 28, 33, 35, 54, 61, 62], "utoolei": 61, "v": [21, 37, 38], "v0": 61, "v1": 42, "val": [16, 38], "valid": [14, 16, 22, 23, 24, 37, 42, 46, 54, 56, 60, 61], "valid_roi_out": 42, "valid_transform": 22, "validate29": 51, "validateimag": [0, 61], "validation_report": [14, 60], "valu": [2, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 47, 49, 51, 54, 56, 57, 61], "valueerror": [41, 46, 51], "vanilla": 12, "var_norm": 38, "varexp_thresh": 56, "variabl": [4, 19, 21, 22, 25, 36, 37, 38, 40, 42, 61], "variables_deriv": 19, "variables_exp": 19, "varianc": [31, 32, 36, 38, 56], "variance_threshold": [31, 32, 36], "variat": 22, "varieti": 61, "ve": 61, "vector": [21, 25, 37], "vega": 61, "vendor": 61, "ventricl": 38, "verbos": [21, 37, 38], "veri": [36, 42, 60, 61], "verifi": [16, 61], "version": [16, 22, 36, 46, 61, 63], "vertex": [4, 31, 38, 42], "vertex_norm": [0, 40], "vertic": [36, 40, 42], "vertical_gradi": 36, "veryinfl": 56, "via": [3, 16, 37, 61], "view": [27, 57], "viridi": 56, "visibl": 61, "visit": 12, "visit_desc": [0, 12], "visual": [10, 22, 28, 32, 35, 36, 37, 38, 55, 57, 61], "visualis": 61, "viz": [0, 62], "vline": 56, "vmax": 57, "vmin": 57, "vn": 38, "vol2surf": 42, "volonli": 38, "volum": [3, 14, 17, 18, 19, 21, 22, 23, 24, 25, 27, 31, 32, 33, 36, 37, 38, 40, 41, 42, 56, 60, 61], "volume_fil": 42, "volume_roi": 42, "volume_target": 18, "volumetosurfacemap": [0, 42], "volumetr": [18, 31, 38, 61], "vox": [21, 37], "vox2vox": 22, "voxel": [2, 17, 21, 22, 24, 27, 30, 31, 36, 37, 38, 42, 54, 56, 61], "voxel_subdiv": 42, "vtk": 36, "w": [16, 22, 38, 40, 49], "wa": [3, 14, 16, 21, 22, 42, 57, 61], "wall": 22, "waller": 61, "want": [14, 21, 37], "ward": [54, 56], "ward_tre": [54, 56], "warn": [22, 23, 46, 57, 61], "warp": [2, 21, 22, 25, 30, 36, 37, 38], "warped_fil": 37, "warped_imag": [21, 30, 37], "washington": 40, "wb_command": 42, "wbcommand": 42, "we": [3, 22, 23, 61], "web": 38, "weight": [2, 3, 21, 22, 37, 38, 42], "weight_imag": 21, "weights_fil": [22, 42], "weights_text_fil": 42, "welchwindowedsinc": [21, 25, 37], "well": [14, 21, 40, 61], "were": [2, 3, 25, 61], "wh": 51, "what": 62, "wheel": 61, "when": [2, 3, 8, 11, 16, 17, 19, 21, 22, 31, 36, 37, 38, 42, 47, 50, 57, 60, 61], "where": [8, 21, 27, 36, 37, 41, 42, 56, 57, 61], "whether": [2, 3, 5, 11, 14, 16, 17, 19, 21, 24, 27, 42, 46, 51, 57, 60], "which": [2, 3, 14, 16, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 46, 49, 54, 56, 60, 61], "while": [3, 19, 42], "white": [2, 4, 19, 21, 31, 36, 37, 38, 40, 42, 61], "whiten": 38, "whole": [2, 30, 31, 38], "whom": [31, 38], "whose": [24, 27], "wide": 22, "width": [33, 37], "wienernos": 21, "wiheto": 61, "william": 61, "window": 37, "winsorize_lower_quantil": [21, 37], "winsorize_upper_quantil": [21, 37], "wise": 38, "wish": [21, 25, 37], "within": [16, 21, 24, 27, 42, 44, 49, 60, 61], "without": [22, 37, 41, 49, 51], "wlimit": 22, "wm": [2, 19, 31, 36, 38], "wm_prior": 2, "wm_seg": 37, "wmcoord": 37, "wmlabel": 2, "wmnorm": 37, "wmparc": [31, 38], "wmparc_stat": [31, 38], "wmseg": 37, "word": 14, "work": [21, 22, 30, 37, 44, 46, 50, 61], "work_dir": [43, 44], "workbench": [0, 15, 40, 61], "workflow": [0, 2, 3, 4, 5, 7, 10, 11, 14, 16, 30, 47, 61], "would": [2, 8, 24, 36, 61], "wrap": [21, 22, 36, 37, 38, 40, 42, 50, 61], "wrapper": 29, "write": [16, 21, 22, 25, 29, 37, 42, 49, 61], "write_cmdlin": [22, 40, 42], "write_composite_transform": [21, 37], "write_iter": 22, "write_text": [16, 22], "write_vo2vox": 22, "written": [16, 19, 23, 32, 63], "wrong": 61, "wrongli": 61, "ww": 22, "www": 62, "x": [19, 23, 37, 44, 54, 56, 57, 62], "xfm": 22, "xfm_file": 60, "xform": [21, 22, 27], "xform_cod": 27, "xopt": 38, "xy": 40, "y": [37, 57, 61], "yaml": [52, 61], "yet": 38, "yield": [8, 32, 56, 60], "ylim": 56, "you": [2, 21, 25, 37, 42, 49, 61], "your": [42, 49, 63], "z": [16, 36, 37, 57, 61], "zaki": 61, "zero": [2, 17, 21, 24, 30, 37, 40, 42], "zero_based_avg": 24, "zero_dummy_mask": 17, "zoom": [16, 24, 27, 49, 61], "zscore": 56, "zval": 22}, "titles": ["Library API (application program interface)", "niworkflows.anat package", "niworkflows.anat.ants module", "niworkflows.anat.coregistration module", "niworkflows.anat.freesurfer module", "niworkflows.anat.skullstrip module", "niworkflows.cli package", "niworkflows.cli.boldref module", "niworkflows.data package", "niworkflows.dwi package", "niworkflows.engine package", "niworkflows.engine.plugin module", "niworkflows.engine.workflows module", "niworkflows.func package", "niworkflows.func.util module", "niworkflows.interfaces package", "niworkflows.interfaces.bids module", "niworkflows.interfaces.bold module", "niworkflows.interfaces.cifti module", "niworkflows.interfaces.confounds module", "niworkflows.interfaces.conftest module", "niworkflows.interfaces.fixes module", "niworkflows.interfaces.freesurfer module", "niworkflows.interfaces.header module", "niworkflows.interfaces.images module", "niworkflows.interfaces.itk module", "niworkflows.interfaces.morphology module", "niworkflows.interfaces.nibabel module", "niworkflows.interfaces.nilearn module", "niworkflows.interfaces.nitransforms module", "niworkflows.interfaces.norm module", "niworkflows.interfaces.patches module", "niworkflows.interfaces.plotting module", "niworkflows.interfaces.probmaps module", "niworkflows.interfaces.reportlets package", "niworkflows.interfaces.reportlets.base module", "niworkflows.interfaces.reportlets.masks module", "niworkflows.interfaces.reportlets.registration module", "niworkflows.interfaces.reportlets.segmentation module", "niworkflows.interfaces.space module", "niworkflows.interfaces.surf module", "niworkflows.interfaces.utility module", "niworkflows.interfaces.workbench module", "niworkflows.reports package", "niworkflows.reports.core module", "niworkflows.utils package", "niworkflows.utils.bids module", "niworkflows.utils.connections module", "niworkflows.utils.debug module", "niworkflows.utils.images module", "niworkflows.utils.misc module", "niworkflows.utils.spaces module", "niworkflows.utils.testing module", "niworkflows.utils.timeseries module", "niworkflows.viz package", "niworkflows.viz.notebook module", "niworkflows.viz.plots module", "niworkflows.viz.utils module", "niworkflows.workflows package", "niworkflows.workflows.epi package", "niworkflows.workflows.epi.refmap module", "What\u2019s new?", "NeuroImaging workflows (NiWorkflows): robust processing tools for MRI data", "Installation", "<no title>"], "titleterms": {"": 61, "0": 61, "01": 61, "03": 61, "04": 61, "05": 61, "06": 61, "07": 61, "08": 61, "09": 61, "1": 61, "10": 61, "11": 61, "12": 61, "13": 61, "14": 61, "15": 61, "16": 61, "17": 61, "18": 61, "19": 61, "2": 61, "20": 61, "2018": 61, "2019": 61, "2020": 61, "2021": 61, "2022": 61, "2023": 61, "2024": 61, "21": 61, "22": 61, "23": 61, "24": 61, "25": 61, "26": 61, "27": 61, "28": 61, "29": 61, "3": 61, "31": 61, "4": 61, "5": 61, "6": 61, "7": 61, "8": 61, "9": 61, "anat": [1, 2, 3, 4, 5], "ant": 2, "api": 0, "applic": 0, "april": 61, "august": 61, "base": 35, "been": 61, "bid": [16, 46], "bold": 17, "boldref": 7, "cifti": 18, "cli": [6, 7], "confound": 19, "conftest": 20, "connect": 47, "content": 62, "core": 44, "coregistr": 3, "data": [8, 62], "debug": 48, "decemb": 61, "depend": 63, "dwi": 9, "engin": [10, 11, 12], "epi": [59, 60], "extern": 63, "februari": 61, "fix": 21, "freesurf": [4, 22], "func": [13, 14], "ha": 61, "header": 23, "imag": [24, 49], "instal": 63, "interfac": [0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42], "itk": 25, "januari": 61, "juli": 61, "june": 61, "librari": 0, "mai": 61, "march": 61, "mask": 36, "misc": 50, "modul": [2, 3, 4, 5, 7, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 60], "morphologi": 26, "mri": 62, "neuroimag": 62, "new": 61, "nibabel": 27, "nilearn": 28, "nitransform": 29, "niworkflow": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "norm": 30, "notebook": 55, "novemb": 61, "octob": 61, "old": 61, "packag": [1, 6, 8, 9, 10, 13, 15, 34, 43, 45, 54, 58, 59], "patch": 31, "plot": [32, 56], "plugin": 11, "post1": 61, "post2": 61, "post3": 61, "post4": 61, "post5": 61, "probmap": 33, "process": 62, "program": 0, "refmap": 60, "registr": 37, "relicens": 61, "report": [43, 44], "reportlet": [34, 35, 36, 37, 38], "robust": 62, "sanitizeimag": 23, "segment": 38, "septemb": 61, "seri": 61, "skullstrip": 5, "space": [39, 51], "submodul": [1, 6, 10, 13, 15, 34, 43, 45, 54, 59], "subpackag": [15, 58], "surf": 40, "tabl": 23, "test": 52, "timeseri": 53, "tool": 62, "truth": 23, "util": [14, 41, 45, 46, 47, 48, 49, 50, 51, 52, 53, 57], "validateimag": 23, "viz": [54, 55, 56, 57], "what": 61, "workbench": 42, "workflow": [12, 58, 59, 60, 62], "x": 61}})
\ No newline at end of file