Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 544 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 544 Bytes

pupillometry-preprocessing

A collection of python functions that I used to filter pupillometry data and to detect blinks For the most part, these are inspired by: Kret, M.E. & Sjak-Shie, E.E. Behav Res (2019) 51: 1336. https://doi.org/10.3758/s13428-018-1075-y (https://github.com/ElioS-S/pupil-size) Hershman, R., Henik, A. & Cohen, N. Behav Res (2018) 50: 107. https://doi.org/10.3758/s13428-017-1008-1 (https://osf.io/jyz43/) <- the authors recently added their own python implementation of the blink detection algorithm used to this repo