imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
32 stars 5 forks source link

Allow attributes to be missing for some image types #44

Closed erikogabrielsson closed 2 years ago

erikogabrielsson commented 2 years ago

Make get-functions to simplify init of WsiDataset-class. Add image_type property to WsiAttribue class that can hold a tuple of strings to indicate what image types the requirement is valid for. When saving multiple focal planes, check that they are not sparse and set correct spacing between slices.