@@ -203,23 +203,23 @@ selected directory and plot resulting :math:`R_w` values from each morph.
2032032. Let us start by getting the Rw of ``SrFe2As2_150K.gr `` compared to all other files in the
204204 directory. Run ::
205205
206- pdfmorph SrFe2As2_150K.gr . --sequence
206+ pdfmorph SrFe2As2_150K.gr . --multiple
207207
208208 The sequence tag indicates we are comparing PDF file (first input) against all PDFs in
209209 a directory (second input). Our choice of file was ``SeFe2As2_150K.gr ``
210210 and directory was the cwd, which should be ``morphsequence ``.
2112113. After running this, we get chart of Rw values for each target file. However, this chart can
212212 be a bit confusing to interpret. To get a more understandable plot, run ::
213213
214- pdfmorph SrFe2As2_150K.gr . --sequence --temperature
214+ pdfmorph SrFe2As2_150K.gr . --multiple --temperature
215215
216216 The temperature option can be used when our files end in ``_#K.gr `` or ``_#K.cgr `` where ``# ``
217217 is a temperature (float value). When enabled, PDFmorph will plot Rw values against the temperatures.
2182184. Between 192K and 198K, the Rw has a sharp increase, indicating that we may have a phase change.
219219 To confirm, let us now apply morphs onto ``SrFe2As2_150K.gr `` with all other files in ``morphsequence ``
220220 as targets ::
221221
222- pdfmorph --scale=1 --stretch=0 SrFe2As2_150K.gr . --sequence --temperature
222+ pdfmorph --scale=1 --stretch=0 SrFe2As2_150K.gr . --multiple --temperature
223223
224224 Note that we are not applying a smear since it takes a long time to apply and does not significantly
225225 change the Rw values in this example.
0 commit comments