Commit | Date | |
---|---|---|
[r22692]
by
bugman
Fixes for the units of the ave_pos_x, ave_pos_y, and ave_pos_z frame order parameters. |
2014-04-10 16:06:15 | Tree |
[r22691]
by
bugman
Replaced the frame order API model_type() method with the base _model_type_global() method. The two methods were identical anyway. |
2014-04-10 16:03:47 | Tree |
[r22690]
by
bugman
Replaced the frame order specific API model_loop() method. The base method _model_loop_single_global() is used instead. |
2014-04-10 16:01:02 | Tree |
[r22689]
by
bugman
Created the specific analysis API common method _is_spin_param_false(). This simply returns False. The is_spin_param() frame order method has been deleted and this common |
2014-04-10 15:58:47 | Tree |
[r22688]
by
bugman
The specific API PARAMS object is now private. Apart from fixing a number of unit tests, these aliased singletons should not be accessed by the |
2014-04-10 15:47:33 | Tree |
[r22687]
by
bugman
Shifted the frame order specific API deselect() method into the Api_common base class. The method has been renamed to _deselect_global() and extended to handle Monte Carlo simulations. |
2014-04-10 15:43:47 | Tree |
[r22686]
by
bugman
Eliminated the specific analysis API object base __init__() method. This is no longer needed as the parameter list object is now analysis specific and set up by each |
2014-04-10 15:33:25 | Tree |
2014-04-10 15:24:30 | Tree | |
[r22684]
by
bugman
Clean up and fixes for the frame order model_statistics() API method. The number of data point 'n' was incorrectly calculated using the original alignment tensor base |
2014-04-10 15:00:15 | Tree |
[r22683]
by
bugman
Docstring fixes for the frame order specific analysis API object. A number of the methods were referring to the base data as being alignment tensors, but this has |
2014-04-10 14:42:04 | Tree |