databricks-industry-solutions / pixels

Facilitates simple large scale processing of HLS Medical images, documents, zip files. Previously at https://github.com/dmoore247/pixels
Other
24 stars 15 forks source link

enh: handle dicom files that don't have pixel data #57

Open dmoore247 opened 5 months ago

dmoore247 commented 5 months ago

Is your feature request related to a problem? Please describe. There are a class of DICOM images (Visage Presentation State and Dose Record) that may not have pixel data. These files cause the pixels pipeline to fail.

Describe the solution you'd like Would like to extract what metadata that can be had from the DICOM file, and leave null the pixel data.

Describe alternatives you've considered Pre-sorting files, isn't a robust solution when faced with millions of files in a collection.

Additional context Add any other context or screenshots about the feature request here.