Closed pscicluna closed 1 year ago
The way spectra are split into chunks is currently quite specific. This should be generalised, and a try: except: needs to be added to cover the case of a spectrum which does not need to be divided up into chunks.
try: except:
Added try/except statement to fromTable() class method in spectrum.py to deal with this.
The way spectra are split into chunks is currently quite specific. This should be generalised, and a
try: except:
needs to be added to cover the case of a spectrum which does not need to be divided up into chunks.