Skip to content

Commit

Permalink
added fm_dlogc
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfoks committed Nov 6, 2023
1 parent 4f07a6d commit e6b76e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geobipy/src/classes/data/datapoint/FdemDataPoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,9 @@ def sensitivity(self, mod, **kwargs):
assert isinstance(mod, Model), TypeError("Invalid model class for sensitivity matrix [1D]")
return StatArray.StatArray(self._sensitivity1D(mod), 'Sensitivity', '$\\frac{ppm.m}{S}$')

def fm_dlogc(self, mod):
self.forward(mod)
self.sensitivity(mod)

def _forward1D(self, mod):
""" Forward model the data from a 1D layered earth model """
Expand Down

0 comments on commit e6b76e9

Please sign in to comment.