GEOPY-2879: Allow rotated receivers for ground EM survey#413
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Extends receiver orientation handling in the SimPEG receivers factory to support Large Loop Ground EM surveys, aligning ground EM behavior with existing airborne EM behavior when per-receiver orientations are required.
Changes:
- Import
LargeLoopGroundEMSurveyalongsideAirborneEMSurvey. - Apply the per-receiver orientation override for
LargeLoopGroundEMSurveyin addition toAirborneEMSurveywhenlocal_indicesare provided.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/GA_4.8 #413 +/- ##
===============================================
Coverage 90.43% 90.43%
===============================================
Files 110 110
Lines 6532 6535 +3
Branches 826 827 +1
===============================================
+ Hits 5907 5910 +3
Misses 413 413
Partials 212 212
🚀 New features to boost your workflow:
|
benk-mira
approved these changes
May 22, 2026
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.
GEOPY-2879 - Allow rotated receivers for ground EM survey