Commit | Date | |
---|---|---|
[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. |
2013-04-05 17:57:42 | Tree |
[r19398]
by
bugman
Merged revisions 19389-19397 via svnmerge from ........ |
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 |
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 |
[r19393]
by
bugman
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. |
2013-04-05 16:44:48 | Tree |
[r19392]
by
bugman
Removal of junk code in the _assemble_scaling_matrix() relaxation curve-fitting method. |
2013-04-05 16:23:30 | Tree |
[r19391]
by
bugman
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 |
2013-04-05 16:17:00 | Tree |
[r19390]
by
bugman
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 |
2013-04-05 16:08:42 | Tree |