svn+ssh://bugman@.../svn/relax/trunk
........
r19349 | bugman | 2013-04-04 12:26:09 +0200 (Thu, 04 Apr 2013) | 6 lines
Shifted the Sparky peak intensity reading code to lib.software.sparky.read_list_intensity().
This new function comes from the old pipe_control.spectrum.intensity_sparky() function, but with the
spin ID code removed.
........
r19350 | bugman | 2013-04-04 12:33:19 +0200 (Thu, 04 Apr 2013) | 6 lines
Shifted the XEasy peak intensity reading code to lib.software.xeasy.read_list_intensity().
This new function comes from the old pipe_control.spectrum.intensity_xeasy() function, but with the
spin ID code removed.
........
r19351 | bugman | 2013-04-04 12:39:55 +0200 (Thu, 04 Apr 2013) | 3 lines
Docstring fix for the lib.software.xeasy.read_list_intensity() function.
........
r19352 | bugman | 2013-04-04 12:41:49 +0200 (Thu, 04 Apr 2013) | 6 lines
Shifted the NMRView peak intensity reading code to lib.software.nmrview.read_list_intensity().
This new function comes from the old pipe_control.spectrum.intensity_nmrview() function, but with
the spin ID code removed.
........