diff --git a/Modules/DICOMReader/TODOs.txt b/Modules/DICOMReader/TODOs.txt new file mode 100644 index 0000000000..84d7d54046 --- /dev/null +++ b/Modules/DICOMReader/TODOs.txt @@ -0,0 +1,14 @@ + +[ ] Either NRRD cache option or slice-by-slice loading +[ ] Performance of mitkdump / DICOMReaderSelector (TagCache?) +[ ] Sorting by "Image Time" seems undeterministic (clarkson test data) +[ ] Fallback to filename instead of instance UID? +[ ] Implement Configurator::GetBuiltIn3DReaders() (don't ignore "classic reader") +[ ] Complete MITK properties of images: level/window and color type (MONOCHROME1/2) +[ ] Multi-Frame images (DCMTK) +[ ] Check input images fo DICOMness and non-multi-frameness +[ ] Use CanReadFile() in selection! +[ ] Check TODO in mitkDICOMTag.cpp +[ ] Configurable precision for tag value comparisons +[ ] Images are upside-down in some cases +[ ] ...