Fix such that processed data is stored in the processing folder instead of the raw folder#76
Open
fallars wants to merge 4 commits intoePSIC-DLS:masterfrom
Open
Fix such that processed data is stored in the processing folder instead of the raw folder#76fallars wants to merge 4 commits intoePSIC-DLS:masterfrom
fallars wants to merge 4 commits intoePSIC-DLS:masterfrom
Conversation
M0hsend
reviewed
Feb 27, 2026
| #ToDo make this not the raw directory as users should be able to write to it | ||
| l = data_path.split('/') | ||
| #replace raw with processing | ||
| l[-4] = 'processing' |
Contributor
There was a problem hiding this comment.
Here you are assuming a set number of sub-folders... Not sure this would work all the time, e.g. if the data is not saved in a sample subfolder?
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.
Updated the code such that users can process the data using this workflow as before they were unable to do so as did not have access to the raw directory within E01 this has been changed to processing directory which should resolve this issue. other small fixs such as using the correct directories when using scripts for E01 case.