Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.ang phase labeling #10

Open
EBRaeker opened this issue Jul 20, 2021 · 2 comments
Open

.ang phase labeling #10

EBRaeker opened this issue Jul 20, 2021 · 2 comments

Comments

@EBRaeker
Copy link

I opened .ang files in OIM Analysis that were created by EMSphInx with two phases selected for indexing, however, OIM Analysis was attributing all pixels to one of the two phases. Looking at the documentation on .ang formatting, OIM Analysis is expecting multiphase files to be labeled starting at phase 1 rather than phase 0. EMSphInx labels the multiple phases starting at phase 0 which seems to signal OIM Analysis to treat the file as containing data for a single phase. That is problematic for processing the data further.

The problem seems to be just the phase numbering because using find & replace to relabel the phases starting at phase 1 was successful in having OIM Analysis correctly read in the data as consisting of multiple phases.

@hakonanes
Copy link

Looking at the documentation on .ang formatting

Out of curiosity, since I've implemented readers/writers of this format previously, which documentation is this? Is this something else than the OIM manuals? I can't remember having read a specification of the format anywhere.

@EBRaeker
Copy link
Author

No, I found it within OIM. I have attached the relevant pages of the manual. Phase numbering is near the bottom of the first page.
OIM ang format.pdf

Also, here is the header plus a few lines of data for a multiphase ang file exported from OIM with the columns' data types labeled at the end of the header.
OIM ang export.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants