Menu

SVN archive Commit Log


Commit Date  
[r19249] by bugman

Ported r8722 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8721:8722 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses

.....
r8722 | semor | 2009-02-03 00:10:59 +0100 (Tue, 03 Feb 2009) | 3 lines
Changed paths:
M /branches/relax_disp/specific_fns/relax_disp.py

Added a missing import.
.....

2013-03-27 14:44:25 Tree
[r19248] by bugman

Manually ported r8721 from the old relax_disp branch from the prompt package to the user_functions package.

.....
r8721 | semor | 2009-02-03 00:10:20 +0100 (Tue, 03 Feb 2009) | 5 lines
Changed paths:
M /branches/relax_disp/prompt/relax_disp.py

Added more to the docstring.

This is not complete yet...
.....

2013-03-27 14:43:43 Tree
[r19247] by bugman

Ported r8720 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8719:8720 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses

.....
r8720 | semor | 2009-02-03 00:01:37 +0100 (Tue, 03 Feb 2009) | 3 lines
Changed paths:
M /branches/relax_disp/specific_fns/relax_disp.py

Reordered a few functions for alphabetical reasons.
.....

2013-03-27 14:40:18 Tree
[r19246] by bugman

Ported r8719 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8718:8719 svn+ssh://bugman@.../svn/relax/branches/relax_disp/specific_fns/@r18123 specific_analyses

The prompt package changes were manually ported to the user_functions package.

.....
r8719 | semor | 2009-02-02 23:55:37 +0100 (Mon, 02 Feb 2009) | 5 lines
Changed paths:
M /branches/relax_disp/prompt/relax_disp.py
M /branches/relax_disp/specific_fns/relax_disp.py

Removed the obsolete function 'relax_disp.r2eff_read()'.

R2eff values will be read directly by 'relax_data.read()' (see r8702 and r8703).
.....

2013-03-27 14:39:15 Tree
[r19245] by bugman

Ported r8709 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8708:8709 svn+ssh://bugman@.../svn/relax/branches/relax_disp@r18123 .

.....
r8709 | semor | 2009-02-02 05:33:52 +0100 (Mon, 02 Feb 2009) | 3 lines
Changed paths:
M /branches/relax_disp/test_suite/system_tests/relax_disp.py

Some fix to add my last name...
.....

2013-03-27 14:37:36 Tree
[r19244] by bugman

Ported r8703 from the old relax_disp branch into the new branch.

The commands used were:
svn merge -r8702:8703 svn+ssh://bugman@.../svn/relax/branches/relax_disp/generic_fns/@r18123 pipe_control
svn merge -r8702:8703 svn+ssh://bugman@.../svn/relax/branches/relax_disp/test_suite/@r18123 test_suite

The prompt package changes were manually ported to the user_functions package.

.....
r8703 | semor | 2009-01-29 20:28:48 +0100 (Thu, 29 Jan 2009) | 3 lines
Changed paths:
M /branches/relax_disp/generic_fns/relax_data.py
M /branches/relax_disp/prompt/relax_data.py
M /branches/relax_disp/test_suite/system_tests/relax_disp.py

Updated a few dosctrings and tried to improve the system test.
.....

2013-03-27 14:35:20 Tree
[r19243] by bugman

Ported r8702 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8701:8702 svn+ssh://bugman@.../svn/relax/branches/relax_disp@r18123 .

.....
r8702 | semor | 2009-01-29 20:18:10 +0100 (Thu, 29 Jan 2009) | 3 lines
Changed paths:
A /branches/relax_disp/test_suite/shared_data/curve_fitting_disp/r2eff
A /branches/relax_disp/test_suite/shared_data/curve_fitting_disp/r2eff/r2eff.out
M /branches/relax_disp/test_suite/system_tests/relax_disp.py

Started to implement the reading of 'r2eff' by relax_data.read() by first writing a system test.
.....

2013-03-27 14:30:02 Tree
[r19242] by bugman

Ported r8699 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8698:8699 svn+ssh://bugman@.../svn/relax/branches/relax_disp@r18123 .

.....
r8699 | semor | 2009-01-28 19:37:12 +0100 (Wed, 28 Jan 2009) | 9 lines
Changed paths:
M /branches/relax_disp/test_suite/unit_tests/_prompt/test_relax_disp.py

Fixed the unit tests.

This is as proposed by Ed in a post at:
https://mail.gna.org/public/relax-devel/2009-01/msg00132.html
(Message-id: <7f080ed10901280921t21fa4c3bpf70440d4c7a835b5@...>)

Thanks Ed !
.....

2013-03-27 14:29:18 Tree
[r19241] by bugman

Manually ported r8698 from the prompt package to the user_functions package.

.....
r8698 | semor | 2009-01-28 17:57:19 +0100 (Wed, 28 Jan 2009) | 11 lines
Changed paths:
M /branches/relax_disp/prompt/relax_disp.py

Fixed a bug which prevented the manual pdf to be compiled.

The problem was caused by a ':' character in the references (after the volume number, as usual).
This was changed for a '.' character.

Equations were fine..!

Moreover, a better formatting was done by adding ':' characters after the word 'are' before
enumerations.
.....

2013-03-27 14:28:37 Tree
[r19240] by bugman

Ported r8697 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8696:8697 svn+ssh://bugman@.../svn/relax/branches/relax_disp@r18123 .

.....
r8697 | semor | 2009-01-28 17:08:11 +0100 (Wed, 28 Jan 2009) | 18 lines
Changed paths:
M /branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py

Started to make changes for multiple field relaxation disperison analysis.

This seems necessary, so maybe we should not support single field analysis of relaxation dispersion
at all.

-> Kovrigin et al. (2006) JMagRes, 180: 93-104.

...

The changes made here are only a first draft and may not work. In particular, maybe the
spectrum.read_intensities(), relax_disp.cpmg_frq(), spectrum.replicated(),
spectrum.error_analysis(), and deselect.read() functions will need to know the magnetic field to
which the particular dataset is associated...

In fact, the different datasets should be input first and their R2eff calculated indepentantly. In
a second step, the actual relaxation dispersion curve fitting should be made with all data.
.....

2013-03-27 14:27:10 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.