Menu

SVN archive Commit Log


Commit Date  
[r19403] by bugman

Created the pipe_control.mol_res_spin.count_max_spins_per_residue() function.

This will be used by the plotting module to determine if more than one spin per residue exists.

2013-04-08 14:46:14 Tree
[r19402] by bugman

The grace.write user function data type argument sequence values have changed.

Instead of 'spin', this can now be 'res_num' or 'spin_num' to specify that either the residue number
or spin number should be plotted on the desired axis. The x_data_type now defaults to 'res_num'.

2013-04-08 14:45:13 Tree
[r19401] by bugman

Created the pipe_control.plotting module.

This will be used as a base for the plotting of all types of data. This includes the current OpenDX
and Grace modules, as well as future modules. The determine_functions() function has been added and
is used to simplify the pipe_control.grace.get_data() function.

2013-04-08 13:07:50 Tree
[r19400] by bugman

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

........
r19399 | bugman | 2013-04-05 19:57:42 +0200 (Fri, 05 Apr 2013) | 7 lines

The common spin methods of the specific analysis API now ignore parameters not in the model.

This affects the _data_init_spin(), _sim_init_values_spin(), and _sim_return_param_spin() methods.
The result is that the spin containers no longer hold parameter variables set to None for non-model
parameters.
........

2013-04-05 17:58:48 Tree
[r19399] by bugman

The common spin methods of the specific analysis API now ignore parameters not in the model.

This affects the _data_init_spin(), _sim_init_values_spin(), and _sim_return_param_spin() methods.
The result is that the spin containers no longer hold parameter variables set to None for non-model
parameters.

2013-04-05 17:57:42 Tree
[r19398] by bugman

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

........
r19389 | bugman | 2013-04-05 18:04:35 +0200 (Fri, 05 Apr 2013) | 6 lines

The relaxation curve-fitting analysis parameters are now all lowercase.

This is to match the other analysis types so that the parameter names are identical to the
corresponding variable name. This is assumed by some of the specific analysis API methods.
........
r19390 | bugman | 2013-04-05 18:08:42 +0200 (Fri, 05 Apr 2013) | 7 lines

Fix for the relaxation curve-fitting _assemble_scaling_matrix() method.

The intensity scaling was never activated before due to a lower vs. uppercase parameter name
mismatch. This scaling is now correctly set up as the previous code assumed cdp.relax_times was a
list whereas it has been a dictionary since the early 1.3 releases.
........
r19391 | bugman | 2013-04-05 18:17:00 +0200 (Fri, 05 Apr 2013) | 6 lines

The grid search bounds for the relaxation curve-fitting are no longer affected by scaling.

The parameter scaling activated a few commits ago revealed a bug in the lower and upper data
structures for the grid search in that these were continuously scaled down.
........
r19392 | bugman | 2013-04-05 18:23:30 +0200 (Fri, 05 Apr 2013) | 3 lines

Removal of junk code in the _assemble_scaling_matrix() relaxation curve-fitting method.
........
r19393 | bugman | 2013-04-05 18:44:48 +0200 (Fri, 05 Apr 2013) | 5 lines

Parameter scaling is now functional in the target_function.relax_fit.c code.

Previously the scaling was not being used and the Python to C conversion was broken.
........
r19394 | bugman | 2013-04-05 18:45:34 +0200 (Fri, 05 Apr 2013) | 3 lines

The scaling matrix is now converted into a usable list of diagonal elements for the relax_fit C module.
........
r19395 | bugman | 2013-04-05 18:50:46 +0200 (Fri, 05 Apr 2013) | 3 lines

Fix for the target_functions.relax_fit C module - the scaling was incorrectly performed.
........
r19396 | bugman | 2013-04-05 19:13:55 +0200 (Fri, 05 Apr 2013) | 3 lines

Simplified the code of the relax_fit C module.
........
r19397 | bugman | 2013-04-05 19:28:34 +0200 (Fri, 05 Apr 2013) | 5 lines

Fix for the relaxation curve-fitting _back_calc() method for the changes to the C module.

The setup() method requires that the scaling matrix is converted to a list of the diagonal elements.
........

2013-04-05 17:29:31 Tree
[r19397] by bugman

Fix for the relaxation curve-fitting _back_calc() method for the changes to the C module.

The setup() method requires that the scaling matrix is converted to a list of the diagonal elements.

2013-04-05 17:28:34 Tree
[r19396] by bugman

Simplified the code of the relax_fit C module.

2013-04-05 17:13:55 Tree
[r19395] by bugman

Fix for the target_functions.relax_fit C module - the scaling was incorrectly performed.

2013-04-05 16:50:46 Tree
[r19394] by bugman

The scaling matrix is now converted into a usable list of diagonal elements for the relax_fit C module.

2013-04-05 16:45:34 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.