{"id":17723732,"url":"https://github.com/junpenglao/jaefa","last_synced_at":"2026-01-12T00:40:39.040Z","repository":{"id":176937994,"uuid":"65397425","full_name":"junpenglao/jaefa","owner":"junpenglao","description":"Just Another Eye-movement Filtering Algorithm","archived":false,"fork":false,"pushed_at":"2016-08-10T17:43:13.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-06-28T14:59:47.810Z","etag":null,"topics":["data-analysis","eye-movement-data","eye-tracking"],"latest_commit_sha":null,"homepage":"","language":"Matlab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junpenglao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-10T16:15:07.000Z","updated_at":"2016-08-10T16:38:28.000Z","dependencies_parsed_at":"2023-10-22T13:15:13.668Z","dependency_job_id":null,"html_url":"https://github.com/junpenglao/jaefa","commit_stats":null,"previous_names":["junpenglao/jaefa"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junpenglao%2Fjaefa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junpenglao%2Fjaefa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junpenglao%2Fjaefa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junpenglao%2Fjaefa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junpenglao","download_url":"https://codeload.github.com/junpenglao/jaefa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246475932,"owners_count":20783757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","eye-movement-data","eye-tracking"],"created_at":"2024-10-25T15:43:49.644Z","updated_at":"2026-01-12T00:40:38.939Z","avatar_url":"https://github.com/junpenglao.png","language":"Matlab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JAEFA\nJust Another Eye-movement Filtering Algorithm (JAEFA) to turn raw eye tracking data into fixation event.  \n\n```\n\u003e\u003e fixmat = JAEFA(eyex,eyey,timestamp,CondInfo,plotopt);\n% output format:\n% fixmat - [x_fix,y_fix,dur_fix,num_fix,time_start,time_end,sample_start,sample_end,condinfo]\n```\nAn example is shown in HOWTO.m,  \n\n# Under the hood\nYou will need to update the following parameters in the JAEFA.m to suit your eye tracking setup.  \n```\n%%%%%%%%%%%%%%%%%% Parameters: Please update manually!!! %%%%%%%%%%%%%%%%%%\n% Screen Resolution\nRes         = [0 0 1920 1080];\n% Screen  Screen_Size in cm\nScreen_Size = [52.128 29.322];\n% View distance of subjects in cm\nDistance    = 70;\n% velocity calculation duration\nvelt        = 20;\n% in degrees per second\nangspdthrs  = 30;\n% Minimal fixation duration in ms (remove fixation with too short duration)\nminfixdur   = 20; % set to 0 to include all fixations\n% Minimal saccade duration in ms (combine fixations that are too short apart)\nminsaccsp   = 10; % set to 0 to consider all saccades\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunpenglao%2Fjaefa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunpenglao%2Fjaefa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunpenglao%2Fjaefa/lists"}