imi-bigpicture / wsidicom

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

Consider making a new output folder when saving #91

Closed erikogabrielsson closed 9 months ago

erikogabrielsson commented 1 year ago

Currently the save()-method will save DICOM files directly into the given output folder. This can give unexpected problems if a user saves multiple WSIs to the same folder, as it will then be difficult to figure out which files belongs to which WIS.

It could therefore be better if the files were saved in a subfolder to the given output folder.

erikogabrielsson commented 9 months ago

Closing this. We would not know what name to give to the folder.