Hi Rahul
There are some issues with *.osc files when you import on MTEX 4 (but used to work fine in MTEX 3.5 as you noticed) because they may have a different structure. I was told by a colleague that Ralf was working on the solution to that. In addtion, if you import an *.osc file, you have to rotate the data according to the rotation below to have the TSL maps and pole figures in accordance with the MTEX maps and pole figures
ebsd = rotate(ebsd,rotation('axis',xvector+yvector,'angle',180*degree),'keepXY')
So it is better to use the *.ang file that you can export via TSL. With this option, you'll ger a message asking wheter you want to use 'convertEuler2Spatial’ or ‘convertSpatial2Euler’ from the ang-import interface. In this case you dont need to do any rotation
I hope it helps
Luiz