Menu

SVN archive Commit Log


Commit Date  
[r25805] by bugman

Modified the pivot position checking in specific_analyses.frame_order.data.generate_pivot().

Now the pivot is shifted to be within the limits shrunk by 100 Angstrom. This allows any PDB
representation created by the frame_order.pdb_model user function to be within the PDB limits.

2014-09-12 15:13:19 Tree
[r25804] by bugman

Modified the Frame_order.test_frame_order_pdb_model_failed_pivot system test.

This is to show that the frame_order.pdb_model user function fails if the pivot is close to but
still within the PDB coordinate limits.

2014-09-12 15:10:55 Tree
[r25803] by tlinnet

Further improved the plotting of data in repeated analysis.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.

2014-09-12 14:56:15 Tree
[r25802] by tlinnet

Implemented a correlation plot for R2eff values to be plotted for different pipes. This has the R2eff/R2eff_err plotted, which is the best way to represent this data.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.

2014-09-12 14:56:13 Tree
[r25801] by tlinnet

Fix for a bug introduced in the auto analysis of relax_fit.

A variable was called, before it was set.

2014-09-12 14:56:11 Tree
[r25800] by tlinnet

Improved the plotting of correlation plot for intensity. Now the intensity to error is plotted, which is the correct measure of this data.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.

2014-09-12 14:56:02 Tree
[r25799] by bugman

Fix for the model argument for the frame_order.pdb_model user function.

The deletion of structural models for the Monte Carlo simulations in the average domain position
representation now only happen if more than one model exists.

2014-09-12 14:55:53 Tree
[r25798] by bugman

Fix for the specific_analyses.frame_order.data.pivot_fixed() function.

This was recently introduced (r25763) when the check for PCS data was removed from this function.
To fix the problem, instead of calling base_data_types() to see if PCS data is present, the
cdp.pcs_ids data structure is checked instead.

2014-09-12 14:50:28 Tree
[r25797] by bugman

Modified the frame order auto-analysis to be more fail-safe.

Almost all of the protocol is now within a try-finally block so that the execution lock will always
be released.

2014-09-12 14:06:38 Tree
[r25796] by bugman

Reverted r25767 as this was rubbish, the frame_order.pivot user function updates the model itself.

The command used was:
svn merge -r25767:r25766 .

.....
r25767 | bugman | 2014-09-12 10:08:13 +0200 (Fri, 12 Sep 2014) | 6 lines
Changed paths:
M /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py

Added a call to check_pivot() to the frame_order.select_model user function.

This is to prevent this user function from being called before the pivot has been set, as otherwise
the parameter vector will be incorrectly set up.
.....

2014-09-12 13:59:00 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.