svn+ssh://bugman@.../svn/relax/branches/peak_list_handling
........
r11815 | bugman | 2010-12-14 17:51:09 +0100 (Tue, 14 Dec 2010) | 3 lines
Modified the bug_17276 system test data so that there is some noise simulated.
........
r11816 | bugman | 2010-12-14 17:52:06 +0100 (Tue, 14 Dec 2010) | 3 lines
Peak intensity data is now stored as a dictionary with the spectrum_id arg as keys.
........
r11819 | bugman | 2010-12-14 19:02:59 +0100 (Tue, 14 Dec 2010) | 5 lines
Fix for the Relax_fit.test_read_sparky system test.
This was solely a problem within the test and its data.
........
r11832 | bugman | 2010-12-15 12:17:28 +0100 (Wed, 15 Dec 2010) | 3 lines
Switched __errors_repl() to use dictionaries rather than lists.
........
r11833 | bugman | 2010-12-15 18:33:22 +0100 (Wed, 15 Dec 2010) | 3 lines
Converted the specific relaxation curve fitting code to use the dictionary data structures.
........
r11834 | bugman | 2010-12-15 18:33:44 +0100 (Wed, 15 Dec 2010) | 3 lines
The Monte Carlo simulation code can now handle dictionary type data.
........
r11835 | bugman | 2010-12-15 18:51:02 +0100 (Wed, 15 Dec 2010) | 3 lines
The Grace code can now handle dictionary type data.
........
r11847 | bugman | 2010-12-17 10:03:04 +0100 (Fri, 17 Dec 2010) | 3 lines
Fixes for the system tests - the data is now in dictionaries.
........
r11850 | bugman | 2010-12-17 10:48:25 +0100 (Fri, 17 Dec 2010) | 3 lines
Redesigned the specific API common method _return_value_general() to handle dictionaries.
........
r11851 | bugman | 2010-12-17 11:12:52 +0100 (Fri, 17 Dec 2010) | 3 lines
Fix for the API base method _return_value_general() - not all values have errors associated with them.
........
r11852 | bugman | 2010-12-17 11:43:27 +0100 (Fri, 17 Dec 2010) | 3 lines
The NOE specific analysis now uses the dictionary type structure for the intensity data structures.
........
r11853 | bugman | 2010-12-17 11:44:35 +0100 (Fri, 17 Dec 2010) | 6 lines
The list-type data can also be a numpy array, so the Monte Carlo code can now handle this.
Previously the data was being converted from an ndarray to a list, but now this is explicitly
handled.
........