Changes

Jump to navigation Jump to search
import pipe_control
# Print current pipe
print 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'
print pipe_control.spectrum.get_ids()# Execute
Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL)
</source>
Trusted, Bureaucrats
1,382

edits

Navigation menu