Commit | Date | |
---|---|---|
[r17752]
by
bugman
The setting of list values for the DiffTensorSimList object now works correctly. The private _set() method now works correctly by calling the base class method, and the normal |
2012-10-08 16:00:05 | Tree |
[r17751]
by
bugman
Fix for the diffusion tensor __deepcopy__() replacement method for the new design. |
2012-10-08 15:57:50 | Tree |
[r17750]
by
bugman
The model-free specific analysis _disassemble_param_vector() method now uses the new diffusion tensor design. |
2012-10-08 15:22:42 | Tree |
[r17749]
by
bugman
Modified the setUp() method for the diffusion tensor system tests to use the new design. |
2012-10-08 15:17:08 | Tree |
[r17748]
by
bugman
Redesigned how diffusion tensor simulation structures are handled. The design is now much cleaner and works with all Python versions. |
2012-10-08 15:16:25 | Tree |
2012-10-08 14:32:48 | Tree | |
[r17746]
by
bugman
A number of private diffusion tensor objects and methods have switched to the single leading '_' format. |
2012-10-08 12:19:03 | Tree |
[r17745]
by
bugman
Improvements to the diffusion tensor set() method. The parameters, errors and simulations are now properly differentiated and stored. |
2012-10-08 12:13:34 | Tree |
[r17744]
by
bugman
Converted the old diffusion tensor __setattr__() method into the set() method. This is the only way in which diffusion tensor parameters, errors and simulations can be set. |
2012-10-08 12:04:54 | Tree |
[r17743]
by
bugman
Renamed the diffusion tensor data structure type() method to set_type(). This is because the type is stored as the 'type' object, clashing with the method name. |
2012-10-08 09:44:02 | Tree |