Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split-session processing #105

Open
Lestropie opened this issue Oct 11, 2021 · 0 comments
Open

Split-session processing #105

Lestropie opened this issue Oct 11, 2021 · 0 comments

Comments

@Lestropie
Copy link
Collaborator

In situations where the T1w data are in one session and the DWI data are in another session, it is necessary to pull the data from two different sessions in order to facilitate processing.

This is quite different to the multi-session processing introduced in 0.5.0, so it might take a bit of thought to get the logic / interface right:

  • Do not permit at all if --session_label is specified.

  • Implement function to perform initial scan of data, which determines whether or not a session / combination of sessions can be processed. This would further address a request from elsewhere for the ability to determine whether or not a dataset can be processed without actually attempting to process it.

  • Only if neither of exactly two sessions from one participant cannot be processed should it then be tested as to whether the merge of the two sessions together can be processed.

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

No branches or pull requests

1 participant