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 1fb80ea commit a069c2dCopy full SHA for a069c2d
Modules/IO/PhilipsREC/src/itkPhilipsRECImageIO.cxx
@@ -710,7 +710,7 @@ PhilipsRECImageIO::ReadImageInformation()
710
AffineMatrix spacing;
711
spacing.SetIdentity();
712
713
- AnatomicalOrientation coord_orient(AnatomicalOrientation::FromEnum::RSA);
+ AnatomicalOrientation coord_orient(AnatomicalOrientation::NegativeEnum::RSA);
714
715
switch (par.sliceorient)
716
{
0 commit comments