Saves the ChIPS session into a state file.
-
filename - output state file.
The save_state command saves the current ChIPS session into a
platform-independent state file.
A partial history of the undo command is also saved, but it
does not include history cached in a file. This limits which
commands may be undone in the restored session.
The save session can be restored with the load_state command.
chips> save_state("/some/path/chips.gratingfit.state")
Save the session to the file
"/some/path/chips.gratingfit.state" .
|