Restores a ChIPS session from a state file.
-
filename - an existing state file.
The load_state command restores a ChIPS session from a state
file that was created using the save_state command. The
current session is cleared, then all data and ChIPS settings
are restored from the file.
If any part of the undo command history is present in the
state file, it is possible to undo those commands in the
restored session.
chips> load_state("/somepath/myprivate.state")
Load a session from the file
"/some/path/chips.gratingfit.state" .
|