svn+ssh://bugman@.../svn/relax/trunk
........
r19882 | bugman | 2013-06-06 11:45:24 +0200 (Thu, 06 Jun 2013) | 8 lines
The spectrum.peak_intensities is now more robust when reading in a generic formatted file.
Firstly there is a check that the intensity column number has been supplied. And then there is a
checks that all relevant data could be extracted from each row of the file. This replaces traceback
errors with RelaxErrors explaining the problem if the user inputs bad data or forgets the intensity
column argument.
........