Changeset 42


Ignore:
Timestamp:
Mar 24, 2010 3:06:02 PM (14 years ago)
Author:
vondreel
Message:

added a few more "standards" & added docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ImageCalibrants.py

    r29 r42  
     1#GSASII powder calibrants file; dictionary of substances commonly used for powder
     2#calibrations. Each entry consists of:
     3# 'name':(Bravais no,(a,b,c,alpha,beta,gamma))
     4#Useful Bravais nos.: F-cubic=0,I-cubic=1,P-cubic=2,R3/m(hex)=3, P6=4
    15Calibrants={
    26'':(0,(0,0,0,0,0,0)),
     
    59'Si    SRM640c':(0,(5.4311946,5.4311946,5.4311946,90,90,90)),
    610'CeO2  SRM674b':(0,(5.411651,5.411651,5.411651,90,90,90)),
    7 'Al2O3 SRM676a':(3,(4.759091,4.759091,12.991779,90,90,120))}
     11'Al2O3 SRM676a':(3,(4.759091,4.759091,12.991779,90,90,120)),
     12'Ni   @ 298K':(0,(3.52475,3.52475,3.52475,90,90,90)),
     13'NaCl @ 298K':(0,(5.6402,5.6402,5.6402,90,90,90))}
Note: See TracChangeset for help on using the changeset viewer.