mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 19:01:34 +08:00
Added nD to Survey.BaseRx
This commit is contained in:
@@ -201,6 +201,10 @@ class BaseRx(object):
|
||||
assert value in known, "rxType must be in ['%s']" % ("', '".join(known))
|
||||
self._rxType = value
|
||||
|
||||
@property
|
||||
def nD(self):
|
||||
return self.locs.shape[0]
|
||||
|
||||
class BaseTx(object):
|
||||
"""SimPEG Transmitter Object"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user