Skip to content

GEOPY-2916: Investigate poor convergence of tipper with base station#151

Merged
domfournier merged 1 commit into
release/GA_4.8from
GEOPY-2916
Jun 18, 2026
Merged

GEOPY-2916: Investigate poor convergence of tipper with base station#151
domfournier merged 1 commit into
release/GA_4.8from
GEOPY-2916

Conversation

@domfournier

@domfournier domfournier commented Jun 17, 2026

Copy link
Copy Markdown

GEOPY-2916 - Investigate poor convergence of tipper with base station

Copilot AI review requested due to automatic review settings June 17, 2026 21:06
@github-actions github-actions Bot changed the title GEOPY-2916 GEOPY-2916: Investigate poor convergence of tipper with base station Jun 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR targets convergence issues in natural-source EM tipper inversions when using a remote/base station by adjusting how the vertical magnetic-field component projection is built in the tipper derivative calculation.

Changes:

  • Update the tipper derivative to project the Fz (vertical) magnetic-field component at the roving receiver locations (location_id=0) instead of the base station.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Phx = self.getP(mesh, "Fx", 1)
Phy = self.getP(mesh, "Fy", 1)
Phz = self.getP(mesh, "Fz", 1)
Phz = self.getP(mesh, "Fz", 0)
@domfournier domfournier merged commit e5611e5 into release/GA_4.8 Jun 18, 2026
14 checks passed
@domfournier domfournier deleted the GEOPY-2916 branch June 18, 2026 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants