simpeg / geoana

Interactive geoscience (mostly) analytic functions.
MIT License
22 stars 9 forks source link

expand rTE function to handle lambda for multiple offset #25

Closed sgkang closed 3 years ago

sgkang commented 3 years ago
jcapriot commented 3 years ago

Seogi, take a look at how this is done in https://github.com/simpeg/geoana/blob/c446c2f4f75f56a7db89e6a520c9fc26f996a61b/geoana/em/fdem/layered.py#L80. You can make it do that already.

Don't view it as having a constant lambda for each frequency.. view it as broadcasting the array so you get ALL combinations of n_filter and n_freq, (there's a reason the returned array is of shape (n_frequency, n_filter))