Commit | Date | |
---|---|---|
[r22674]
by
bugman
Huge simplification of the specific_analyses.frame_order.parameters.assemble_param_vector() function. The parameters are now assembled in a generic way by looping over cdp.params. The simpler code |
2014-04-10 10:47:02 | Tree |
2014-04-10 10:45:01 | Tree | |
[r22672]
by
bugman
The frame order pivot points are now stored differently in the current data pipe. Instead of being stored as a list or array of numbers in cdp.pivot, the point is now stored as This is to simplify the automated handling of optimisation parameters. Rather than having to |
2014-04-10 10:19:32 | Tree |
[r22671]
by
bugman
The parameter list objects in the specific analysis API are now singletons. This has no immediate benefit as these classes are only instantiated once. But it will allow for |
2014-04-09 16:42:44 | Tree |
[r22670]
by
bugman
Standardised all of the parameter list objects for the specific analyses. All of the specific_analyses packages now contain a parameter_object module which defines all of the The new Param_list.add_csa() base class method has been added to standardise the CSA parameter. And |
2014-04-09 16:35:41 | Tree |
[r22669]
by
bugman
The frame order specific analysis API object is now truly a singleton. This should help eliminate some bugs. |
2014-04-09 15:32:53 | Tree |
2014-04-09 15:05:57 | Tree | |
[r22667]
by
bugman
Created two new parameter list methods from the relaxation dispersion code. The add_model_info() and add_peak_intensity() base class methods have been created from the |
2014-04-09 14:51:38 | Tree |
2014-04-09 07:55:16 | Tree | |
[r22665]
by
bugman
Created a parameter list object for the relaxation dispersion analysis. Instead of using the parameter list object from the base class, the dispersion analysis now defines |
2014-04-09 07:51:17 | Tree |