@@ -9,7 +9,7 import h5py | |||
|
9 | 9 | import numpy |
|
10 | 10 | |
|
11 | 11 | from scipy.optimize import curve_fit |
|
12 | from scipy import asarray as ar, exp | |
|
12 | #from scipy import asarray as ar, exp | |
|
13 | 13 | from scipy import stats |
|
14 | 14 | |
|
15 | 15 | from numpy.ma.core import getdata |
@@ -797,4 +797,4 class MIRA35CReader (ProcessingUnit, FileHeaderMIRA35c, SRVIHeader, RecordHeader | |||
|
797 | 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