Use multi-file widget in workflow widget#188
Merged
Conversation
jl-wynen
approved these changes
Nov 28, 2024
Member
|
Can we now remove some hard-coded hack like esssans/src/ess/loki/workflow.py Lines 118 to 119 in 7fba014 |
Member
Author
|
Needs scipp/essreduce#156 |
Comment on lines
125
to
131
| workflow = LokiAtLarmorWorkflow() | ||
| # TODO This does not work with multiple | ||
| workflow[sans.types.PixelMaskFilename] = data.loki_tutorial_mask_filenames()[0] | ||
|
|
||
| workflow[sans.types.Filename[sans.types.SampleRun]] = ( | ||
| data.loki_tutorial_sample_run_60339() | ||
| ) | ||
| workflow[sans.types.Filename[sans.types.BackgroundRun]] = ( | ||
| data.loki_tutorial_background_run_60393() | ||
| ) | ||
| workflow[sans.types.Filename[sans.types.TransmissionRun[sans.types.SampleRun]]] = ( | ||
| workflow[PixelMaskFilename] = data.loki_tutorial_mask_filenames() | ||
| workflow[Filename[SampleRun]] = data.loki_tutorial_sample_run_60339() | ||
| workflow[Filename[BackgroundRun]] = data.loki_tutorial_background_run_60393() | ||
| workflow[Filename[TransmissionRun[SampleRun]]] = ( | ||
| data.loki_tutorial_sample_transmission_run() |
Member
There was a problem hiding this comment.
The ISIS workflows may need similar changes?
Member
Author
There was a problem hiding this comment.
I searched but could not find a place to update.
SimonHeybrock
approved these changes
Jan 24, 2025
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.
No description provided.