Skip to content

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
fallars:master
Open

Fix such that processed data is stored in the processing folder instead of the raw folder#76
fallars wants to merge 4 commits intoePSIC-DLS:masterfrom
fallars:master

Conversation

@fallars
Copy link
Contributor

@fallars fallars commented Feb 26, 2026

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.

@fallars fallars assigned M0hsend and unassigned M0hsend Feb 26, 2026
@fallars fallars requested a review from M0hsend February 26, 2026 09:30
#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'
Copy link
Contributor

Choose a reason for hiding this comment

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

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?

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