mtex-toolbox / mtex

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
http://mtex-toolbox.github.io/
GNU General Public License v2.0
286 stars 185 forks source link

EBSD *.ang file not recognized MTEX 5.2.4 #435

Closed lfgmorales closed 4 years ago

lfgmorales commented 4 years ago

Hi all,

MTEX 5.2.4 is not recognizing *.ang files, I am using Matlab 2019a, MacOS 10.15

if I do

ebsd = EBSD.load(fname,CS,'interface','ang',... 'convertEuler2SpatialReferenceFrame');

the error is:

Error using loadEBSD_ang (line 129)

EBSD format 'ANG' does not match the data file: '/Users/lfgmorales/polybox/Rock Physics 2019/149-4x cleaned-CIS.ang'

Error in EBSD.load (line 86) ebsd{k} = feval(['loadEBSD_',char(interface)],...

Error in rock_physics_ETH_2019 (line 59) ebsd EBSD.load(fname,CS,'interface','ang',...

and if I try to use import wizard, it results:

Warning: This implementation of uitable has been deprecated and is no longer supported.

In uitable_deprecated In uitable (line 38) In GenericApi/localCreatePage (line 399) In GenericApi (line 18) In generic_wizard (line 20) In loadEBSD_generic (line 72) In check_interfaces (line 47) In EBSD.load (line 72) In WizardDataApi/loadData (line 372) In pageImportData/localAddData (line 136) Warning: This implementation of uitable has been deprecated and is no longer supported. In uitable_deprecated In uitable (line 38) In GenericApi/localCreatePage (line 473) In GenericApi (line 18) In generic_wizard (line 20) In loadEBSD_generic (line 72) In check_interfaces (line 47) In EBSD.load (line 72) In WizardDataApi/loadData (line 372) In pageImportData/localAddData (line 136)

I see the same in a PC, and everything was fine until 5.2.3, no problem at all

thanks a lot

Luiz

kilir commented 4 years ago

Hi Luiz, I just tried it with the olivine example data

ebsd = EBSD.load('olivineopticalmap.ang',CS,'interface','ang',...
'convertEuler2SpatialReferenceFrame','setting 1');

and did not get any warning/issue whatsoever, using the above command and the current development version with Matlab 2019b. Import_wizard doesn't add the the 'setting xy' option but no other warnings so far.

Do you also get the error when you try out the example data?

Cheers, Rüdiger

lfgmorales commented 4 years ago

Hi Rüdiger

The example file you suggested work fine, if I try the import_wizard, actually opens the box to setup a "generic" EBSD dataset, and I get those errors after closing it

thanks a lot

Luiz

Luiz F. G. Morales ScopeM & Structural Geology and Tectonics Group ETH Zürich


From: Rüdiger Kilian notifications@github.com Sent: 26 November 2019 14:25:13 To: mtex-toolbox/mtex Cc: Grafulha Morales Luiz; Author Subject: Re: [mtex-toolbox/mtex] EBSD *.ang file not recognized MTEX 5.2.4 (#435)

Hi Luiz, I just tried it with the olivine example data

ebsd = EBSD.load('olivineopticalmap.ang',CS,'interface','ang',...

'convertEuler2SpatialReferenceFrame','setting 1');

and did not get any warning/issue whatsoever, using the above command and the current development version with Matlab 2019b. Import_wizard doesn't add the the 'setting xy' option but no other warnings so far.

Do you also get the error when you try out the example data?

Cheers, Rüdiger

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/mtex-toolbox/mtex/issues/435?email_source=notifications&email_token=ALE5IN3AIBOURGE363LGIQLQVUPTTA5CNFSM4JRW3LCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFF7OOY#issuecomment-558626619, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALE5IN2ZCA4RWA6CKNUTOBLQVUPTTANCNFSM4JRW3LCA.

kilir commented 4 years ago

Ok, I can reproduce the issue with your file, but so far, apart fomr some empty lines missing, I do not see the difference so far. I'll look into it a little later. Cheers, Rüdiger

lfgmorales commented 4 years ago

dont worry too much, I just thought was a bug (because it was working until yesterday evening, with 5.2.3) maybe this file is somehow corrupted, I will try to export it again and see what happens

thanks a lot

Luiz

On 26. Nov 2019, at 15:42, Rüdiger Kilian notifications@github.com wrote:

Ok, I can reproduce the issue with your file, but so far, apart fomr some empty lines missing, I do not see the difference so far. I'll look into it a little later. Cheers, Rüdiger

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mtex-toolbox/mtex/issues/435?email_source=notifications&email_token=ALE5IN37YTJRFP36JLG3HALQVUYT3A5CNFSM4JRW3LCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFGHU5I#issuecomment-558660213, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALE5IN4QWUNG2PC2AYGGE4LQVUYT3ANCNFSM4JRW3LCA.

Luiz F. G. Morales ETH Zürich Structural Geology and Tectonics Group Scientific Center for Optical and Electron Microscopy (ScopeM) HPM D 47 Otto-Stern-Weg 3 8093 Zurich, Switzerland Phone +41 44 633 37 46 <tel:+41%2044%20633%2037%2046> Email: luiz.morales@scopem.ethz.ch mailto:luiz.morales@scopem.ethz.ch

ralfHielscher commented 4 years ago

I also can not reproduce any error.

Ralf.

lfgmorales commented 4 years ago

Hi Ralf

I will send you two files that work on 5.2.3 and dont work on 5.2.4. I will try to reinstall the new version, maye something got corrupted

Thanks

Luiz

Luiz F. G. Morales ScopeM - ETH Zürich Sent from iPhone

On 13 Dec 2019, at 13:56, Ralf Hielscher notifications@github.com wrote:



I also can not reproduce any error.

Ralf.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/mtex-toolbox/mtex/issues/435?email_source=notifications&email_token=ALE5IN247WG2F7QBRN4U543QYQAGJA5CNFSM4JRW3LCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG3LQZI#issuecomment-565622885, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALE5INYUCBGYEDS4APPDN53QYQAGJANCNFSM4JRW3LCA.

ralfHielscher commented 4 years ago

I Luiz,

this would be good, as I want to release MTEX 5.2.5 today.

Ralf.


Ralf Hielscher Tel: +371-531-38556 Fakultät für Mathematik +371-531-22200 (Sekr.) Technische Universität Chemnitz Fax: +371-531-22109 Reichenhainer Str. 39 E-mail: ralf.hielscher@mathematik.tu-chemnitz.de D-09126 Chemnitz http://www.tu-chemnitz.de/~rahi


On Sat, Dec 14, 2019 at 1:53 AM Luiz Morales notifications@github.com wrote:

Hi Ralf

I will send you two files that work on 5.2.3 and dont work on 5.2.4. I will try to reinstall the new version, maye something got corrupted

Thanks

Luiz

Luiz F. G. Morales ScopeM - ETH Zürich Sent from iPhone

On 13 Dec 2019, at 13:56, Ralf Hielscher notifications@github.com wrote:



I also can not reproduce any error.

Ralf.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/mtex-toolbox/mtex/issues/435?email_source=notifications&email_token=ALE5IN247WG2F7QBRN4U543QYQAGJA5CNFSM4JRW3LCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG3LQZI#issuecomment-565622885>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/ALE5INYUCBGYEDS4APPDN53QYQAGJANCNFSM4JRW3LCA>.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mtex-toolbox/mtex/issues/435?email_source=notifications&email_token=ACBYJ2IBZBOE2MNIS2VVCGTQYQVCDA5CNFSM4JRW3LCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG3VKXQ#issuecomment-565663070, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBYJ2PQOMRLG54RAU53A3LQYQVCDANCNFSM4JRW3LCA .