Tue, 01 Jul 2014 11:31:37 +0300
Corrected licelfile object name
licel.py | file | annotate | diff | comparison | revisions |
--- a/licel.py Wed Jun 18 17:56:46 2014 +0300 +++ b/licel.py Tue Jul 01 11:31:37 2014 +0300 @@ -210,7 +210,7 @@ self.data = np.vstack([self.data, other.data]) def __unicode__(self): - return "<Licel channel: %s>" % self.info['Wavelength'] + return "<Licel channel: %s>" % self.name def __str__(self): return unicode(self).encode('utf-8')