Skip to content

Enable sweep runs over paganin filter to use hdf5 file as backing - #736

Merged
dkazanc merged 9 commits into
mainfrom
sweep-runner-hdf5-backing
Aug 4, 2026
Merged

Enable sweep runs over paganin filter to use hdf5 file as backing#736
dkazanc merged 9 commits into
mainfrom
sweep-runner-hdf5-backing

Conversation

@yousefmoazzam

Copy link
Copy Markdown
Collaborator

Fixes IMGDA-931

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have made corresponding changes to the documentation
  • I have added the user-release-note label in order to include this PR in the "Notable
    Changes for Users" section in release notes

There's enough common code across the hdf5 and RAM versions of the sweep
writer and reader that having a single class for each of the reader and
writer makes more sense than duplicating code across an hdf5 and RAM
version of each of the writer and reader.
@yousefmoazzam
yousefmoazzam requested a review from dkazanc July 8, 2026 13:40
from httomo.preview import PreviewConfig, PreviewDimConfig
from httomo.runner.dataset_store_interfaces import DataSetSource

PAGANIN_SWEEP_VALUE_THRESHOLD = 50

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

ah, nice touch on the threshold. I think it is reasonable to assume for now. Tested, the switch works well.

@dkazanc
dkazanc merged commit b0cc9b9 into main Aug 4, 2026
3 checks passed
@dkazanc
dkazanc deleted the sweep-runner-hdf5-backing branch August 4, 2026 10:58
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