Bring distance weighting to SimPEG#9
Merged
thibaut-kobold merged 34 commits intoKoBoldMetals:experimentalfrom Jan 10, 2024
Merged
Bring distance weighting to SimPEG#9thibaut-kobold merged 34 commits intoKoBoldMetals:experimentalfrom
thibaut-kobold merged 34 commits intoKoBoldMetals:experimentalfrom
Conversation
* ta/weighting_strategy: better handling of active_cells typo tutorial typo re-implement distance weighting and add a strategy comparison
* ta/weighting_strategy: typing numba tentative typo typo typo add deprecation remove depreciated argument
jedman
requested changes
Dec 23, 2023
ISSUE-1298: Use normal distributed noise in example.
Addresses name change for functions in `utils.model_builder`. Update tutorials, examples and tests that were using the deprecated functions. Related to issue simpeg#1265 --------- Co-authored-by: Santiago Soler <santisoler@fastmail.com>
* ta/weighting_strategy: fix new depreciation Ditch deprecated functions in utils.model_builder (simpeg#1311) more warnings move warning try fix `| None` test error stacklevel fix tests address comments One more randn switch tutorials rand to randn
… with possibility to pass optional args.
* ta/weighting_strategy: fix test replace numpy distance calculation by `scipy.spatial.distance.cdist`, with possibility to pass optional args.
This PR adds magnetic forward modelling for the gradient of the TMI, measured when several magnetometers are mounted on the same aircraft. A good example is [the Heli-GT system from SHA geophysics ](https://www.shageophysics.com/#js__scroll-to-section_heli-gt) but many airborne systems have several magnetometers mounted. --------- Co-authored-by: Santiago Soler <santisoler@fastmail.com>
…e_experimental2 * commit '5231446ee858fe677cdcbdcfe65be081b61ebd20': Triaxial magnetic gradient forward modelling (simpeg#1288) # Conflicts: # SimPEG/potential_fields/magnetics/simulation.py # tests/pf/test_forward_Mag_Linear.py
jedman
approved these changes
Jan 10, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adding this PR to the branch mix: simpeg#1310 + update from SimPEG
main