mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-07 06:40:21 +08:00
set loc and moment inside of MagDipoleB source
This commit is contained in:
@@ -246,7 +246,9 @@ class SrcFDEM_MagDipole_Bfield(SrcFDEM):
|
||||
#TODO: neither does moment
|
||||
def __init__(self, rxList, freq, loc, orientation='Z', moment=1.):
|
||||
self.freq = float(freq)
|
||||
self.loc = loc
|
||||
self.orientation = orientation
|
||||
self.moment = moment
|
||||
SrcFDEM.__init__(self, rxList)
|
||||
|
||||
def _getS_m(self,prob):
|
||||
|
||||
Reference in New Issue
Block a user