mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-12 06:37:46 +08:00
removed knownSrcType
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user