imi-bigpicture / wsidicom

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

Allow relaxed parsing #36

Closed erikogabrielsson closed 2 years ago

erikogabrielsson commented 2 years ago

Relaxed parsing can be set by configuring the settings:

from wsidicom import settings
settings.strict_attribute_check = False
settings.strict_uid_check = False