Numpy operations that are supported on MedicalVolumes.
Standard universal functions that act element-wise on the array are also supported. A (incomplete) list is shown below:
numpy.power | numpy.sign | numpy.remainder | numpy.mod | numpy.abs |
numpy.log | numpy.exp | numpy.sqrt | numpy.square | numpy.reciprocal |
numpy.sin | numpy.cos | numpy.tan | numpy.bitwise_and | numpy.bitwise_or |
numpy.isfinite | numpy.isinf | numpy.isnan | numpy.floor | numpy.ceil |
For details on using registration, see the :ref:`Registration Guide <guide_registration>`.
For details on using fitting functions, see the :ref:`Fitting Guide <guide_fitting>`.
General fitting functions:
Fitter classes:
Utilities for different quantitative parameters. Note, this feature is in beta and will likely change in future releases.