We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a22f12 commit 6734d0fCopy full SHA for 6734d0f
heudiconv/convert.py
@@ -534,6 +534,7 @@ def update_multiorient_name(
534
return filename
535
iop = metadata.get("ImageOrientationPatientDICOM")
536
# iop = [round(x) for x in iop]
537
+ assert isinstance(iop, list)
538
cross_prod = [
539
iop[1] * iop[5] - iop[2] * iop[4],
540
iop[2] * iop[3] - iop[0] * iop[5],
0 commit comments