Merge from 27:6f6f2c512a1f

Sun, 23 Nov 2014 23:25:09 +0200

author
Iannis <ulalume3@yahoo.com>
date
Sun, 23 Nov 2014 23:25:09 +0200
changeset 28
73337ce10473
parent 27
74f7617f5356 (current diff)
parent 26
84f7d763deeb (diff)
child 30
28d7b0974fe6

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')

mercurial