You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use the converter to change a series of dicoms into an enhanced dicom. The dicoms are in RGB format but aren't being recognized during conversion.
if array.ndim > 2:
if planar_configuration is None:
raise ValueError(
Planar configuration needs to be specified for encoding of
color image frames.)
ValueError: Planar configuration needs to be specified for encoding of color image frames.
I noticed that further along the converter pipeline the parameter planar_configuration is not given during this segment but the dicoms have the header ds.PlanarConfiguration I think this PR fixes the error above.
The text was updated successfully, but these errors were encountered:
I am attempting to use the converter to change a series of dicoms into an enhanced dicom. The dicoms are in RGB format but aren't being recognized during conversion.
I noticed that further along the converter pipeline the parameter planar_configuration is not given during this segment but the dicoms have the header ds.PlanarConfiguration I think this PR fixes the error above.
The text was updated successfully, but these errors were encountered: