Skip to content

Commit d914ce8

Browse files
committed
Updates fitting step descriptions for clarity
1 parent 1f8a706 commit d914ce8

6 files changed

+14
-14
lines changed

tutorials/advanced_joint-fit_pd-neut-xray-cwl_PbSO4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
term.coef.free = True
272272

273273
# %% [markdown]
274-
# ### Fitting step
274+
# ### Perform Fit
275275

276276
# %%
277277
project.analysis.fit()

tutorials/advanced_single-fit_pd-neut-tof_Si-SEPD.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
project = Project()
119119

120120
# %% [markdown]
121-
# ## Configure Plotting Engine
121+
# ### Configure Plotting Engine
122122

123123
# %%
124124
project.plotter.engine = 'plotly'
@@ -163,7 +163,7 @@
163163
show_residual=True)
164164

165165
# %% [markdown]
166-
# ### Fitting Step 1/5
166+
# ### Perform Fit 1/5
167167
#
168168
# Set parameters to be fitted
169169

@@ -196,7 +196,7 @@
196196
show_residual=True)
197197

198198
# %% [markdown]
199-
# ### Fitting Step 2/5
199+
# ### Perform Fit 2/5
200200
#
201201
# Set parameters to be fitted
202202

@@ -227,7 +227,7 @@
227227
show_residual=True)
228228

229229
# %% [markdown]
230-
# ### Fitting Step 3/5
230+
# ### Perform Fit 3/5
231231
#
232232
# Fix background points
233233

@@ -266,7 +266,7 @@
266266
show_residual=True)
267267

268268
# %% [markdown]
269-
# ### Fitting Step 4/5
269+
# ### Perform Fit 4/5
270270
#
271271
# Set parameters to be fitted
272272

tutorials/basic_single-fit_pd-neut-cwl_LBCO-HRPT.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
project.analysis.current_minimizer = 'lmfit (leastsq)'
423423

424424
# %% [markdown]
425-
# ### Fitting Step 1/5
425+
# ### Perform Fit 1/5
426426
#
427427
# Set sample model parameters to be fitted
428428

@@ -467,7 +467,7 @@
467467
project.save_as(dir_path='lbco_hrpt', temporary=True)
468468

469469
# %% [markdown]
470-
# ### Fitting Step 2/5
470+
# ### Perform Fit 2/5
471471
#
472472
# Set experimental parameters to be fitted
473473

@@ -503,7 +503,7 @@
503503
project.save_as(dir_path='lbco_hrpt', temporary=True)
504504

505505
# %% [markdown]
506-
# ### Fitting Step 3/5
506+
# ### Perform Fit 3/5
507507
#
508508
# Set sample model parameters to be fitted
509509

@@ -539,7 +539,7 @@
539539
project.save_as(dir_path='lbco_hrpt', temporary=True)
540540

541541
# %% [markdown]
542-
# ### Fitting Step 4/5
542+
# ### Perform Fit 4/5
543543
#
544544
# #### Define constraints
545545
#
@@ -608,7 +608,7 @@
608608
project.save_as(dir_path='lbco_hrpt', temporary=True)
609609

610610
# %% [markdown]
611-
# ### Fitting Step 5/5
611+
# ### Perform Fit 5/5
612612
#
613613
# #### Define constraints
614614
#

tutorials/pdf_pd-neut-cwl_Ni.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
project.analysis.fit()
8989

9090
# %% [markdown]
91-
# ## Plot Measured vs Calculated Data
91+
# ## Plot Measured vs Calculated
9292

9393
# %%
9494
project.plot_meas_vs_calc(expt_name='pdf',

tutorials/pdf_pd-neut-tof_Si-NOMAD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
project.analysis.fit()
9191

9292
# %% [markdown]
93-
# ## Plot Measured vs Calculated Data
93+
# ## Plot Measured vs Calculated
9494

9595
# %%
9696
project.plot_meas_vs_calc(expt_name='nomad',

tutorials/pdf_pd-xray_NaCl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
project.analysis.fit()
110110

111111
# %% [markdown]
112-
# ## Plot Measured vs Calculated Data
112+
# ## Plot Measured vs Calculated
113113

114114
# %%
115115
project.plot_meas_vs_calc(expt_name='xray_pdf')

0 commit comments

Comments
 (0)