Menu

SVN archive Commit Log


Commit Date  
[r19882] by bugman

The spectrum.peak_intensities is now more robust when reading in a generic formatted file.

Firstly there is a check that the intensity column number has been supplied. And then there is a
checks that all relevant data could be extracted from each row of the file. This replaces traceback
errors with RelaxErrors explaining the problem if the user inputs bad data or forgets the intensity
column argument.

2013-06-06 09:45:24 Tree
[r19881] by bugman

Merged revisions 19880 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r19880 | bugman | 2013-06-06 09:09:21 +0200 (Thu, 06 Jun 2013) | 3 lines

Updated the test suite data noise graph.
........

2013-06-06 09:14:19 Tree
[r19880] by bugman

Updated the test suite data noise graph.

2013-06-06 07:09:21 Tree
[r19879] by bugman

Merged revisions 19875-19878 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r19875 | bugman | 2013-06-05 22:24:22 +0200 (Wed, 05 Jun 2013) | 7 lines

Added some more functions to the lib.statistics module.

These include the bucket() function for creating a discrete distribution from a list of floating
point numbers, and the gaussian() function for calculating the probability of a point on a Gaussian
distribution.
........
r19876 | bugman | 2013-06-05 22:31:56 +0200 (Wed, 05 Jun 2013) | 5 lines

Added a directory and files for testing the white noise in relaxation data.

This includes scripts and graphs.
........
r19877 | bugman | 2013-06-05 22:33:35 +0200 (Wed, 05 Jun 2013) | 3 lines

Removed a useless junk script.
........
r19878 | bugman | 2013-06-05 22:42:14 +0200 (Wed, 05 Jun 2013) | 5 lines

The initial parameters are now the real parameter rather than the optimised ones.

This is for the script for testing white noise in relaxation data.
........

2013-06-05 21:16:07 Tree
[r19878] by bugman

The initial parameters are now the real parameter rather than the optimised ones.

This is for the script for testing white noise in relaxation data.

2013-06-05 20:42:14 Tree
[r19877] by bugman

Removed a useless junk script.

2013-06-05 20:33:35 Tree
[r19876] by bugman

Added a directory and files for testing the white noise in relaxation data.

This includes scripts and graphs.

2013-06-05 20:31:56 Tree
[r19875] by bugman

Added some more functions to the lib.statistics module.

These include the bucket() function for creating a discrete distribution from a list of floating
point numbers, and the gaussian() function for calculating the probability of a point on a Gaussian
distribution.

2013-06-05 20:24:22 Tree
[r19874] by bugman

Expanded the relaxation dispersion auto-analysis.

A final step of model selection has been added to select between the different models for each spin
cluster. This is stored in the 'final' data pipe, and its results output via the write_results()
method.

2013-06-05 16:59:13 Tree
[r19873] by bugman

Added support for model selection to the relaxation dispersion specific analysis package.

This involved redesigning the model_loop() method. Instead of yielding both the spin containers and
the spin IDs, now only spin IDs are yielded. This is important as the model loop is used
independently of the data pipes. Hence the spin containers cannot be yielded as multiple pipes are
compared within the model loop. The auxiliary method _spin_ids_to_containers(spin_ids) has been
added to obtain the list of spin containers from the list of spin IDs.

To support model selection, the methods duplicate_data(), model_desc() and model_statistics() have
been added, and model_type() aliased to the common _model_type_local() method.

2013-06-05 16:57:32 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.