-
Notifications
You must be signed in to change notification settings - Fork 96
EMstar
Marc DeGraef edited this page Dec 24, 2018
·
2 revisions
This is a simple utility program that lists the equivalent reflections for a given (hkl) and crystal structure. The user is prompted for the crystal structure file name, the accelerating voltage, and the type of scattering factors to be used. Then the reciprocal lattice point is entered (as integers) and a list of equivalent reflectors is created.
For the SrTiO3.xtal structure file, the program output for the (111) reflection is:
Enter reciprocal lattice coordinates [I] : 1,1,1
Number of equivalent planes in star = 8
Scattering factors : Weickenmeier-Kohl (with absorption)
h k l |g| Ucg_r Ucg_i |Ug| phase |Ugp| phase xi_g xi_gp ratio Re-1/q_g-Im
1 1 1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
-1 -1 1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
-1 1 -1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
1 1 -1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
-1 -1 -1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
1 -1 -1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
1 -1 1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
-1 1 1 4.4332 3.704 0.155 3.704 0.000 0.155 0.000 107.6 2577.2 23.9 0.009 0.000
Wiki pages are maintained by M. De Graef; they are part of the EMsoft package and fall under the same copyright (BSD2).
Information for Users
SEM Modalities
- Monte Carlo Simulations- EBSD Master Pattern Simulations
- EBSD Overlap Master Patterns
- EBSD Pattern Simulations
- EBSD Dictionary Indexing
- EBSD Spherical Indexing
- EBSD Reflector Ranking
- EBSD HREBSD
- ECP Master Pattern Simulations
- ECP Pattern Simulations
- TKD Master Pattern Simulations
- TKD Pattern Simulations
- ECCI Defect Image Simulations
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
- 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