cortex.volume.epi2anatspace¶
- cortex.volume.epi2anatspace(volumedata, order=1)[source]¶
Resample an epi volume data into anatomical space using scipy.
- Parameters:
- volumedataVolumeData
The input epi volumedata object.
- orderint
The order of the resampler, in terms of splines. 0 is nearest, 1 is linear.
- Returns:
- anatspacendarray
The ND array of the anatomy space data