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

Toogle longitudinal mode automatically #20

Open
alexpron opened this issue Oct 22, 2024 · 2 comments
Open

Toogle longitudinal mode automatically #20

alexpron opened this issue Oct 22, 2024 · 2 comments

Comments

@alexpron
Copy link
Contributor

BIDS conversion performed by shanoir2bids.py is parameterized using template.json file.

The --longitudinal option of shanoir2bids.py call toogle BIDS session support
through the bidsSession keyword but has to be passed explicitly
even if configuration file contained a valid bidsSession key.

The idea would be to add an auto option so that the switch
between longitudinal and default mode is performed automatically depending
on if the bidsSession key is present and has a non empty value

@alexpron
Copy link
Contributor Author

alexpron commented Dec 4, 2024

I guess this issue is about should we favor reproducibility or flexibility (usage) of the configuration file:

  • reproducibility : the configuration file has to contain every option of the download, conversion and BIDS mapping (i.e.)
  • flexibility : for a configuration file can we modify the behaviour of the script using command line options and retrieve the information of what has been performed using .log file

@alexpron
Copy link
Contributor Author

alexpron commented Dec 4, 2024

A bit related to issue #23

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