Changes between Version 1 and Version 2 of ProjectOgamaPage


Ignore:
Timestamp:
03/20/18 14:48:18 (7 years ago)
Author:
Monika Rizova
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOgamaPage

    v1 v2  
    1 Software
     1= OGAMA (Open Gaze And Mouse Analyzer): An open source software designed to analyze eye and mouse movements in slideshow study designs =
     2
     3''Description''
     4
     5  OGAMA is an open-source software written in C#.NET that allows recording and analyzing eye- and mouse-tracking data from slideshow-based experiments in parallel. It accepts ASCII format software and hardware recordings. The output from OGAMA can also be used as an input in other softwares. It works with other commercial eye trackers as well as with open-source eye trackers.
     6   
     7   Analysis modules of OGAMA:
     8 
     9   1. Replay Module -  replay the data that is logged during the experiment
     10   2. Areas of Interest Module -  define and display areas of interest (AOI) on the given stimulus images
     11   3. Fixations Module - calculate and display the fixations made by the subjects
     12   4. Attention Map Module - calculate gaussian distributions of the fixational data and overlay it on the original stimulus image
     13   5. Saliency Module - calculate the salient locations on the stimulus images
     14   6. Database Module - view and edit the raw sampling data
     15   7. Statistic Module - calculate a lot of parameters useful for further analysis
     16   8. Scanpath Module - visualize different scanpaths of the subjects that can be grouped and compared
     17
     18  Recording modules of OGAMA:
     19
     20   1. Slide Design Module - supply tools for creating different slide shows
     21   2. Recording Module - receive the sampling data from ITracker interfaces
     22
     23  **URL:**
     24
     25  1. http://www.ogama.net
     26
     27== '''Project Anatomy''' ==
     28
     29**Community**: OGAMA community
     30
     31**Leadership**:  Dr. Adrian Voßkühler
     32
     33**Forking**: Fork your own copy at this address https://github.com/avosskuehler/ogama, for which you will need a !GitHub account.
     34
     35**Communication**: The site has a contact form of the leader of the project available here: http://www.ogama.net/node/20. There is also a discussion forum at https://archive.codeplex.com/?p=ogama
     36
     37**Roadmaps**:
     38 
     39
     40''Original goal:''
     41 
     42  - bundles of code for a large range of different eye trackers from different manufacturers into a single interface.
     43  - open-source based on excisting libraries
     44
     45''Future goals:''
     46
     47  Short term:
     48  - better variable management and getting rid of some annoying bugs
     49  - an analysis suite to complement the existing experimental library
     50
     51  Long term:
     52  - incorporate support for more eye trackers and support for even more obscure peripherals
     53  - support for electroencephalography
     54 
     55  Source: Interview with lead developer: https://opensource.com/life/15/12/pygaze-open-source-eye-tracking-toolkit
     56
     57**Releases**:
     58
     59  1. Behavior Research Methods, December 2014, Volume 46, Issue 4, pp 913–921 | Cite as !PyGaze: An open-source, cross-platform toolbox for minimal-effort programming of eyetracking experiments - https://link.springer.com/article/10.3758/s13428-013-0422-2
     60  2. Edwin S. Dalmaijer, Sebastiaan Mathôt, Stefan Van der Stigchel, 2013 - http://www.pygaze.org/resources/downloads/Dalmaijer_Mathot_Stigchel_2013_PyGaze_manuscript.pdf
     61  3. Dalmaijer, E.S., Mathôt, S., & Van der Stigchel, S. (2013). !PyGaze: an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments. Behaviour Research Methods. doi:10.3758/s13428-013-0422-2
     62
     63**Repositories**:
     64 
     65  The main repository of !PyGaze is: https://github.com/esdalmaijer/PyGaze , where you can download the source code, clone it to desktop, or even make your own fork.
     66  There is also a repository for !PyGazeAnalizer available at: https://github.com/esdalmaijer/PyGazeAnalyser
     67
     68**Packaging**:
     69
     70   Different packages for !PyGaze, including Windows, Linux and Mac OS X packages can be found at the downloads page of !PyGaze: http://www.pygaze.org/downloads/
     71
     72**Upstream/downstream**:
     73
     74   So far, from 2013 when it was originaly published, !PyGaze has 12 contibutors, and it is open for contributing for upstream, after of course your pull request is revised and approved.
     75 
     76**Version Control**:
     77
     78   version 0.6.0 (07-09-2017) - Latest version control
     79
     80**Trackers**:
     81
     82   You can see commits and verified changes at this link: https://github.com/esdalmaijer/PyGaze/commits/master
     83
     84== Project Evaluation ==
     85
     86
     87=== Fieldtrips ===
     88
     89Github: https://github.com/esdalmaijer/PyGaze
     90
     91Openhub: / (!PyGaze is not listed here)
     92
     93Source Forge: / (!PyGaze is not listed here)
     94
     95=== Evaluation ===
     96
     97**Licensing:** GNU Public License (version 3)
     98
     99**Language:** Python
     100
     101**Activity:** Active
     102
     103**Number of contributors:** There are two developers and a couple of official contributors. They are listed on this page: http://www.pygaze.org/contributors/
     104
     105**Size:** There aren't any official releases on !GitHub, you can find out the size of the packages from the download page after you download them. http://www.pygaze.org/downloads/
     106
     107**Issue tracker:** There is a forum where you can write about an issue: http://forum.cogsci.nl/index.php?p=/categories/pygaze and there is the issue tracker on !GitHub: https://github.com/esdalmaijer/PyGaze/issues
     108
     109**New contributor:** If you want to be a contributor to !PyGaze one way is through the !GitHub page, where you can make your own fork and pull request and wait for an approval.
     110
     111**Community norms:** You can report an issue through the forum page , help to fix it by forking in the !GitHub repository and commit fixes and if you prefer to work via different channels (contact form, or via carrier pigeon), that’s fine too.
     112
     113**User base:** Their user base are the developers and the contributors: http://www.pygaze.org/contributors/
     114