svn+ssh://bugman@.../svn/relax/1.3
........
r11552 | bugman | 2010-09-14 16:34:11 +0200 (Tue, 14 Sep 2010) | 3 lines
Created a directory for relax graphics. The first files here are the relax logo and icons.
........
r11565 | bugman | 2010-09-15 19:36:15 +0200 (Wed, 15 Sep 2010) | 3 lines
The Ref.cite_html() method can now handle missing data.
........
r11567 | bugman | 2010-09-15 19:43:22 +0200 (Wed, 15 Sep 2010) | 3 lines
Ref.cite_html() no longer adds the DOI web address in front of normal web links!
........
r11571 | bugman | 2010-09-16 09:59:26 +0200 (Thu, 16 Sep 2010) | 3 lines
Initialised the reference for the relax GUI paper.
........
r11572 | bugman | 2010-09-16 10:00:23 +0200 (Thu, 16 Sep 2010) | 3 lines
Fix for the Bieri et al. ref.
........
r11574 | bugman | 2010-09-16 10:06:47 +0200 (Thu, 16 Sep 2010) | 3 lines
Citations now include the status if not 'published'.
........
r11587 | bugman | 2010-09-16 18:20:20 +0200 (Thu, 16 Sep 2010) | 3 lines
Renamed the results_folder arg to results_dir in the NOE auto-analysis, and rearranged the args.
........
r11588 | bugman | 2010-09-16 18:22:30 +0200 (Thu, 16 Sep 2010) | 5 lines
Added a system test for the dauvergne_protocol auto-analysis code.
The test is not yet functional.
........
r11591 | bugman | 2010-09-16 19:17:33 +0200 (Thu, 16 Sep 2010) | 6 lines
Modified the specific code API to remove a number of references to spin_id.
Some analysis types do not work on spins, so the spin_id args are being replaced by data_id to
identify the data requested. For most methods, this will be the spin_id.
........
r11594 | bugman | 2010-09-17 10:06:20 +0200 (Fri, 17 Sep 2010) | 3 lines
Shifted the debug and pedantic flags into the __main__ namespace for better access from other modules.
........
r11597 | bugman | 2010-09-17 10:30:22 +0200 (Fri, 17 Sep 2010) | 3 lines
Some fixes for the NOE auto-analysis.
........
r11607 | bugman | 2010-09-17 15:57:10 +0200 (Fri, 17 Sep 2010) | 3 lines
Fix for the NOE auto-analysis - the spins are now named to the value of the 'heteronuc' arg.
........
r11609 | bugman | 2010-09-17 18:02:20 +0200 (Fri, 17 Sep 2010) | 5 lines
Shifted the NOE specific analysis code into its own package.
This is in preparation for splitting up the module and adding new modules.
........
r11618 | bugman | 2010-09-29 15:26:50 +0200 (Wed, 29 Sep 2010) | 3 lines
Added a catch for no data in the error analysis by replicated spectra.
........
r11627 | bugman | 2010-10-06 12:46:39 +0200 (Wed, 06 Oct 2010) | 3 lines
Added some checks to the dauvergne_protocol mf analysis for the required previously optimised results.
........
r11628 | bugman | 2010-10-06 12:47:20 +0200 (Wed, 06 Oct 2010) | 3 lines
pipe.delete() without args will now delete all data pipes.
........
r11631 | bugman | 2010-10-06 18:52:13 +0200 (Wed, 06 Oct 2010) | 3 lines
Missing import of __main__.
........
r11661 | bugman | 2010-10-25 10:10:42 +0200 (Mon, 25 Oct 2010) | 3 lines
Added 6 system tests for the spheroidal diffusion tensor.
........
r11663 | bugman | 2010-11-16 18:07:43 +0100 (Tue, 16 Nov 2010) | 5 lines
Fix for the relatively unused calc_tensor_diag() for oblate tensors.
The eigenvalues were incorrectly ordered for oblate spheroids.
........
r11664 | bugman | 2010-11-17 15:04:52 +0100 (Wed, 17 Nov 2010) | 5 lines
Fix for a failing diffusion tensor unit test.
This was testing an unused element of the diffusion tensor data structure incorrectly.
........
r11665 | bugman | 2010-11-17 16:03:54 +0100 (Wed, 17 Nov 2010) | 5 lines
The rotation matrix for the spheroidal diffusion tensors is now correctly generated.
Again this is a fix for currently unused code (it will be used for BMRB support though).
........
r11666 | bugman | 2010-11-17 16:15:35 +0100 (Wed, 17 Nov 2010) | 5 lines
Fixes for the diffusion tensor system tests.
The spheroidal tensors are now correctly checked.
........
r11667 | bugman | 2010-11-17 16:15:57 +0100 (Wed, 17 Nov 2010) | 3 lines
Removed some debugging code.
........
r11668 | bugman | 2010-11-17 16:45:32 +0100 (Wed, 17 Nov 2010) | 3 lines
Some rotation matrix check fixes for the diffusion tensor unit tests.
........
r11669 | bugman | 2010-11-17 16:48:20 +0100 (Wed, 17 Nov 2010) | 3 lines
Dpar_unit is no longer passed into calc_rotation() for spheroidal diffusion, as it is not needed.
........
r11670 | bugman | 2010-11-17 17:01:24 +0100 (Wed, 17 Nov 2010) | 5 lines
Fix for the updating of the rotation and tensor MC sim objects for the spheroidal diffusion.
This problem was only recently introduced.
........
r11671 | bugman | 2010-11-17 17:05:46 +0100 (Wed, 17 Nov 2010) | 3 lines
Similar fix as in r11670, but for setting MC sim data.
........
r11672 | bugman | 2010-11-17 17:18:29 +0100 (Wed, 17 Nov 2010) | 3 lines
Some more fixes for handling the diffusion tensor data structure 'spheroid_type' variable properly.
........
r11673 | bugman | 2010-11-17 19:14:57 +0100 (Wed, 17 Nov 2010) | 5 lines
Fix for the creation of the oblate spheroid geometric object PDB file.
The x and z axes need to be swapped now for the oblate tensor.
........
r11674 | bugman | 2010-11-17 19:23:43 +0100 (Wed, 17 Nov 2010) | 6 lines
For some reason, the diffusion tensor PDB file for the oblate tensor now has a slight rotation.
This rotation is about the unique axis of the tensor, so this gives a different PDB file, but the
representation is the same.
........
r11675 | bugman | 2010-11-18 13:42:02 +0100 (Thu, 18 Nov 2010) | 3 lines
Some small cosmetic changes to the spheroid diffusion tensor system tests.
........
r11676 | bugman | 2010-11-18 13:51:23 +0100 (Thu, 18 Nov 2010) | 3 lines
The hardcoded variables in get_spheroid() are now keyword args.
........
r11677 | bugman | 2010-11-18 14:03:01 +0100 (Thu, 18 Nov 2010) | 3 lines
Added 6 system tests for the initialisation of the prolate spheroid diffusion tensor.
........
r11678 | bugman | 2010-11-18 16:52:49 +0100 (Thu, 18 Nov 2010) | 6 lines
Fix for the spheroid diffusion tensors for a recently introduced bug.
The oblate and prolate check was failing as the 'spheroid_type' variable was set to None after a
call to diffusion_tensor.init(). 'spheroid_type' is now automatically updated if Da is changed.
........
r11679 | bugman | 2010-11-18 17:08:23 +0100 (Thu, 18 Nov 2010) | 5 lines
The tensor is first twisted before rotating to PDB frame in the spheroid diffusion tensor system tests.
The twisting rotation was not being correctly performed.
........
r11680 | bugman | 2010-11-18 17:25:40 +0100 (Thu, 18 Nov 2010) | 5 lines
Renamed test_init_spheroid_as_ellipsoid() to test_init_prolate_spheroid_as_ellipsoid().
The print outs of the system test have been slightly improved.
........
r11681 | bugman | 2010-11-18 17:38:09 +0100 (Thu, 18 Nov 2010) | 3 lines
Alphabetical ordering of methods, and shifting of the spheroid to ellipsoid checks into a separate method.
........
r11682 | bugman | 2010-11-18 18:20:02 +0100 (Thu, 18 Nov 2010) | 3 lines
Added a new system test test_init_oblate_spheroid_as_ellipsoid().
........
r11683 | bugman | 2010-11-18 18:25:51 +0100 (Thu, 18 Nov 2010) | 5 lines
Fix for the ellipsoid eigenvalue and rotation matrix reordering for when 2 eigenvalues are the same.
This only affects the (Dxx, Dyy, Dzz, Dxy, Dxz, Dyz) parameter input into diffusion_tensor.init().
........
r11684 | bugman | 2010-11-18 18:29:29 +0100 (Thu, 18 Nov 2010) | 5 lines
Fix for the eigenvalue and rotation matrix sorting for (Dxx, Dyy, Dzz, Dxy, Dxz, Dyz).
The eigenvalues were being converted to ints!
........
r11685 | bugman | 2010-11-18 18:53:39 +0100 (Thu, 18 Nov 2010) | 6 lines
Final bug fix for the input of (Dxx, Dyy, Dzz, Dxy, Dxz, Dyz) ellipsoidal diffusion parameters.
The numpy eigenvalue decomposition has been replaced by SVD as the eigenvalue decomposition could
generate a proper rotation matrix when 2 eigenvalues are the same. The test suite now passes fully.
........
r11688 | bugman | 2010-11-19 14:46:34 +0100 (Fri, 19 Nov 2010) | 3 lines
Improved the diffusion tensor print out.
........