T1-weighted Conformation

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

Bases: nipype.interfaces.base.core.SimpleInterface

Conform a series of T1w images to enable merging.

Performs two basic functions:

  1. Orient to LPS (right-left, anterior-posterior, inferior-superior)

  2. Resample to target zooms (voxel sizes) and shape (number of voxels)

input_spec[source]

alias of ConformInputSpec

output_spec[source]

alias of ConformOutputSpec