Skip to content

GEOPY-2883: Remove dependency on Tx frequency for airborne FEM survey#144

Merged
domfournier merged 2 commits into
release/GA_4.8from
GEOPY-2883
May 26, 2026
Merged

GEOPY-2883: Remove dependency on Tx frequency for airborne FEM survey#144
domfournier merged 2 commits into
release/GA_4.8from
GEOPY-2883

Conversation

@domfournier
Copy link
Copy Markdown

@domfournier domfournier commented May 25, 2026

GEOPY-2883 - Remove dependency on Tx frequency for airborne FEM survey

Copilot AI review requested due to automatic review settings May 25, 2026 19:38
@github-actions github-actions Bot changed the title GEOPY-2883 GEOPY-2883: Remove dependency on Tx frequency for airborne FEM survey May 25, 2026
Copy link
Copy Markdown

Copilot AI left a comment

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 removes the dependency on the transmitter channel value when tracking GeoH5 entity_type reuse during iterative saves, instead using the channel’s positional index. This aligns the saved-type bookkeeping with channel ordering rather than potentially unstable/duplicated channel values (e.g., frequencies in airborne FEM).

Changes:

  • Key self.data_type[component] by channel index (ii) instead of the channel value (channel) when persisting/reusing entity_type across iterations.
  • Update the corresponding find_type lookup to use the index-keyed stored type.

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

@domfournier domfournier merged commit 891dc26 into release/GA_4.8 May 26, 2026
12 checks passed
@domfournier domfournier deleted the GEOPY-2883 branch May 26, 2026 16:37
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