Changes

Jump to navigation Jump to search
no edit summary
# Save the program state before run.
# This state file will also be used for loading, before a later cluster/global fit analysis.
state.save('pre_runini_setup', force=True)
# Do not change!
</source>
== Rerun from a "pre_runini_setup.bz2" file ==If something goes wrong, you can open the '''pre_runini_setup.bz2'''.
Just start relax:
relax_disp -g -l logfile.log
and open the '''pre_runini_setup.bz2''' from File->"Open relax state".<br>
It should jump to the analysis window, and you can click "Execute"
In script it will be [http://www.nmr-relax.com/manual/state_load.html See manual]:
<source lang="python">
state.load(state='pre_runini_setup.bz2')
from auto_analyses.relax_disp import Relax_disp
import pipe_control
Trusted, Bureaucrats
1,382

edits

Navigation menu