Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 451 Bytes

APIReferenceSeries.rst

File metadata and controls

15 lines (10 loc) · 451 Bytes

Series Class

Series – a multidimensional array of medical imaging pixels.

The Series class is a subclassed Numpy.ndarray enhancing the ndarray with relevant medical image methods and attributes. Most ndarray methods are inheritied, and are available with the Series class.

See: https://numpy.org/doc/stable/ for documentation on NumPy.

imagedata.series.Series