chapter_12_-_multiple_data_sets
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| chapter_12_-_multiple_data_sets [2018/11/23 10:56] – created johnsoevans | chapter_12_-_multiple_data_sets [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Chapter 12 Multiple Data Sets ====== | ||
| + | An example of analysing multiple data sets using the list command analagous to 12.2.3 is in the [[https:// | ||
| + | |||
| + | The quantitative analysis example on WO3 in 12.3 Parametric refinement is covered in the [[https:// | ||
| + | |||
| + | The temperature calibration example on ZrP2O7 in 12.3.2 is covered in the [[https:// | ||
| + | |||
| + | ===== Chapter 12.1 Simulation ===== | ||
| + | |||
| + | The INP file needed to simulate a series of patterns is: | ||
| + | |||
| + | <code topas> | ||
| + | ' Create a series of 10 simulated patterns with increasing Lorentzian strain broadening' | ||
| + | num_runs 10 | ||
| + | iters 0 | ||
| + | ' Save INP file as an OUT ' | ||
| + | out_file = Concat(String(INP_File), | ||
| + | system_after_save_OUT { copy INP_File## | ||
| + | |||
| + | yobs_eqn !aac## | ||
| + | ' Save each simulated powder pattern in the XY file format' | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | Rs 217.5 | ||
| + | | ||
| + | lam | ||
| + | ymin_on_ymax | ||
| + | la 1 lo 0.7093 lh 0.2695 | ||
| + | | ||
| + | phase_name "LaB6 series simulated" | ||
| + | TCHZ_Peak_Type(, | ||
| + | lor_fwhm = 0.1 Run_Number Tan(Th); | ||
| + | space_group Pm-3m | ||
| + | scale 0.0002823909984 | ||
| + | Cubic( 4.154782417) | ||
| + | site La num_posns | ||
| + | site B num_posns | ||
| + | </ | ||