licel.py

changeset 26
84f7d763deeb
parent 22
a2355e871b23
child 28
73337ce10473
--- 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')

mercurial