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.
........