-
Notifications
You must be signed in to change notification settings - Fork 12
EMgetEulers
This is a basic utility program that extracts Euler angles from a dot product (dictionary indexing) output file and generates a simple text file with all the angles. Optionally, the program also generates an input file for the EMEBSD program, so that the patterns can be computed for all the Euler angle triplets in the angle file.
This program works in the same way as most other programs and uses a name list input file obtained as follows:
EMgetEulers -t
Rename the resulting EMgetEulers.template file to EMgetEulers.nml and edit the parameter fields as needed:
&Eulerslist
! crystal structure filename
xtalname = 'undefined'
! which Euler angle data set do you want to use? 'original' or 'refined'
angledataset = 'original',
! name of orientations text output file (relative to EMdatapathname)
txtfile = 'undefined',
! name of EMEBSD input namelist file to be generated (relative to EMdatapathname)
EMEBSDnmlfile = 'undefined',
! name of EMEBSD h5 output file; path relative to EMdatapathname
datafile = 'undefined',
! name of input dot product file (relative to EMdatapathname)
dotproductfile = 'undefined',
/
Running the EMgetEulers program then generates a text file with all the original or refined Euler angles, and optionally, if EMEBSDnmlfile is set to a file name, the input namelist file for the EMEBSD program. Depending on where all the input files are located, the user may need to edit this file before executing the program. This will generate an HDF5 file with all the simulated patterns for the list of orientations, so that direct comparison with the experimental patterns becomes possible.
Wiki pages are maintained by M. De Graef; they are part of the EMsoftOO package and fall under the same copyright (BSD2).
Information for Users
SEM Modalities
- Monte Carlo Simulations- EBSD Master Pattern Simulations
- EBSD Depth Master Pattern Simulations
- TKD Master Pattern Simulations
- ECP Master Pattern Simulations
- Overlap Master Patterns
- EBSD Pattern Simulations
- ECP Pattern Simulations
- TKD Pattern Simulations
- Dictionary Indexing
- EBSD Spherical Indexing
- EBSD Reflector Ranking
- Ion-induced Secondary Electron Master Pattern
- ECCI Defect Image Simulations
- 4DEBSD
TEM Modalities
- HH4- PED
- CBED Pattern Simulations
- STEM-DCI Image Simulations
- EMIntegrateSTEM utility
Utility Programs
- EMConvertOrientations- EMDisorientations
- EMHOLZ
- EMKikuchiMap
- EMOpenCLinfo
- EMZAgeom
- EMcuboMK
- EMdpextract
- EMdpmerge
- EMdrawcell
- EMeqvPS
- EMeqvrot
- EMfamily
- EMGBO
- EMGBOdm
- EMgetEulers
- EMgetOSM
- EMlatgeom
- EMlistSG
- EMlistTC
- EMmkxtal
- EMorbit
- EMorav
- EMorient
- EMqg
- EMsampleRFZ
- EMshowxtal
- EMsoftSlackTest
- EMsoftinit
- EMstar
- EMstereo
- EMxtalExtract
- EMxtalinfo
- EMzap
Complete Examples
- Crystal Data Entry Example
- EBSD Example
- ECP Example
- TKD Example
- ECCI Example
- CBED Example
- Dictionary Indexing Example
- DItutorial
Information for Developers