Commit | Date | |
---|---|---|
[r10958]
by
bugman
Shifted the calculation of the uniform sphere point positions into angles_uniform(). This removes this replicated code from various functions, allowing for more flexibility. |
2010-03-09 18:23:46 | Tree |
[r10957]
by
bugman
Converted generate_vector_dist() to use a limit checking function and simplified the code. The angle arrays are now returned by uniform_vect_dist_spherical_angles() so that |
2010-03-09 18:11:18 | Tree |
[r10956]
by
bugman
The limit_check() method has been added to the cone objects to determine if a point is inside or not. |
2010-03-09 14:29:59 | Tree |
2010-03-09 12:14:32 | Tree | |
[r10954]
by
bugman
The frame order and N-state model cone_pdb() methods now use the isotropic cone object. |
2010-03-09 10:51:38 | Tree |
[r10953]
by
bugman
The cone_edge() method now calls a function to obtain the maximum polar angle. The cone_edge() arg 'angle' has been changed to 'phi_max_fn'. |
2010-03-09 10:50:48 | Tree |
[r10952]
by
bugman
Added a new module for holding class objects defining different cone types. This currently contains the Iso_cone class with the simple method phi_max() to return the cone edge. |
2010-03-09 10:44:48 | Tree |
[r10951]
by
bugman
Removed the pipe test from the pymol.cone_pdb() user function. This check is not necessary as a data pipe is not needed for this. |
2010-03-09 10:15:26 | Tree |
[r10950]
by
bugman
Fix for the N-state model user function n_state_model.cone_pdb(). This was not calling the correct method. |
2010-03-09 10:11:05 | Tree |
[r10949]
by
bugman
Bug fix for the N-state model cone PDB creation _cone_pdb() method. The internal structural API had changed. structure.add_struct() is now called |
2010-03-09 10:06:06 | Tree |