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

BIDS session organization ignored #15

Open
mnarayan opened this issue Aug 14, 2017 · 5 comments
Open

BIDS session organization ignored #15

mnarayan opened this issue Aug 14, 2017 · 5 comments

Comments

@mnarayan
Copy link

According to the documentation a data configuration file is not needed if data is in BIDS.

 --data_config_file DATA_CONFIG_FILE
                        Yaml file containing the location of the data that is
                        to be processed. Can be generated from the CPAC gui.
                        This file is not necessary if the data in bids_dir is
                        organized according to the BIDS format. This enables
                        support for legacy data organization and cloud based
                        storage. A bids_dir must still be specified when using
                        this option, but its value will be ignored.

However, if a participant has sub-01/ses-1, sub-01/ses-2 this information is not carried through. Instead all outputs are tagged with the labels session_1. I'm guessing nothing short of providing a full configuration file can fix this for now.

@egarza
Copy link

egarza commented Aug 14, 2017

I didn't have that problem and I have more than one session. I get an output for each subject and session: sub-001_ses-1, sub-001_ses-2, etc.

@mnarayan
Copy link
Author

@egarza My sessions are named differently i.e. they might have letters and numbers like ses-tp1 rather than just ses-1 and ses-2 and this might be the issue. Some pipelines seem to be able to handle that.

@chrisgorgo
Copy link
Contributor

chrisgorgo commented Aug 31, 2017 via email

@mnarayan
Copy link
Author

mnarayan commented Sep 4, 2017

Relatedly, the output format for multiple sessions doesn't follow exactly follow BIDS either. Since the sessions are not nested within subject folders but rather sub-001_ses-1, sub-001_ses-2, ...

@ccraddock
Copy link
Collaborator

@mnarayan the output of CPAC is not currently BIDS compliant. This is in part due to the lack of a ratified BIDS spec that handles these outputs. We will test to make sure that the session information is preserved in the outputs. But the naming and structure of the outputs will take much longer to change.

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

4 participants