mszinte / bids-specification

Brain Imaging Data Structure (BIDS) Specification
https://bids-specification.readthedocs.io/en/stable/
Creative Commons Attribution 4.0 International
0 stars 3 forks source link

Converter roadmap #4

Open Remi-Gau opened 1 year ago

Remi-Gau commented 1 year ago
Remi-Gau commented 11 months ago
julia-pfarr commented 11 months ago

Output of bidsphysio:

  • [ ] from EDF --> tsv + json broken down in:

    • [ ] from EDF --> ascii --> tsv
"Columns": [
    "samples",
    "gx_left",
    "gy_left",
    "pa_left",
    "fixation",
    "saccade",
    "blink"
],

Comparison BEP020 to output bidsphysio:

  • [ ] from EDF --> ascii --> json
"Columns": [
    "samples",
    "gx_left",
    "gy_left",
    "pa_left",
    "fixation",
    "saccade",
    "blink"
],
"RecordedEye": "Left",
"SamplingFrequency": 1000,
"StartTime": 0.0

Missing in json by bidsphysio:

julia-pfarr commented 11 months ago

Differentiation pyedfread and bidsphysio: pyedfread only makes edf files readable, bidsphysio code decides what to extract from it for bids

Remi-Gau commented 11 months ago

Makes me realize that we got eye1 and eye2 but we do not specify how to know which eye is the right one and which one is the left when both are recorded.

Remi-Gau commented 11 months ago

Another thought. Given that bidsphysio gives the typical output for what will be the typical "legacy" eyetracking format (the one that is recommended in the spec at the moment), the things you did highlighted @julia-pfarr will help us flag missing metadata to the user when converting from legacy to BEP20 valid output.