-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Description
In ExploreASL's processing module, we save x.mat as a provenance file, in which we can always read back which processing options were used etc.
Likewise, we need a x-import.mat to save all the import settings that were used.
This import x-import.mat will also contain the studyPar.json how it was parsed for each subjec/session/run, such that we can easily see where things went wrong. Because the import can take hours for large populations, we may want to generate such a studyPar cell struct/table BEFORE running NII2BIDS, such that while it is iterating NII2BIDS, we can visually check if the studyPar.json parsing went OK; and we don't have to wait until the end of NII2BIDS for a potential crawler to be ran.
Tasks
- Implement xyz in function
xASL_[abc]_...
How to test
Optional: insert description about how to test the code changes here
Release notes
Required: summarize the changes for the release notes here