changes references for Transmitter to Source

This commit is contained in:
Lindsey
2015-04-17 15:57:10 -07:00
parent f7c13d917e
commit f1fc90cb16
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class Fields(object):
srcTestList = [srcTestList]
for srcTest in srcTestList:
if srcTest not in self.survey.srcList:
raise KeyError('Invalid Transmitter, not in survey list.')
raise KeyError('Invalid Source, not in survey list.')
ind = np.in1d(self.survey.srcList, srcTestList)
return ind