chapter_12_-_multiple_data_sets
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
chapter_12_-_multiple_data_sets [2022/09/01 02:27] – added some quote marks to help the autocolouring matthew | chapter_12_-_multiple_data_sets [2024/07/03 09:09] (current) – johnsoevans | ||
---|---|---|---|
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 | ||
+ | </ |