Menu

SVN archive Commit Log


Commit Date  
[r26685] by bugman

Small fix for the Frame_order.test_pdb_model_iso_cone system test for the 'B' representation.

2014-11-21 09:59:22 Tree
[r26684] by bugman

Fix for the cone sized created by the frame_order.pdb_model user function.

The 'size' argument was not being used at all for the cone size. It is now passed into the
lib.structure.represent.cone.cone() function as the 'scale' argument.

2014-11-21 09:55:28 Tree
[r26683] by bugman

Created the Frame_order.test_pdb_model_iso_cone system test.

This is for checking the PDB representation of the isotropic cone frame order model created by the
frame_order.pdb_model user function. It checks both A and B representations.

2014-11-21 09:51:43 Tree
[r26682] by bugman

Merged revisions 26679,26681 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26679 | bugman | 2014-11-21 10:12:42 +0100 (Fri, 21 Nov 2014) | 3 lines

Fix for the unit tests to match r26656 - Python 2.5 floats do not have a 'real' property.
........
r26681 | bugman | 2014-11-21 10:29:34 +0100 (Fri, 21 Nov 2014) | 9 lines

Bug fix for the lib.structure.angles.angles_*() functions for odd increments.

This affects the PDB representations of the diffusion tensor and frame order when the number of
increments in the respective user functions is set to an odd number. It really only affects the
frame_order.pdb_model user functions, as the number of increments cannot be set in any of the other
user functions (structure.create_diff_tensor_pdb, structure.create_rotor_pdb,
structure.create_vector_dist, n_state_model.cone_pdb).
........

2014-11-21 09:30:07 Tree
[r26681] by bugman

Bug fix for the lib.structure.angles.angles_*() functions for odd increments.

This affects the PDB representations of the diffusion tensor and frame order when the number of
increments in the respective user functions is set to an odd number. It really only affects the
frame_order.pdb_model user functions, as the number of increments cannot be set in any of the other
user functions (structure.create_diff_tensor_pdb, structure.create_rotor_pdb,
structure.create_vector_dist, n_state_model.cone_pdb).

2014-11-21 09:29:34 Tree
[r26680] by bugman

Simplification of the Frame_order.test_pdb_model_rotor system test.

The size is now programatically handled.

2014-11-21 09:23:38 Tree
[r26679] by bugman

Fix for the unit tests to match r26656 - Python 2.5 floats do not have a 'real' property.

2014-11-21 09:12:42 Tree
[r26678] by bugman

Created the Frame_order.test_pdb_model_rotor2 system test to check for an offset pivot.

The pivot is set to [1, 0, 1] so that the rotor axis is tilted -45 degrees in the xz-plane. And the
size of the geometric object is set to 100 Angstrom for better testing of the sizes of the elements.

2014-11-21 08:41:51 Tree
[r26677] by bugman

Size fix for the rotor representation from the frame_order.pdb_model user function.

The size problem was detected via the Frame_order.test_pdb_model_rotor system test. The rotors in
the PDB representation were all fixed in size, and ignored the 'size' argument of the
frame_order.pdb_model user function. The size argument is now passed into the add_rotors() function
of the specific_analyses.frame_order.geometric and passed on to the rotor() function of the
lib.structure.represent.rotor module.

2014-11-21 08:08:44 Tree
[r26676] by bugman

Huge bug fix for the frame_order.pdb_model user function - the single axis direction was incorrect.

In the PDB representation of the frame order motion for the rotor and isotropic cone models (rotor,
free rotor, isotropic cone, free rotor isotropic cone, and torsionless isotropic cone), the X and Z
axes were swapped. This is because the eigenframe of the motion was being incorrectly constructed
via the lib.geometry.rotations.two_vect_to_R() function.

For better control, the specific_analyses.frame_order.geometric.frame_from_axis() function has been
created. This constructs a full motional eigenframe from the Z-axis. The problem was detected via
the new Frame_order.test_pdb_model_rotor system test.

2014-11-21 07:58:39 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.