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

Fix bug: _extract_EyeTrackingMethod #82

Merged
merged 10 commits into from
Jul 8, 2024
Merged

Fix bug: _extract_EyeTrackingMethod #82

merged 10 commits into from
Jul 8, 2024

Conversation

julia-pfarr
Copy link
Member

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 and others added 7 commits June 20, 2024 16:58
edf2asc suddenly gives out a random order for the calibration positions. E.g., calibration point 3 is listed after calibration point 4. That's why I had to change the function _extract_Calibration poisition (as well as _get_calibration_positions). However, now the tests are failing because something is wrong with the lists in lists thingi and also it tries to get the calibration positions also for the testfiles which have none. I thought I specified that within the functions but obviously it doesn't work.
…because otherwise it writes wrong content into the variable
@julia-pfarr julia-pfarr requested a review from Remi-Gau July 1, 2024 11:18
@julia-pfarr
Copy link
Member Author

julia-pfarr commented Jul 2, 2024

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

@julia-pfarr julia-pfarr added the bug Something isn't working label Jul 5, 2024
@Remi-Gau Remi-Gau merged commit 08e8c69 into main Jul 8, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants