swh:1:snp:146792331b15ae9761288bf08f9e0fd689719bca
Raw File
Tip revision: 3b232c2dfca1d2d0d0ac7cd3f4d24fe16394d0ff authored by Moritz Kassner on 05 June 2015, 11:05:38 UTC
don't use the nay data to save data in recorder. Instead just pickle the pupil_postion dicts. This breaks the recoding format. Thus we got v0.5
Tip revision: 3b232c2
run_capture
#!/bin/sh
cd $(dirname $0)/pupil_src/capture
echo "starting PUPIL capture python script"
python main.py
exit 0
back to top