https://github.com/pupil-labs/pupil

sort by:
Revision Author Date Message Commit Date
ede268d typo 23 September 2016, 17:54:17 UTC
3e136a4 Merge pull request #460 from papr/fxdtctr Pupil Angle Fixation Detector 23 September 2016, 13:14:31 UTC
8120a17 Revert `vis_circle` and remove high-freq debug message 21 September 2016, 10:21:24 UTC
98451af Merge master changes 20 September 2016, 08:32:51 UTC
2017a51 Add icon for “Jump to next fixation” thumb 16 September 2016, 15:35:02 UTC
97cb22a fixed bug that prevented loading recording though drag and drop. 16 September 2016, 15:20:42 UTC
10daa45 Merge pull request #467 from snleu/master Updated all instances of Thumb in Capture and Player 16 September 2016, 15:19:11 UTC
d03417b updated pyglui player version number to 1.0 16 September 2016, 14:54:54 UTC
5bf27d2 updated to pyglui_version 1.0 16 September 2016, 14:52:22 UTC
5266651 updated all instances of Thumb in capture and Player, player thumbs changed to icons, capture thumbs updated syntax kept as letter 16 September 2016, 14:29:13 UTC
513908b Online Fixation Detector 12 September 2016, 15:19:50 UTC
f26c5ca Fix typos 09 September 2016, 12:38:32 UTC
e67408a Export eye_id in csv 09 September 2016, 12:35:52 UTC
e32ba26 Use pupil data in gaze points. Provide `eye_id` in fixation object. 09 September 2016, 10:33:27 UTC
499eef1 Cached Angle Detector, visualise fixation 07 September 2016, 15:17:02 UTC
5340e56 Sliding window on pupil positions 06 September 2016, 13:31:01 UTC
5e6fd80 [not correct] Sequential angle dispersion 05 September 2016, 08:43:15 UTC
ddc3ae3 use gethostname as opposed to getfqdn because the latter fails in some cases. 30 August 2016, 16:24:10 UTC
898f273 update groups help string. 30 August 2016, 16:15:55 UTC
44dd8fd Merge pull request #456 from papr/fix-455 `gl_utils.is_window_visible` implementation. 30 August 2016, 16:11:57 UTC
bd2731c Merge branch 'master' into fix-455 30 August 2016, 16:07:02 UTC
af617d1 Move to gl_utils and rename to `is_window_visible` 30 August 2016, 16:02:21 UTC
b0de42c Merge pull request #454 from papr/master Fix initial action menu label. Increase pyglui requirement to v0.9 30 August 2016, 15:49:51 UTC
8fa1a38 should_call_ui_functions call needs argument. Add implementation for eye 30 August 2016, 12:58:55 UTC
e93d9af Fixes #455 Call ui funs only if window is visible. 30 August 2016, 12:50:52 UTC
b48f90e Fixes #453 30 August 2016, 08:58:36 UTC
f60f3a5 Fix initial action menu label. Increase pyglui requirement to v0.9 29 August 2016, 19:54:16 UTC
0d810e9 Merge pull request #452 from papr/master Bugfix #451 25 August 2016, 10:49:33 UTC
34a00c0 Fixes #451 25 August 2016, 10:44:22 UTC
f4462c2 Update README.md 11 August 2016, 18:21:28 UTC
c3381d6 sleep to make sure all ports are connected. 05 August 2016, 13:14:01 UTC
ff7ed1c Adding copyright and credits to @LeszekSwirski in the singleeyefitter directory. The work in this dir had been taken from https://github.com/LeszekSwirski/singleeyefitter and extend by us. Closing #290. 30 July 2016, 18:14:59 UTC
947a0f5 Merge pull request #445 from pupil-labs/binocular_3d_gaze_intersection Binocular 3d gaze intersection 28 July 2016, 07:51:50 UTC
fda505e small fixes. 28 July 2016, 07:47:48 UTC
96ec2d2 Improved binocular 3d vector mapping intersection code. 28 July 2016, 07:40:06 UTC
a4de5bf refactoring gaze on surface mapping logic. Fixing bug in player that crashed player when opening a surface debug window. 27 July 2016, 10:31:30 UTC
a4230c6 Merge pull request #444 from pupil-labs/rename_base_key Rename base key 21 July 2016, 14:22:42 UTC
ef72f7b Fixes to the update recording script: Incremental updaters need to update recording version in info.csv as well. 21 July 2016, 14:11:30 UTC
27df9b6 update old recordings to use `base_data` instead of `base`. 21 July 2016, 13:55:29 UTC
2e54023 renamed key `base` to `base_data` as suggested in #438 . 21 July 2016, 13:52:41 UTC
e67498d Merge pull request #437 from papr/csv Problem: CSV format not consistent 21 July 2016, 13:30:52 UTC
d6f19bb Apply last patch changes to exporter 21 July 2016, 13:21:49 UTC
b6fe2bd `update_recording_to_recent` renames old timestamp files 20 July 2016, 14:05:41 UTC
e10eb01 reverting the last set of billiard changes. 20 July 2016, 13:47:04 UTC
1796d27 revert last commit. 20 July 2016, 13:42:17 UTC
a2ba2aa another attempt to fix player on mac. 20 July 2016, 13:28:25 UTC
14e5f7d trying to run freeze support for player. 20 July 2016, 13:08:58 UTC
c3dc8c1 missing changes to removing billiard. We still require billiard for the offline marker cacher. 20 July 2016, 13:03:08 UTC
3d3565e dont use billiard in player anymore. 20 July 2016, 12:35:07 UTC
aabe2c8 Merge pull request #439 from pupil-labs/network_time_sync Network time sync 19 July 2016, 12:11:44 UTC
3b6a5a4 Merge branch 'master' into network_time_sync Conflicts: pupil_src/shared_modules/calibration_routines/finish_calibration.py 19 July 2016, 12:09:39 UTC
0cae767 typo fix. 19 July 2016, 10:28:53 UTC
e2d4c3a Merge pull request #441 from PolynomialDivision/master Fix notify_all 18 July 2016, 12:14:15 UTC
3eb2b8a Fix notify_all There is no self.notify_all in finish_calibration. So use g_pool.active_calibration_plugin.notify_all instead. 18 July 2016, 12:08:22 UTC
d508a97 add remote notification for recording should start/stop. The revives the old pupil sync behaviour. 15 July 2016, 13:49:31 UTC
6601ffe removed deprecated notification lable. 15 July 2016, 12:15:18 UTC
b5fe8c3 move network time sync functions from pupil_sync into time_sync plugin. This commit removes the Pupil_Sync plugin. All functions of Pupil Sync are taken over by Pupil_Groups and Time_Sync. 15 July 2016, 12:15:18 UTC
1ad4e65 adding self.host field, small fixes. 15 July 2016, 12:15:18 UTC
c75a986 adding missing field. 15 July 2016, 07:29:58 UTC
230c24d renamed fn. 15 July 2016, 06:48:36 UTC
ade0a73 allow groups plugin run run without gui. 15 July 2016, 05:23:35 UTC
c430add Update version number 14 July 2016, 16:32:11 UTC
26858df improve code signing for Macos. 13 July 2016, 14:39:24 UTC
93cab07 fixed bug in inversion code. 13 July 2016, 13:47:20 UTC
437ff50 Merge pull request #434 from papr/pg-clean `Pupil_Groups` Implementation (Clean history) 13 July 2016, 10:21:32 UTC
7377fc3 Apply suggestions 13 July 2016, 08:43:42 UTC
582b9dc Move Pyre setup/shutdown into local scope of thread loop. 08 July 2016, 08:02:02 UTC
5c1d182 Change log level for KeyErrors on Plugin imports 08 July 2016, 07:46:50 UTC
4d7d476 Small fixes 07 July 2016, 16:34:18 UTC
ba4c3c9 Set cvs delimiter to `,` for surface and fixation export Fix exporter 07 July 2016, 16:12:05 UTC
d10472f Move format updating to player_methods 07 July 2016, 16:03:39 UTC
d7705aa Rename `update` functions 07 July 2016, 13:09:15 UTC
6518459 accept lightweight tags for versioning. 07 July 2016, 12:53:55 UTC
de4c3e5 Read/write new info format 07 July 2016, 12:14:31 UTC
daf01c8 Introduce csv_utils 07 July 2016, 10:26:50 UTC
16d4908 fixed wrong key name. 07 July 2016, 09:46:21 UTC
333af6f writing into an object that already part of events is against the rules of the events dict. Removed offending line. 07 July 2016, 09:44:02 UTC
4b10f67 Temporal commit 06 July 2016, 14:49:48 UTC
524e1a6 Remove UI ping button. Add group member list. 06 July 2016, 13:11:26 UTC
054bc7d Documentation commit - Creates `Pyre` node with following headers: - "pub_address" - "sub_address" - "app_type" - Joins "pupil-groups” group by default. - Uses `remote_notify` functionality introduced in a652f81baf83. If the mapped value of the notification key `remote_notify` is equal to "all" the notification will be SHOUTed. Else it will use the value as peer uuid and try to WHISPER the notification to the respective peer. - Publishes all discovered notifications to the IPC backbone - Drops notifications which cannot be unpacked with msgpack or do not have "subject" key - Adds "discovery.peer" key with dictionary containing information: - "uuid": peer uuid - "name": peer name - "arrival_timestamp": time of arrival - "type: "SHOUT" or "WHISPER" 06 July 2016, 09:24:47 UTC
eab73f6 Pupil_Groups 06 July 2016, 09:05:48 UTC
4ca76e4 fixing #433 . 05 July 2016, 16:38:05 UTC
2b38ac2 Merge pull request #431 from papr/frame-publisher Frame Publisher plugin 05 July 2016, 14:32:39 UTC
ad3fd15 Add eye frame publishing 05 July 2016, 14:09:59 UTC
36034f0 Merge pull request #430 from papr/master No copy __raw_data__, assert on non-list/tuple 05 July 2016, 13:31:28 UTC
a966323 Implementation: Frame Publisher 05 July 2016, 13:30:29 UTC
65a0a93 No copy __raw_data__, assert on non-list/tuple 05 July 2016, 13:25:27 UTC
b013db9 Added option to send raw (unserialized data) as additional zmq msg frames. 05 July 2016, 10:15:03 UTC
8857db9 revisions to idle sleep utility. 05 July 2016, 07:44:58 UTC
55a8358 Merge branch 'master' of https://github.com/pupil-labs/pupil Conflicts: pupil_src/shared_modules/surface_tracker.py 04 July 2016, 17:10:04 UTC
443f041 fixing #429 04 July 2016, 16:57:14 UTC
a31131e Fixes #426 04 July 2016, 16:14:25 UTC
9b189ec removing Pupil Server from source. 04 July 2016, 15:55:02 UTC
7192d39 reapplying d2a70c89be6411ec134f6f00bedfbae8cff6268d 04 July 2016, 15:53:37 UTC
a671c3d Merge branch 'master' of https://github.com/pupil-labs/pupil 04 July 2016, 15:22:22 UTC
bb68d25 Fixes pupil-labs/pupil@#426 04 July 2016, 15:21:09 UTC
0791544 ipc_urls should be str objects not unicode. 04 July 2016, 15:20:55 UTC
4ae5ceb Merge branch 'caffeine' 04 July 2016, 13:42:26 UTC
e39924f Add os_utils with enable/disable idle sleep functions 04 July 2016, 13:32:34 UTC
709bf79 Remove Caffeine plugin 04 July 2016, 13:31:47 UTC
back to top