Menu

SVN archive Commit Log


Commit Date  
[r18905] by bugman

The model-free auto-analysis (the dauvergne_protocol) now generates field strength dependent Rex files.

The idea comes from a suggestion by Angelo Figueiredo <am dott figueiredo att fct dott unl dott pt>
and was discussed at http://thread.gmane.org/gmane.science.nmr.relax.user/1428/focus=1430.

One file per field strength is generated and named 'rex_600' for 600 MHz, for example. The new
scaling argument of the value.write user function is being used to scale the tiny field strength
independent value used internally in relax to the Rex value in rad.s^-1 that you would see in an R2
data set.

2013-03-20 10:56:23 Tree
[r18904] by bugman

Added the scaling argument to the value.display and value.write user functions.

The idea comes from a suggestion by Angelo Figueiredo <am dott figueiredo att fct dott unl dott pt>
and was discussed at http://thread.gmane.org/gmane.science.nmr.relax.user/1428/focus=1430.

This allows the user to scale parameters to any value, for example scaling the Rex value to the
field strength dependent value.

2013-03-20 09:37:53 Tree
[r18903] by bugman

Fix for a nasty bug introduced at r18901.

The string decode() method was being called for the version.url() and version.revision() functions
to handle Python 3. However this was causing strings in Python 2 to be converted to unicode, which
then caused the saving of XML state files to fail. Now the version information is explicitly
converted to a string using the str() builtin function.

2013-03-20 09:28:25 Tree
[r18902] by bugman

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

........
r18899 | bugman | 2013-03-19 18:35:18 +0100 (Tue, 19 Mar 2013) | 3 lines

Removed some debugging printouts.
........
r18900 | bugman | 2013-03-19 18:38:51 +0100 (Tue, 19 Mar 2013) | 3 lines

Python 3 fix for an import into the generic_fns.structure.internal module.
........
r18901 | bugman | 2013-03-19 18:47:40 +0100 (Tue, 19 Mar 2013) | 6 lines

Python 3 fixes for the relax version information for code checked out from the relax repository.

The subversion version.revision() and version.url() functions now handle the Python 3 issue of Popen
working with byte arrays instead of normal strings.
........

2013-03-20 08:45:33 Tree
[r18901] by bugman

Python 3 fixes for the relax version information for code checked out from the relax repository.

The subversion version.revision() and version.url() functions now handle the Python 3 issue of Popen
working with byte arrays instead of normal strings.

2013-03-19 17:47:40 Tree
[r18900] by bugman

Python 3 fix for an import into the generic_fns.structure.internal module.

2013-03-19 17:38:51 Tree
[r18899] by bugman

Removed some debugging printouts.

2013-03-19 17:35:18 Tree
[r18898] by bugman

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

........
r18896 | bugman | 2013-03-19 18:14:13 +0100 (Tue, 19 Mar 2013) | 6 lines

Created the Structure.test_metadata_xml system test.

This is used to check that the structural metadata (currently helices and sheets) are stored in the
relax XML save files and then can be read back into relax again.
........
r18897 | bugman | 2013-03-19 18:31:39 +0100 (Tue, 19 Mar 2013) | 3 lines

The helix and sheet metadata is now stored in and read from relax XML state files.
........

2013-03-19 17:34:18 Tree
[r18897] by bugman

The helix and sheet metadata is now stored in and read from relax XML state files.

2013-03-19 17:31:39 Tree
[r18896] by bugman

Created the Structure.test_metadata_xml system test.

This is used to check that the structural metadata (currently helices and sheets) are stored in the
relax XML save files and then can be read back into relax again.

2013-03-19 17:14:13 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.