diff --git a/interfaces/loadEBSD_h5oina.m b/interfaces/loadEBSD_h5oina.m index 2fc0bb98b..7b587ef62 100644 --- a/interfaces/loadEBSD_h5oina.m +++ b/interfaces/loadEBSD_h5oina.m @@ -324,8 +324,10 @@ else rot = rotation.byEuler(EBSDdata.Euler'); %don't rotate - keep CS1 (default - acquisition surface0 end - - + + if size(rot,2)>1 + rot = transpose(rot); + end % what data should we read, all or just the standard phase = EBSDdata.Phase;