-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bidsMoving ExploreASL to BIDS compatibilityMoving ExploreASL to BIDS compatibilityimportRelated to data import moduleRelated to data import module
Milestone
Description
Description
@HenkMutsaerts found some things that could be improved in the import.
- Fixes #732 Multi-Session support #753 (comment)
- Fixes #732 Multi-Session support #753 (comment)
- Fixes #732 Multi-Session support #753 (comment)
Details:
xASL_imp_NII2BIDS_Session.m:sessionLabel = ['ses-' listSessions{iSession}(5:end)];does that still make sense? where does the character 5 till the end come from?xASL_imp_NII2BIDS_Session.m:outSessionPath = fullfile(imPar.BidsRoot,['sub-' subjectLabel],sessionLabel);, we should check for both subject and session if the prefix already existsxASL_imp_NII2BIDS_Session.m:sessionLabel = '';, we could just create a subfolder for single sessions as well, this would make our lives easier, but would also require an update of the flavor database!
Requirements
Optional: add feature requirements here
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
Metadata
Metadata
Assignees
Labels
bidsMoving ExploreASL to BIDS compatibilityMoving ExploreASL to BIDS compatibilityimportRelated to data import moduleRelated to data import module