@@ -148,7 +148,7 @@ Basic diffpy.morph Workflow
148148 7. Now, we will examine the Gaussian smearing factor. We provide an
149149 initial guess by typing ::
150150
151- diffpy.morph --scale=0.8 --smear=0.5 -a darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
151+ diffpy.morph --scale=0.8 --smear-pdf =0.5 -a darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
152152
153153 And viewing the results. We've tailored our scale factor to be
154154 close to the value given by ``diffpy.morph ``, but see that the difference
@@ -162,17 +162,17 @@ Basic diffpy.morph Workflow
162162 superficial and in most cases can be ignored.
163163
164164 We see that this has had hardly any effect on our PDF. To see
165- an effect, we restrict the ``rmin `` and ``rmax `` values to
165+ an effect, we restrict the ``xmin `` and ``xmax `` values to
166166 reflect relevant data range by typing ::
167167
168- diffpy.morph --scale=0.8 --smear=0.5 --rmin =1.5 --rmax =30 darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
168+ diffpy.morph --scale=0.8 --smear-pdf =0.5 --xmin =1.5 --xmax =30 darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
169169
170170 Now, we see that the difference Rw = 0.204 and that the optimized
171171 ``smear=-0.084138 ``.
172172
173- * We restricted the r values because some of the Gaussian
174- smear effects are only visible in a fixed r range. We
175- chose this r range by noting where most of our relevant
173+ * We restricted the `` x ``-axis (`` r ``) values because some of the Gaussian
174+ smear effects are only visible in a fixed `` x `` range. We
175+ chose this `` x `` range by noting where most of our relevant
176176 data was that was not exponentially decayed by
177177 instrumental shortcomings.
178178
@@ -181,7 +181,7 @@ Basic diffpy.morph Workflow
181181 8. Finally, we will examine the stretch factor. Provide an initial
182182 guess by typing ::
183183
184- diffpy.morph --scale=0.8 --smear=-0.08 --stretch=0.005 --rmin =1.5 --rmax =30 -a darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
184+ diffpy.morph --scale=0.8 --smear-pdf =-0.08 --stretch=0.005 --xmin =1.5 --xmax =30 -a darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
185185
186186 And noting that the difference has increased. Before continuing,
187187 see if you can see which direction (higher or lower) our initial
@@ -190,7 +190,7 @@ Basic diffpy.morph Workflow
190190
191191 If you cannot, type ::
192192
193- diffpy.morph --scale=0.8 --smear=-0.08 --stretch=0.005 --rmin =1.5 --rmax =30 -a darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
193+ diffpy.morph --scale=0.8 --smear-pdf =-0.08 --stretch=0.005 --xmin =1.5 --xmax =30 -a darkSub_rh20_C_01.gr darkSub_rh20_C_44.gr
194194
195195 to observe decreased difference and then remove ``-a `` to see
196196 the optimized ``--stretch=0.001762 ``. We have now reached
0 commit comments