Changes

Jump to navigation Jump to search
print("Printing results")
print("################\n")
 
# Store all the pipe names.
pipes = []
for model in MODELS:
# Switch to pipe.
pipe.switch(pipe_name='%s - relax_disp' % (model) pipes.append(pipe_name) pipe.switch(pipe_name=pipe_name)
print("\nModel: %s" % (model))
value = getattr(cur_spin, param)
print("%-10s %-6s %-6s %6s" % ("Parameter:", param, "Value:", value))
 
 
# Print the model selection
print("Printing the model selection")
model_selection(method='AIC', modsel_pipe='test', pipes=pipes)
pipe.display()
</source>
= See also =
[[Category:Tutorials]]

Navigation menu