Commit | Date | |
---|---|---|
[r2759]
by
bugman
Preparation of the other functions for automatically generating diffusion tensor data objects. All the other functions (vs. the previous commit) have been prepared to return either the real value |
2006-11-07 05:34:08 | Tree |
[r2758]
by
bugman
Simplification of the functions for automatically generating diffusion tensor data objects. The following functions have been coalesced into their non-simulation counterparts: |
2006-11-07 05:33:18 | Tree |
[r2757]
by
bugman
Added automatically generated MC simulation objects to the diffusion tensor data structure. The class implementing the object is called 'DiffAutoSimArrayObject'. The following functions have These are simply copies of the non-simulation functions with the added argument 'i' for selecting |
2006-11-07 05:32:28 | Tree |
[r2756]
by
bugman
Redesign of the diffusion tensor data structure 'self.relax.data.diff'. All of the Numeric data structures returned by the 'self.__getattr__()' function have been shifted To enable the automatically generated objects, the code from 'self.__getattr__()' has been shifted |
2006-11-07 05:31:30 | Tree |
[r2755]
by
bugman
Using the new 'self.atomic_data' data structure, the tensor PDB file is now created correctly. The centre of mass atom, diffusion tensor representative atoms, and the atoms representing the axes The atom number in 'self.atomic_data' was one out. The atom name for the tensor atoms was being set to the 'atom_id' string. This was incorrect as the In the 'self.write_pdb_file()' function, the elements of the 'het_data' structure used for All the other records (HETATM, TER, CONECT, MASTER, END) are now correctly created. |
2006-11-07 05:25:38 | Tree |
[r2754]
by
bugman
The structure 'het_data' was being accessed as a Numeric array when it was just an array of arrays. |
2006-11-05 09:50:26 | Tree |
[r2753]
by
bugman
Fixed a problem with 'self.atom_add()' where 'res_num' was being accessed as 'residue_num'. |
2006-11-05 09:48:38 | Tree |
2006-11-05 09:47:09 | Tree | |
[r2751]
by
bugman
The function 'self.create_tensor_pdb()' has been modified for the new 'self.atomic_data' structure. The centre of mass, vector distribution, and axes have been turned into individual residues. |
2006-11-05 09:29:59 | Tree |
[r2750]
by
bugman
Readjustment of 'self.atomic_data' and the addition of epydoc fields to 'self.atom_add()'. The record name has been removed as this can be determined by the 'self.write_pdb_file()' function. |
2006-11-05 09:08:53 | Tree |