T1-weighted Conformation

class fmriprep.interfaces.images.Conform(from_file=None, resource_monitor=None, **inputs)[source]

Bases: niworkflows.nipype.interfaces.base.SimpleInterface

Conform a series of T1w images to enable merging.

Performs two basic functions:

  1. Orient to RAS (left-right, posterior-anterior, inferior-superior)
  2. Resample to target zooms (voxel sizes) and shape (number of voxels)
input_spec

alias of ConformInputSpec

output_spec

alias of ConformOutputSpec