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

Make a functionality to save data in BIDS format #4

Open
5 tasks
yacineMahdid opened this issue Sep 18, 2019 · 0 comments
Open
5 tasks

Make a functionality to save data in BIDS format #4

yacineMahdid opened this issue Sep 18, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yacineMahdid
Copy link
Contributor

We should save the data using the least amount of scattering as possible. Which means that one folder should be created with a Recording specific tag in the target folder, with the right structure and any subsequent save call should be appended to this record of save. This way will be sure that we don't lose data along the way and keep ourselves structured.

What we should be saving

  • Metadata about the recording and the analysis
  • The actual data that was used to create the results
  • The parameters that were used to create the result so that we can reproduce them.
  • The results in a structured way
  • Comments on the data analysis if needs be (optional)

The aim of saving the data

We are saving the data to be able to 1 easily use programmatically the result of our analysis, but also to reproduce the result and to be able to share them with other.
If we need to tweak the analysis at any point in time we should use the result as a good starting point instead of doing this from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant