bids-standard / eye2bids

Convert eyetracking data to a BIDS compatible format (BEP20)
MIT License
5 stars 6 forks source link

Fix bug: _extract_EyeTrackingMethod #82

Closed julia-pfarr closed 2 months ago

julia-pfarr commented 3 months ago

make sure that EyeTrackingMethod is empty if no calibration because otherwise it writes wrong content into the variable. Now EyeTrackingMethod is empty/not shown in physio.json if no calibration. To test find example edf on osf, folder "no-calibration".

julia-pfarr commented 3 months ago

@Remi-Gau somehow in one of the previous PRs the metadata "PhysioType" = "eyetrack" got lost. It is required. I added it here.