Cloud confluence jf#2
Open
JonasFischer1 wants to merge 19 commits into
Open
Conversation
Collaborator
JonasFischer1
commented
May 20, 2026
- Confluence module changes:
- Density-Based Area Selection: Added density-based image cropping and rendering
- Removed unnecessary grids and padding from render images.
- Flipped the render image y-axis coordinates to be in line with Picasso.
- Reorganized hardware and software metadata tables to be collapsible.
- Casting NumPy scalar data types to native Python formats before rendering.
- GUI:
- "Find Files" Integration: Added a dedicated "Find files in folder" action button to the main Window.
- Aggregation Workflow Safeguard: Fixed template workflow parsing so empty or missing aggregation sections do not cause single workflows to be loaded in as aggregation workflows
- Moved raw movie file discovery logic from metaworkflow.py into util.py.
- Bug Fixes:
- Explicitly passed initialization kwargs (base_page vs confluence_username) to resolve parameter mismatch.
- Eliminated multiple MatplotlibDeprecationWarning instances across analyse.py and undrift_rsso.py.
- Makes hardware and software section collapsible - added layout fixes
If the aggregation workflow section is present but empty templates should not be loaded in as aggregation workflows
`base_page` was being mapped to `confluence_username` added explicit keyword arguments to prevent this
- When rendering zoom in images the render function now checks if the data is 3D so that the ctrmass_ang is only applied to 3d data as it otherwise crashes on 2D data.
Makes sure that either the density zoom in images or the center of mass image is displayed in confluence
get_movie_groups was moved to util.py. This was not updated in this test.
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.