r22181 - in /trunk: lib/errors.py lib/warnings.py relax.py status.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 10:32:15 2014 New Revision: 22181 URL: http://svn.gna.org/viewcvs/relax?rev=22181view=rev Log: Shifted the pedantic flag to escalate flag. The option -p would insted be used for the option --prompt. Fix for sr #3117, (https://gna.org/support/?3117) -

r22182 - in /trunk: relax.py status.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 10:32:17 2014 New Revision: 22182 URL: http://svn.gna.org/viewcvs/relax?rev=22182view=rev Log: Added the -p --prompt option for running a relax script and inspect interactively. Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect

r22183 - /trunk/prompt/interpreter.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 11:22:56 2014 New Revision: 22183 URL: http://svn.gna.org/viewcvs/relax?rev=22183view=rev Log: Second Modified: trunk/prompt/interpreter.py Modified: trunk/prompt/interpreter.py URL:

r22184 - in /trunk: prompt/interpreter.py relax.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 11:22:57 2014 New Revision: 22184 URL: http://svn.gna.org/viewcvs/relax?rev=22184view=rev Log: Modified the help text to explain that -p will launch relax in prompt mode after running any optionally supplied scripts. Fix for sr #3117,

r22185 - in /trunk: prompt/interpreter.py relax.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 11:47:33 2014 New Revision: 22185 URL: http://svn.gna.org/viewcvs/relax?rev=22185view=rev Log: Manually reverted the temporary change of r22184 and 22183. The command used was: svn merge -r22184:r22182 . . r22184 | tlinnet | 2014-02-14 11:22:57 +0100 (Fri,

r22186 - /trunk/relax.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 11:54:44 2014 New Revision: 22186 URL: http://svn.gna.org/viewcvs/relax?rev=22186view=rev Log: Modified the help text to explain that -p will launch relax in prompt mode after running any optionally supplied scripts. Fix for sr #3117,

r22187 - /trunk/prompt/interpreter.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 12:13:05 2014 New Revision: 22187 URL: http://svn.gna.org/viewcvs/relax?rev=22187view=rev Log: Finished implementing the functionality of interacting with variables after executing a script. Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to

r22188 - /trunk/prompt/interpreter.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 12:28:25 2014 New Revision: 22188 URL: http://svn.gna.org/viewcvs/relax?rev=22188view=rev Log: Added Copyright info to modified file. Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect interactively after running script - The

r22189 - /trunk/relax.py

2014-02-14 Thread edward
Author: bugman Date: Fri Feb 14 14:24:25 2014 New Revision: 22189 URL: http://svn.gna.org/viewcvs/relax?rev=22189view=rev Log: Organisation of the relax command line options into distinct groups. This follows from the message at http://thread.gmane.org/gmane.science.nmr.relax.devel/5024. The

r22190 - in /branches/double_rotor: ./ lib/errors.py lib/warnings.py prompt/interpreter.py relax.py status.py

2014-02-14 Thread edward
Author: bugman Date: Fri Feb 14 14:32:41 2014 New Revision: 22190 URL: http://svn.gna.org/viewcvs/relax?rev=22190view=rev Log: Merged revisions 22181-22189 via svnmerge from svn+ssh://bug...@svn.gna.org/svn/relax/trunk r22181 | tlinnet | 2014-02-14 10:32:15 +0100 (Fri, 14 Feb 2014) |

r22191 - /trunk/prompt/interpreter.py

2014-02-14 Thread tlinnet
Author: tlinnet Date: Fri Feb 14 15:19:58 2014 New Revision: 22191 URL: http://svn.gna.org/viewcvs/relax?rev=22191view=rev Log: Fix for the user function intro flag. Fix for sr #3117, (https://gna.org/support/?3117) - Functionality to inspect interactively after running script - The equivalence

r22192 - in /branches/double_rotor/test_suite/system_tests/scripts/frame_order/cam: base_script.py rotor.py

2014-02-14 Thread edward
Author: bugman Date: Fri Feb 14 17:25:00 2014 New Revision: 22192 URL: http://svn.gna.org/viewcvs/relax?rev=22192view=rev Log: Converted the Frame_order.test_cam_rotor system script test to use the new rotor model parameters. The rotor frame order parameters {P_alpha, P_beta, P_gamma, T_x, T_y,

r22193 - in /branches/double_rotor/specific_analyses/frame_order: api.py parameters.py

2014-02-14 Thread edward
Author: bugman Date: Fri Feb 14 17:26:33 2014 New Revision: 22193 URL: http://svn.gna.org/viewcvs/relax?rev=22193view=rev Log: Added support for the new axis_alpha frame order parameter to the specific_analyses.frame_order package. Modified:

r22194 - in /branches/double_rotor: specific_analyses/frame_order/optimisation.py target_functions/frame_order.py

2014-02-14 Thread edward
Author: bugman Date: Fri Feb 14 17:54:31 2014 New Revision: 22194 URL: http://svn.gna.org/viewcvs/relax?rev=22194view=rev Log: Implemented the new frame order rotor model parameters in the target function. The parameters {axis_theta, axis_phi} have been replaced by the single axis_alpha. To