X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=test%2Ftutorial.py;h=34bf1524a49850e2e1ad814df0d444c0b4efc2cd;hp=7e9ec3381d20ee7d5ebaad4da3dc9b345cc26300;hb=766f5dd3f0c108a8b77ce9466e241b5321e9108c;hpb=b67e975dfaaa3ad7537859a2fe99d84ff568167e diff --git a/test/tutorial.py b/test/tutorial.py index 7e9ec33..34bf152 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -38,6 +38,7 @@ Command: load_playlist Arguments: help BOOL (bool) Print a help message. +stack BOOL (bool) Add this command to appropriate command stacks. output_playlist STRING (string) Name of the new playlist (defaults to an auto-generated name). input FILE (file) File name for the input playlist. @@ -69,6 +70,7 @@ hooke Success >>> h = r.run_lines(h, ['new_playlist --output_playlist mylist']) + Success >>> h = r.run_lines(h, ['jump_to_playlist -- -1']) @@ -231,9 +233,15 @@ See :file:`delta.py`. *Worm like chain and freely jointed chain fitting* -*Multiple curve fitting and measuring* +*Command stacks* + +See :file:`command_stack.py`, +:file:`apply_command_stack_to_playlist.py`, and +:file:`command_stack_save_load.py`. + +*Multiple curve analysis* -*Fast curve reviewing and saving* +See :file:`multiple_curve_analysis`. *Configuring Hooke*