feat(auto-induced): field combiner for auto-induced exposure - #129
Merged
Conversation
rwydaegh
added a commit
that referenced
this pull request
Aug 8, 2026
* feat(auto-induced): add field combiner with chunked H5 writing (#128) * chore: add .agent/ to gitignore * fix(field-reader): clamp all indices to Yee grid shape * feat: add timing and tqdm progress bars * fix: add grid validation, debug output, disable symmetry for auto-induced * feat: add sliced combination for 100x faster field combining * fix: use slice_h5_output for proper H5 structure * fix: match source slice to output shape for Yee grid compat * fix: truncate combined array to match output shape * perf: vectorize field_at_indices with numpy fancy indexing * feat: add --top-n parameter for multiple candidate focus points * docs: update auto_induced_exposure_actions.md with full implementation status * docs(auto-induced): add long-term integration roadmap
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.
Implements the field combiner utilities for auto-induced exposure simulation.
Summary
Usage
python -m goliat.utils.field_combiner results/far_field/thelonious/2450MHz \ --input-h5 path/to/_Input.h5 \ --output combined_Output.h5 \ --top-n 3Key features