NiBabel

Access a cacophony of neuro-imaging file formats

Previous topic

nibabel.minc.MincImage

Next topic

nibabel.minc.MincImage

Reggie -- the one

nibabel.minc.MincFile

digraph inheritanceec7c60fae9 { rankdir=LR; ratio=compress; fontsize=14; size="6.0, 8.0"; "MincFile" [shape=ellipse,URL="#nibabel.minc.MincFile",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=14,color=dodgerblue1,style=filled,tooltip="Class to wrap MINC file",height=0.75]; }

class nibabel.minc.MincFile(mincfile)

Class to wrap MINC file

Although it has some of the same methods as a Header, we use this only when reading a MINC file, to pull out useful header information, and for the method of reading the data out

get_affine()
get_data_dtype()
get_data_shape()
get_scaled_data()
get_zooms()