All derivatives/adjoints working for FDEM.

This commit is contained in:
rowanc1
2014-03-30 14:06:54 -07:00
parent 9acaae66db
commit b1613dba65
3 changed files with 144 additions and 74 deletions
-1
View File
@@ -74,7 +74,6 @@ class RxFDEM(Survey.BaseRx):
if not adjoint:
Pv_complex = P * v
#TODO: check this deriv...
real_or_imag = self.projComp
Pv = getattr(Pv_complex, real_or_imag)
elif adjoint: