You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/writing-script.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,3 +423,22 @@ Words of Encouragement
423
423
Remember, all the computer knows how to do is minimize a value.
424
424
It has no understanding of the physical meaning of the parameters.
425
425
That is why we need smart people like yourself to guide the fitting process!
426
+
427
+
What's Next?
428
+
------------
429
+
430
+
Now that you have a basic understanding of how to write a script using ``diffpy.cmi``,
431
+
you can explore more advanced examples such as fitting a gaussian (``gaussianfit`` example) or fitting intensity (``intensityfit`` example) data with ``diffpy.cmi``.
432
+
To see available examples, run
433
+
434
+
.. code-block:: bash
435
+
436
+
cmi info examples
437
+
438
+
To copy an example to your current working directory, use the command
0 commit comments