-
Notifications
You must be signed in to change notification settings - Fork 96
EMfamily
Marc DeGraef edited this page Dec 22, 2018
·
2 revisions
This program can be used to make a stereographic projection (in PostScript) of a series of equivalent directions or crystal planes for a given crystal structure and a given projection direction.
Let's produce a [120] stereographic projection for Aluminum, and draw the direct space projection of the families of <111> and <100> directions:
Enter xtal file name : Al.xtal
Real Space (d) or reciprocal space (r) : d
Enter viewing direction indices [uvw] : 1,2,0
Enter Postscript file name : test.ps
Enter u,v,w : 1,1,1
Multiplicity = 8
Another family (1/0) ? 1
Enter u,v,w : 1,0,0
Multiplicity = 6
Another family (1/0) ? 0
Another pattern (1/0) ? 0
This produces a test.ps PostScript file that looks like this:
Note that this can also be done for families of planes by selecting the r option for the second prompt.
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