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

Interfacing platform-independent community standards (BIDS) for toolbox output and intermediate preprocessing results #1

Open
1 of 5 tasks
likeajumprope opened this issue Jul 18, 2022 · 0 comments

Comments

@likeajumprope
Copy link
Owner

likeajumprope commented Jul 18, 2022

  • Raw and Preprocessed (synced & filtered) physiological traces exported as BIDS (Brain Imaging Data Structure) with meta-data (provenance)

  • Export of intermediate physiological measures (heart-rate variability, respiratory volume, physiological phases) according to community standards (physiopy, Neurokit)

    • BIDS allows to add extra columns, but maybe in an extra file _recording-derived-measures_physio.tsv.gz
    • first step: write out existing ons_secs.hr, ons_secs.rvt into extra file (low sampling rate, one value per volume)
      • later: use higher sampling rate of input traces
    • with onsets as optional input, e.g., from a task (to get heart rate changes at stimulus input time), e.g,.
{
   "SamplingFrequency": 100.0,
   "StartTime": -22.345,
   "Columns": ["onsets", "cardiac-peak", "respiratory-max-peak", "respiratory-min-peak", "heart-rate", "respiratory-volume", "respiratory-rate"],
   "cardiac": {
       "Units": "mV"
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants