svn+ssh://bugman@.../svn/relax/branches/double_rotor
........
r22047 | bugman | 2014-01-24 16:39:29 +0100 (Fri, 24 Jan 2014) | 7 lines
Created a simple double rotor geometric system to used for this frame order test data generation.
The system_create.py script creates the geometric system based on the CoMs of both domains in the
parent directory and two perpendicular rotation axes passing through both CoMs. A PDB file of the
representation is created by the script.
........
r22048 | bugman | 2014-01-27 15:58:22 +0100 (Mon, 27 Jan 2014) | 8 lines
Improvements and expansion of the frame order test data generation base script.
More of the class variables are now defined in this base class and dummy methods are provided to
allow certain operations to be skipped (print_axis_system(), axes_to_pdb() and build_axes()).
Importantly, the script can now handle multiple modes of motion with the introduction of the key
_multi_system() and _state_loop() methods.
........