Inheritance diagram for nipype.algorithms.rapidart:
digraph inheritance548bc24e48 { rankdir=LR; ratio=compress; fontsize=14; size="6.0, 8.0"; "base.Interface" [shape=ellipse,URL="nipype.interfaces.base.html#nipype.interfaces.base.Interface",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=14,color=dodgerblue1,style=filled,height=0.75]; "rapidart.ArtifactDetect" [shape=ellipse,URL="#nipype.algorithms.rapidart.ArtifactDetect",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=14,color=dodgerblue1,style=filled,height=0.75]; "base.Interface" -> "rapidart.ArtifactDetect" [arrowsize=0.5,style="setlinewidth(0.5)"]; "rapidart.StimulusCorrelation" [shape=ellipse,URL="#nipype.algorithms.rapidart.StimulusCorrelation",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=14,color=dodgerblue1,style=filled,height=0.75]; "base.Interface" -> "rapidart.StimulusCorrelation" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
The rapidart module provides routines for artifact detection and region of interest analysis.
These functions include:
- ArtifactDetect: performs artifact detection on functional images
- StimulusCorrelation: determines correlation between stimuli schedule and movement/intensity parameters
Bases: nipype.interfaces.base.Interface
Detects outliers in a functional imaging series depending on the intensity and motion parameters. It also generates stimulus correlated motion information and other statistics.
| Parameters: | realigned_files : filename(s)
realignment_parameters : filename(s)
parameter_source : string
use_differences : 2-element boolean list
use_norm : boolean, optional
norm_threshold: float :
rotation_threshold : float
translation_threshold : float
zintensity_threshold : float
mask_type : {‘spm_global’, ‘file’, ‘thresh’}
mask_file : filename
mask_threshold : float
intersect_mask : boolean
|
|---|
Generate a bunch containing the output fields.
| Parameters: | outlier_files : filename(s)
intensity_files : filename(s)
statistic_files : filename(s)
|
|---|
Bases: nipype.interfaces.base.Interface
Determines if stimuli are correlated with motion or intensity parameters.
Currently this class supports an SPM generated design matrix and requires intensity parameters. This implies that one must run ArtifactDetect and nipype.interfaces.spm.Level1Design prior to running this or provide an SPM.mat file and intensity parameters through some other means.
| Parameters: | realignment_parameters : filename(s)
intensity_values : filename(s)
spm_mat_file : filename
concatenated_design : boolean
|
|---|
Generate a bunch containing the output fields.
| Parameters: | stimcorr_files: file/string :
|
|---|