databricks-industry-solutions / pixels

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

Add handling for dicom files without pixel data #58

Closed benjamin-russoniello-pa closed 1 month ago

benjamin-russoniello-pa commented 5 months ago

-Previously, dicom_meta_udf would return a json string in the form of an error message if no pixel data was found in the DICOM file. -With this change, we return all of the metadata of the DICOM file, along with an extra key "has_pixel" indicating whether or not pydicom located pixel data in the file.

CLAassistant commented 5 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dmoore247 commented 4 months ago

@benjamin-russoniello-pa Thank you for your contribution! Very excited for your contribution. Please sign the contributor agreement so we may proceed.

dmoore247 commented 2 months ago

We've received the signed agreement in an offline manner. Thank you!!! @benjamin-russoniello-pa

dmoore247 commented 2 months ago

@erinaldidb Does this look good to you? Care to merge it?