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 integration #423

Open
dominikbach opened this issue Nov 24, 2022 · 0 comments
Open

BIDS integration #423

dominikbach opened this issue Nov 24, 2022 · 0 comments

Comments

@dominikbach
Copy link
Contributor

dominikbach commented Nov 24, 2022

Feature Description

Background:

BIDS is a standard format for data storage in human cognitive neuroscience (MRI, EEG, PET, ...) and has an extension for psychophysiology. To share data in a non-proprietary format, BIDS could be very useful.

Tasks:

  1. Analyse BIDS for physiological and other continuous recordings: https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/06-physiological-and-other-continuous-recordings.html
  • is this format practical or are changes desirable?
  • is this format sufficient to store all information contained in PsPM data files, including representation of data units, markers, etc.?
  • if not, which extensions would be needed?
  • which extensions would be required to store meta-data required during PsPM pre-processing (e.g. eyetracker geometry, respiration measurement type, etc.)
  • compare potential alternatives: https://leibniz-psychology.org/en/institute/third-party-funded-projects/psycuradat/
  1. Coordinate and propose extension to BIDS format if required

  2. Write I/O functions

  • import BIDS data type
  • export to BIDS
  • alternatively, consider pspm_load_bids to interact with BIDS data directly (and possibly remove need for matlab data format)
  1. Analyse BIDS for task events: https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/05-task-events.html
  • is this format sufficient to store all information required for pspm_get_timing?
  • possibly propose extension
  1. Write functions to set up models from information in task event data
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

2 participants