From: W. Trevor King Date: Fri, 20 Aug 2010 10:44:31 +0000 (-0400) Subject: Fast curve review seems to be a GUI-specific feature. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=766f5dd3f0c108a8b77ce9466e241b5321e9108c;hp=c0911e484ad7df3e1d3abe5840af81783e2b329b Fast curve review seems to be a GUI-specific feature. --- diff --git a/doc/gui.txt b/doc/gui.txt index 28e9cb8..5c4a6ef 100644 --- a/doc/gui.txt +++ b/doc/gui.txt @@ -193,3 +193,13 @@ The :doc:`autopeak` tutorial is also applicable. You need to setup the type of fit you want to use: in the Properties of the autopeak command (autopeak plugin) select `WLC`, `FJC` or `FJC_PEG` from the dropdown list for the `polymer model` argument of `polymer fit`. + +Fast curve reviewing and saving +=============================== +.. todo:: Update curve review tutorial section. + +When automatic routines are not good enough to filter your data, use +``review`` command to cycle through your playlist presenting ten +curves in the same graph. You can then enter the numbers of the +interesting curves and automatically save a copy of them into another +directory. diff --git a/doc/tutorial.txt b/doc/tutorial.txt index a2ff0cc..be41a0d 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -366,17 +366,6 @@ freely jointed chain fitting`_ and `Command stacks`_.:: hooke> stop_command_capture hooke> apply_command_stack_to_playlist -Fast curve reviewing and saving -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. todo:: Update curve review tutorial section. - -When automatic routines are not good enough to filter your data, use -``review`` command to cycle through your playlist presenting ten -curves in the same graph. You can then enter the numbers of the -interesting curves and automatically save a copy of them into another -directory. - Configuring Hooke ----------------- diff --git a/test/tutorial.py b/test/tutorial.py index 7c115d6..34bf152 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -243,8 +243,6 @@ See :file:`command_stack.py`, See :file:`multiple_curve_analysis`. -*Fast curve reviewing and saving* - *Configuring Hooke* See :file:`config.py`.