Sun, 23 Nov 2014 23:25:09 +0200
Merge from 27:6f6f2c512a1f
licel.py | file | annotate | diff | comparison | revisions |
--- a/licel.py Sun Nov 23 23:24:32 2014 +0200 +++ b/licel.py Sun Nov 23 23:25:09 2014 +0200 @@ -212,7 +212,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')