bids-standard / eye2bids

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

Possible modifications for later #35

Closed julia-pfarr closed 10 months ago

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

include something like "look into any of the subfolders for an edf file" in case main folder is not yet sorted by source- and raw data

am afraid of making too smart, would prefer to keep things VERY simple and maybe let other converters reuse what we have here to more complex things

make it possible to convert multiple edf files at once

for now I am not sure because it may be easier to let people write a loop

delete .asc file at the end of conversion?

make that optional (use an argument in the command line)

mszinte commented 10 months ago

About delete .asc files, I'm for having optional the possibility to keep them, but by default to delete them after processing.

mszinte commented 10 months ago

About two first points I agree with @Remi-Gau

Remi-Gau commented 10 months ago

I think we can reopen that if users ask for it