Skip to content
Marc DeGraef edited this page Dec 24, 2018 · 2 revisions

Program: EMstar

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

Information for Users

Home

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
XRD Modalities     - Laue Master Pattern Simulation
    - EMLaue
    - EMLaueSlit
General Parameter Definitions * Foil Defect Configuration Definitions
EMsoftWorkbench
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
IDL Scripts     - Virtual Machine Apps
    - SEMDisplay
    - Efit
    - CBEDDisplay
python wrappers     - python examples
Docker     - Docker Image

Complete Examples

  1. Crystal Data Entry Example
  2. EBSD Example
  3. ECP Example
  4. TKD Example
  5. ECCI Example
  6. CBED Example
  7. Dictionary Indexing Example
  8. DItutorial

Information for Developers

Clone this wiki locally