Open main menu

Changes

== Rerun from a "ini_setup.bz2" file ==
If something goes wrong, you can open the '''ini_setup.bz2'''in the '''model_sel_no_cluster''' directory.
Just start relax:
relax_disp -g -l logfilelog_model_sel_no_cluster.log
and open the '''ini_setup.bz2''' from File->"Open relax state".<br>
It should jump to the analysis window, make corrections, and you can then click "Execute".
In script it will be , just follow section [[http://www.nmr-relax.com/manual/state_load.html See manualTutorial_for_Relaxation_dispersion_analysis_cpmg_fixed_time_recorded_on_varian_as_fid_interleaved#Analyse_via_script | Analyse_via_script]]:<source lang="python">state.load(state='ini_setup.bz2')from auto_analyses.relax_disp import Relax_dispimport pipe_control # Print current pipeprint pipe.display() # print and check spectrum ids.print pipe_control.spectrum.get_ids() # Set settings for run.pipe_name = 'base pipe'; pipe_bundle = 'relax_disp'MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'NS 2-site expanded']GRID_INC = 21; MC_NUM = 10; MODSEL = 'AIC' # ExecuteRelax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL)</source>
= Inspecting results from the relax analysis =
Trusted, Bureaucrats
1,382

edits