Skip to content

Add group support when parsing imageseries#900

Merged
psavery merged 2 commits into
masterfrom
parse-ims-add-group-support
Mar 3, 2026
Merged

Add group support when parsing imageseries#900
psavery merged 2 commits into
masterfrom
parse-ims-add-group-support

Conversation

@psavery

@psavery psavery commented Feb 27, 2026

Copy link
Copy Markdown
Collaborator

This allows the imageseries to fall back to matching the group name if other checks fail, and still apply the correct ROI.

It allows us to specify monolith detectors in the imageseries section of the input file like so:

image_series:
  data:
  - args:
      path: imageseries
    file: ff1.npz
    panel: ff1
  - args:
      path: imageseries
    file: ff2.npz
    panel: ff2
  format: frame-cache

This is part of the fixes required for HEXRD/hexrdgui#1970

This allows the imageseries to fall back to matching the group name
if other checks fail, and still apply the correct ROI.

It allows us to specify monolith detectors in the imageseries section
of the input file like so:

```yaml
image_series:
  data:
  - args:
      path: imageseries
    file: ff1.npz
    panel: ff1
  - args:
      path: imageseries
    file: ff2.npz
    panel: ff2
  format: frame-cache
```

This is part of the fixes required for HEXRD/hexrdgui#1970

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
psavery added a commit to HEXRD/hexrdgui that referenced this pull request Feb 27, 2026
Exporting the HEDM workflow seemed to work fine when only monolith
panels were used. However, using a subpanel setup (where each
subpanel takes image data from a region of the main panel image)
had bugs - specifically, re-using the same exported workflow.yml
file on the original input files (or files like the original ones)
would not work.

This, along with HEXRD/hexrd#900, are required to fix the issue.

Fixes: #1970

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
@codecov

codecov Bot commented Feb 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.46%. Comparing base (f40f031) to head (f47b042).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #900      +/-   ##
==========================================
+ Coverage   69.41%   69.46%   +0.05%     
==========================================
  Files         148      148              
  Lines       22590    22592       +2     
==========================================
+ Hits        15680    15693      +13     
+ Misses       6910     6899      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
@psavery psavery requested a review from bnmajor February 27, 2026 18:09
@psavery psavery merged commit 0dc6856 into master Mar 3, 2026
10 checks passed
@psavery psavery deleted the parse-ims-add-group-support branch March 3, 2026 15:02
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.

2 participants