Good morning,
I hope this email finds you well.
I have been using pymovements and enjoying it greatly, thanks for your work!
As a coding beginner the docs have been very helpful but after going through them, I cannot seem to figure out two things.
1. I am struggling with attaching my trial info to my samples and fixations data as extra columns.
I tried capturing it with custom_read_kwargs as well as using the trial columns but it does not seem to work.
For reference, I am analysing Eyelink ASC files and my trial info is captured like this:
> > Generic Eyelink MSG, then the timestamp, then the message
> >
> > MSG 1419128 TrialId_Overall Practice: 1
> > - this contains which block type it is, can be practice, experiment or extra, as well as the trial number within that block
> >
>
> >
> > MSG 1419129 ImageNumber: 4
> > - contains presented image for the trial
> >
>
> >
> > MSG 1431431 203
> > - contains event code (here 203) that represents image quality
> >
>
2. Moreover, I was wondering what the easiest way is to filter out blinks, preferably with a blink padding. I noticed that some blink metrics are stored within the metadata but I cannot find the individual blinks being stored anywhere.
I would be very greatful if you could give me some tips on how to do these things with pymovements (if possible!).
Thanks a lot!
Best,
Sofia