Dispersion script mode - execution

Once the data has set up and you have modified your script to match your analysis needs, then the data pipe, pipe bundle and analysis variables are passed into the Relax_disp class. This is the final lines of the script:

[firstnumber=129]
# Auto-analysis execution.
##########################

# Do not change!
Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, results_dir=RESULTS_DIR, models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL, insignificance=INSIGNIFICANCE, numeric_only=NUMERIC_ONLY)

This will start the auto-analysis. If you are adventurous, you can replace this line with your own minimise.grid_search, minimise.execute, and monte_carlo.* user function calls and design your own protocol. For ideas in designing your own advanced analysis, see the auto_analysis/relax_disp.py file.



The relax user manual (PDF), created 2020-08-26.