Skip to content

EMlatgeom

Marc DeGraef edited this page Dec 22, 2018 · 2 revisions

Program: EMlatgeom

This is a simple utility program to compute lengths of direct and reciprocal space vectors, angles between directions or plane normals, and cross products in direct or real space. The program is rather self-explanatory; we will do this for SrTiO3.xtal as an example:

  Enter xtal file name : SrTiO3.xtal
ReadDataHDF: There is no Source data set in this structure file
 Select from the following options:

 [1] length of direct space vector
 [2] length of reciprocal space vector
 [3] angle between direct space vectors
 [4] angle between reciprocal space vectors
 [5] cross product, direct space vectors
 [6] cross product, reciprocal space vectors

     Enter selection: 

Let's take selection 3:

     Enter first vector components : 1,1,1
     Enter second vector components : 1,0,0
 -> Angle [deg] =   54.7356
  Another computation? (1/0) : 

Next, let's do the cross product between [110] and [201]:

     Enter selection: 5
     Enter first vector components : 1,1,0
     Enter second vector components : 2,0,1
 -> p x q = (  1  -1  -2)

Note that this is a plane normal (i.e., a direction in recprocal space).

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