Fixed an error in resampleByFreq

This commit is contained in:
GudniRos
2015-12-18 14:31:22 -08:00
parent 77f476e248
commit 66156481da
+1 -1
View File
@@ -219,7 +219,7 @@ def resampleMTdataAtFreq(MTdata,freqs):
uniLoc = np.unique(MTrec[['x','y','z']])
uniFreq = MTdata.survey.freqs
# Get the comps
dNames = KraEDIrec.dtype
dNames = MTrec.dtype
# Loop over all the locations and interpolate
for loc in uniLoc: