mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-10 00:18:24 +08:00
Add linear survey
This commit is contained in:
@@ -375,3 +375,11 @@ class BaseSurvey(object):
|
||||
self.dobs = self.dtrue+noise
|
||||
self.std = self.dobs*0 + std
|
||||
return self.dobs
|
||||
|
||||
class LinearSurvey(BaseSurvey):
|
||||
def projectFields(self, u):
|
||||
return u
|
||||
|
||||
@property
|
||||
def nD(self):
|
||||
return self.prob.G.shape[0]
|
||||
Reference in New Issue
Block a user