-
Notifications
You must be signed in to change notification settings - Fork 8
ENH Cheetah-based SFX workflows and compression in Cheetah and XPP preparation #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
…compression to Cheetah.
…x missing closing {% endif %} in cheetah template.
… cheetah output automatically. Bump CrystFEL to 0.12.0
…environment and use execvpe instead
…d to reliably find install Python version even when a different Python is currently active via the user environment....
… for smalldata compression/converted xtc2s
…mestamps were wrong.
…odel. Also fix update_env/shell_source conflict.
7 tasks
This was referenced Nov 17, 2025
This was
linked to
issues
Nov 17, 2025
…I. Remove unused parameters from cheetah config.
…nment. Any spack stuff in PYTHONPATH is breaking LUTE searching for pydantic.
…ents from conversion.
2 tasks
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.
Description
This PR creates SFX workflows using Cheetah. It also allows for cheetah to be configured to run compression.
That latter feature requires merging this omdevteam/om#17 PR in OM.
Checklist
maestroPR Type:
Address issues:
Testing
XPP Smalldata compression (workflow via
maestro)Running it:
Look at HDF5 files
> h5ls /sdf/data/lcls/ds/xpp/xppx1003621/hdf5/with_compression/xppx1003621_Run0197.h5/jungfrau1M_alcove ROI_111peak_area Dataset {10, 193, 256} ROI_111peak_com Dataset {10, 2} ROI_111peak_max Dataset {10} ROI_111peak_mean Dataset {10} ROI_111peak_sum Dataset {10} ROI_211peak_area Dataset {10, 193, 256} ROI_211peak_com Dataset {10, 2} ROI_211peak_max Dataset {10} ROI_211peak_mean Dataset {10} ROI_211peak_sum Dataset {10} ROI_224peak_area Dataset {10, 175, 256} ROI_224peak_com Dataset {10, 2} ROI_224peak_max Dataset {10} ROI_224peak_mean Dataset {10} ROI_224peak_sum Dataset {10} ROI_232peak_area Dataset {10, 295, 459} ROI_232peak_com Dataset {10, 2} ROI_232peak_max Dataset {10} ROI_232peak_mean Dataset {10} ROI_232peak_sum Dataset {10} ROI_air_scatter_bottom_area Dataset {10, 463, 350} ROI_air_scatter_bottom_com Dataset {10, 2} ROI_air_scatter_bottom_max Dataset {10} ROI_air_scatter_bottom_mean Dataset {10} ROI_air_scatter_bottom_sum Dataset {10} ROI_air_scatter_larger_area Dataset {10, 177, 567} ROI_air_scatter_larger_com Dataset {10, 2} ROI_air_scatter_larger_max Dataset {10} ROI_air_scatter_larger_mean Dataset {10} ROI_air_scatter_larger_sum Dataset {10} ROI_large_scatter_area Dataset {10, 220, 232} ROI_large_scatter_com Dataset {10, 2} ROI_large_scatter_max Dataset {10} ROI_large_scatter_mean Dataset {10} ROI_large_scatter_sum Dataset {10}Workflow definition
YAML Configuration
Screenshots