Docstrings
Compare changes
- s214735 authored
+ 7
− 2
@@ -797,8 +797,13 @@ def load(
@@ -797,8 +797,13 @@ def load(
If force_load is True, the error is changed to warning and the loader tries to load it anyway. Default is False.
dim_order (tuple, optional): The order of the dimensions in the volume for .vol files. Default is (2,1,0) which corresponds to (z,y,x)
vol (numpy.ndarray, numpy.memmap, h5py._hl.dataset.Dataset, nibabel.arrayproxy.ArrayProxy or tuple): The loaded volume