Skip to content

Commit d845c8e

Browse files
committed
add segue to more complex fitting in cmi
1 parent dadf17e commit d845c8e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/source/writing-script.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,3 +423,22 @@ Words of Encouragement
423423
Remember, all the computer knows how to do is minimize a value.
424424
It has no understanding of the physical meaning of the parameters.
425425
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
439+
440+
.. code-block:: bash
441+
442+
cmi copy <example-name>
443+
444+
Happy fitting!

0 commit comments

Comments
 (0)