[030aeb]: / docs / source / core_api.rst

Download this file

196 lines (152 with data), 4.2 kB

Core API (dosma.core)

MedicalVolume

Numpy Routines

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

Image I/O

Image Orientation

Image Registration

For details on using registration, see the :ref:`Registration Guide <guide_registration>`.

Fitting

For details on using fitting functions, see the :ref:`Fitting Guide <guide_fitting>`.

General fitting functions:

Fitter classes:

Device

Preferences

(BETA) Quantitative Values

Utilities for different quantitative parameters. Note, this feature is in beta and will likely change in future releases.