digraph inheritance7af5eb2cb4 { rankdir=LR; ratio=compress; fontsize=14; size="6.0, 8.0"; "Header" [shape=ellipse,URL="#nibabel.spatialimages.Header",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,fontsize=14,color=dodgerblue1,style=filled,height=0.75]; }
Template class to implement header protocol
Methods
copy | Generic (shallow and deep) copying operations. |
data_from_fileobj | |
data_to_fileobj | |
from_fileobj | |
from_header | |
get_base_affine | |
get_data_dtype | |
get_data_shape | |
get_default_affine | |
get_zooms | |
set_data_dtype | |
set_data_shape | |
set_zooms | |
write_to |
Copy object to independent representation
The copy should not be affected by any changes to the original object.
Read data in fortran order
Write image data to file in fortran order