@@ -9,7 +9,7 import h5py | |||||
9 | import numpy |
|
9 | import numpy | |
10 |
|
10 | |||
11 | from scipy.optimize import curve_fit |
|
11 | from scipy.optimize import curve_fit | |
12 | from scipy import asarray as ar, exp |
|
12 | #from scipy import asarray as ar, exp | |
13 | from scipy import stats |
|
13 | from scipy import stats | |
14 |
|
14 | |||
15 | from numpy.ma.core import getdata |
|
15 | from numpy.ma.core import getdata | |
@@ -797,4 +797,4 class MIRA35CReader (ProcessingUnit, FileHeaderMIRA35c, SRVIHeader, RecordHeader | |||||
797 | shape. |
|
797 | shape. | |
798 | ''' |
|
798 | ''' | |
799 |
|
799 | |||
800 | self.PointerReader = self.fp.tell() No newline at end of file |
|
800 | self.PointerReader = self.fp.tell() |
General Comments 0
You need to be logged in to leave comments.
Login now