Author: bugman
Date: Fri Nov 21 11:01:09 2014
New Revision: 26686
URL: http://svn.gna.org/viewcvs/relax?rev=26686&view=rev
Log:
Fix for the representation label positions created by the frame_order.pdb_model
user function.
The 'size' argument was not being used at all for the representation title
atoms. It is now passed into the add_titles() function as the displacement
argument + 10 Angstrom.
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py?rev=26686&r1=26685&r2=26686&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
Fri Nov 21 11:01:09 2014
@@ -717,7 +717,7 @@
add_cones(structure=structures[i],
representation=representation[i], size=size, inc=inc, sims=sims[i])
# Add atoms for creating titles.
- add_titles(structure=structures[i], representation=representation[i],
sims=sims[i])
+ add_titles(structure=structures[i], representation=representation[i],
displacement=size+10, sims=sims[i])
# Create the PDB file.
if format == 'PDB':
_______________________________________________
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