Replies: 2 comments 4 replies
-
Hi @mjp-ua, which specific file formats are you talking about? Oxford's binary .ebsp file to EDAX' binary .up1 or .up2 file? We have readers for both these formats in kikuchipy (supported formats). kikuchipy extends HyperSpy for EBSD pattern analysis. But, we can only write to the NORDIF binary .dat format and our own custom HDF5 format (readable by EMsoft). Unless your OIM software can import NORDIF's binary file format without the corresponding metadata returned by NORDIF (settings, background pattern, calibration patterns, SE image with region of interest, etc.), I'm afraid kikuchipy is of little help. PyEBSDIndex (source) is another EBSD software that may do what you want. I know it has readers and writers for both binary formats. But, I'm not sure you can combine reading one format and writing to the other. @drowenhorst-nrl, is PyEBSDIndex able to do this? |
Beta Was this translation helpful? Give feedback.
-
Hey @mjp-ua - It depends on what features of OIMAnalysis you are looking at (just the analysis, or also some parts of the indexing), but PyEBSDIndex will take in patterns from Oxford (certain .ebsp files are supported, the HDF5 format is much more easily supported), and perform the indexing. PyEBSDIndex does have an ang writer for the indexed data. It also has a .oh5 writer (EDAX's HDF5 replacement for .ang), which the current release version has a bug, but I should have a patch out soon to fix that. If you are impatient, my personal develop branch should have the fix. We have a paper that is just about to come out that shows how PyEBSDIndex performs relative to the EDAX indexing - PyEBSDIndexPaper |
Beta Was this translation helpful? Give feedback.
-
Has anyone sorted out a good workflow for taking saved pattern EBSD data from an Oxford system and importing into OIM for reindexing / analysis purposes?
We like OIM for the analysis capability but our microscope with APEX / EDAX is really awful so we would like to collect all our EBSD on the microscope which is run by aztec. Ever since the new update, the file importing from Oxford -> OIM is just not working
Beta Was this translation helpful? Give feedback.
All reactions