Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
d [2009/08/06 14:33] – clare | d [2009/08/27 11:13] – clare | ||
---|---|---|---|
Line 3: | Line 3: | ||
**[// | **[// | ||
- | ** ** | + | Changes the attributes of the //I// parameter, for example, |
- | Changes the attributes of the //I// parameter, for example, | + | xo_Is |
- | ---- | + | default_I_attributes 0 min 0.001 val_on_continue 1 |
- | **[//d_Is//]... [//d// E //I// E]...** | + | Useful when randomising lattice parameters during Le Bail refinements with //continue_after_convergence//. |
- | ** ** | + | **[// |
- | Defines a phase type that uses d-spacing values for generating peak positions. | + | **[//crystalline_area// #]** |
- | ---- | + | **[// |
- | **[//do_errors//]** | + | //degree_of_crystallinity// reports on the degree of crystallinity which is calculated as follows: |
- | + | degree_of_crystallinity = 100 | |
- | Errors for refined parameters | + | Get(crystalline_area)%%/(%%Get(crystalline_area)+Get(amorphous_area)); |
- | ---- | + | // |
+ | |||
+ | **[// | ||
+ | |||
+ | **[//d// E //I// E]...** | ||
+ | |||
+ | Defines a phase type that uses d-spacing values for generating peak positions. //d// corresponds to the peak position in d-space in Å and //I// is the intensity parameter before applying any // | ||
+ | |||
+ | **[// | ||
+ | |||
+ | Errors for refined parameters (ESD' | ||
**[// | **[// | ||
- | + | Can be a function of the reserved parameter D_spacing. Changes f< | |
+ | |||
+ | ' E(eV) = 10^5 / (8.065541 Lambda(A)) | ||
+ | |||
+ | prm !detector_angle_in_radians = 7.77 Deg_on_2; | ||
+ | |||
+ | prm wavelength = 2 D_spacing Sin(detector_angle_in_radians); | ||
+ | |||
+ | prm energy_in_eV = 10^5 / (8.065541 wavelength); | ||
- | Can be a function of the reserved parameter D_spacing. Changes f' and f" (see section 7.1) to correspond to energies as given by // | + | pk_xo = 10^-3 energy_in_eV + zero; |
- | + | d_spacing_to_energy_in_eV_for_f1_f11 = energy_in_eV; | |
See example ED_SI_STR.INP. | See example ED_SI_STR.INP. |