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 3cd784e commit 7de4403Copy full SHA for 7de4403
heudiconv/convert.py
@@ -532,6 +532,7 @@ def update_multiorient_name(
532
return filename
533
iop = metadata.get("ImageOrientationPatientDICOM")
534
# iop = [round(x) for x in iop]
535
+ assert isinstance(iop, list)
536
cross_prod = [
537
iop[1] * iop[5] - iop[2] * iop[4],
538
iop[2] * iop[3] - iop[0] * iop[5],
0 commit comments