licel.py

changeset 28
73337ce10473
parent 27
74f7617f5356
parent 26
84f7d763deeb
child 31
b243f896e5f4
--- 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')

mercurial