From 88556af40cdd31b9b0a52d5a74be04e488d5a9ae Mon Sep 17 00:00:00 2001 From: Lindsey Date: Mon, 4 May 2015 10:49:52 -0700 Subject: [PATCH] removed knownSrcType --- simpegMT/SurveyMT.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/simpegMT/SurveyMT.py b/simpegMT/SurveyMT.py index 7bc7165e..95ee6db3 100644 --- a/simpegMT/SurveyMT.py +++ b/simpegMT/SurveyMT.py @@ -145,8 +145,6 @@ class srcMT(Survey.BaseSrc): rxPair = RxMT - knownSrcTypes = ['pol_xy','pol_x','pol_y'] # ORThogonal POLarization - def __init__(self, freq, rxList, srcPol = 'pol_xy'): # remove rxType? hardcode to one thing. always polarizations self.freq = float(freq) Survey.BaseSrc.__init__(self, None, srcPol, rxList)