Dicom reader
Module aimed to provide a quick means of reading dicom folders splitting the folder into Studies and child Series
Limits:
- This module has not been extensively tested on many different dicom structures.
- Notable points of expected failures will arrive from the DicomSerie.numpy property as it expects one of 2 things
- Multiple files with 2D arrays to compose into a 3D array
- A single file with a 3D array, which is just fast-forwarded to the user
TODO:
-
Doc page -
Linting and commenting -
Tests (somehow...)
Edited by Ronan Lefol