Commit | Date | |
---|---|---|
[r11017]
by
bugman
Creation of the NOE auto-analysis module. This is a modified copy of the sample script created by Michael Bieri. The key references are: |
2010-03-17 00:31:41 | Tree |
[r11016]
by
bugman
Another bug fix for the ellipsoid() function for the (Dxx, Dyy, Dzz, Dxy, Dxz, Dyz) parameter set. The Euler angles which were in radians were being converted from deg to rad!!! |
2010-03-16 17:42:07 | Tree |
[r11015]
by
bugman
Fix for the ellipsoid() function for the new param_types == 3 (Dxx, Dyy, Dzz, Dxy, Dxz, Dyz) data. The ordering Dx <= Dy <= Dz was not being used so the rhombicity was incorrectly calculated. |
2010-03-16 17:18:35 | Tree |
[r11014]
by
bugman
Reverted r9348 as this breaks on Mac OS X newline characters!!!! Retarded python 3.0! The command used was: ..... The execfile statement has been replaced with a call to the exec(compile()) function. This was done with the python 2.x to 3.x script with the commands: The change is in preparation for Python 3.0, and relax still works with Python versions 2.4, 2.5, execfile(script_file, local) to: exec(compile(open(script_file).read(), script_file, 'exec'), local) Hmmm, not much of a language simplification! |
2010-03-16 17:05:47 | Tree |
2010-03-16 14:07:25 | Tree | |
2010-03-16 13:26:19 | Tree | |
2010-03-16 13:20:25 | Tree | |
[r11010]
by
bugman
Temporary set up the svnmerge properties to merge the bieri_gui branch back into the 1.3 line. The command used was: This will be used solely to test if this branch can be merged. |
2010-03-16 01:13:12 | Tree |
[r11009]
by
bugman
Removed the epydoc tags from the on() and off() methods. These are user functions, and the tags were killing fetch_docstrings.py. |
2010-03-16 00:55:36 | Tree |
[r11008]
by
bugman
Fixes for some error messages in fetch_docstrings.py. This should have been writing to stderr, not sys! |
2010-03-16 00:52:03 | Tree |