Commit | Date | |
---|---|---|
[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 |
[r17742]
by
bugman
Created the diffusion tensor data structure type() method for setting the tensor type. This is to remove the "cdp.diff_tensor.type = 'x'" code from the core of relax, as the structure is |
2012-10-08 09:42:23 | Tree |
[r17741]
by
bugman
The new diffusion tensor fixed() method has been created to allow the fixed flag to be changed. |
2012-10-08 09:37:54 | Tree |
[r17740]
by
bugman
Fix for the initialisation of the diffusion tensor data structure, now that it is read-only. |
2012-10-08 09:37:18 | Tree |
[r17739]
by
bugman
The diffusion tensor data structure has been completely converted into a read-only structure. The __setattr__() method now will always raise a RelaxError, and the diffusion tensor simulation |
2012-10-08 09:36:44 | Tree |