Author: bugman
Date: Fri Sep 12 09:45:00 2014
New Revision: 25762
URL: http://svn.gna.org/viewcvs/relax?rev=25762&view=rev
Log:
Added printouts to the specific_analyses.frame_order.parameters.update_model()
function.
This is to make it easier to understand why certain things fail due to the
system not being fully
set up.
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py?rev=25762&r1=25761&r2=25762&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/parameters.py
Fri Sep 12 09:45:00 2014
@@ -257,10 +257,14 @@
def update_model():
"""Update the model parameters as necessary."""
+ # Printout.
+ print("Reinitialising the list of model parameters:")
+
# Re-initialise the list of model parameters.
cdp.params = []
# The pivot parameters.
+ print(" - pivot parameters.")
if not pivot_fixed():
cdp.params.append('pivot_x')
cdp.params.append('pivot_y')
@@ -271,6 +275,7 @@
cdp.params.append('pivot_disp')
# The average domain position translation parameters.
+ print(" - average domain position.")
cdp.params.append('ave_pos_x')
cdp.params.append('ave_pos_y')
cdp.params.append('ave_pos_z')
@@ -282,6 +287,7 @@
cdp.params.append('ave_pos_gamma')
# Frame order eigenframe - the full frame.
+ print(" - frame order eigenframe.")
if cdp.model in MODEL_LIST_PSEUDO_ELLIPSE + [MODEL_DOUBLE_ROTOR]:
cdp.params.append('eigen_alpha')
cdp.params.append('eigen_beta')
@@ -297,6 +303,7 @@
cdp.params.append('axis_alpha')
# Cone parameters - pseudo-elliptic cone parameters.
+ print(" - cone opening half-angles.")
if cdp.model in MODEL_LIST_PSEUDO_ELLIPSE:
cdp.params.append('cone_theta_x')
cdp.params.append('cone_theta_y')
@@ -308,6 +315,7 @@
cdp.params.append('cone_s1')
# Cone parameters - torsion angle.
+ print(" - cone torsion half-angles.")
if cdp.model in [MODEL_DOUBLE_ROTOR, MODEL_ROTOR, MODEL_ISO_CONE,
MODEL_PSEUDO_ELLIPSE]:
cdp.params.append('cone_sigma_max')
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits