Holcombe:EyeTrackers: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: {{Template:Holcombe}})
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Holcombe}}
{{Template:Holcombe}}
==Eyelink 1000 (scattered around the department)==
GT513 has an Eyelink 1000 with 2K camera upgrade, remote mount.
[https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&uact=8&ved=0CC8QFjABahUKEwj_uOGs8p_HAhWD26YKHfQcB_Y&url=http%3A%2F%2Fdownload.sr-support.com%2Fmarcus%2FEL1000remotePPT.ppt&ei=4FHJVf_IIIO3mwX0uZywDw&usg=AFQjCNELOXYp69pgbWUwDTSWYJA37vsx2g&sig2=kto3kqYtCsjD_vMqXGH2qg&bvm=bv.99804247,d.dGY Eyelink's Eyelink remote powerpoint guide]
[https://drive.google.com/file/d/0B4TYFpuXnUu4bGhKdlEwcW0wVTQ/view Matt Abbott's guide to calibration, esp. of a tower mount]
- In the psychopy code, you need the following code:
- Eyelink spits out an EDF file.
-#Chris opens the EDF file created by Eyelink in the Eyelink software, and instructs it to print out these fields, for event-based coding
#RECORDING_SESSION_LABEL TRIAL_LABEL CURRENT_FIX_BLINK_AROUND CURRENT_FIX_X
#E.g.,
#RECORDING_SESSION_LABEL TRIAL_LABEL CURRENT_FIX_BLINK_AROUND CURRENT_FIX_X
#LN_20Apr2015_14-22 Trial: 1 NONE 403.80
#LN_20Apr2015_14-22 Trial: 2 AFTER 400.00
- If you want the raw eye position on each frame, you should instead:
- For more on our data processing pipeline, see [https://github.com/alexholcombe/MOTcircular/tree/master/dataPreprocess/eyetracking one of our github projects that use it]
- Juno Kim might have converted the EDF file to ascii with some Eyelink utility, and written his own parser, which would obviate the manual intervention of opening the EDF file manually.
More information on the Psychopy list:
http://groups.google.com/group/psychopy-users/browse_thread/thread/4eaa80283f5a7030
==CRS prototype Eye Tracker==
This eye tracker is set up in Testing Booth 524B. It is connected to an Imac which is remotely accessible from any computer connected to the Psychology department's local area network. This means that after setting up your experiment as you usually would, and starting the subject on the experiment, you can return to your own computer, turn on the eye tracker and set it to record / run the software even as they are doing the task.
To do this:
# Open a "Finder" window on your own machine.
# Under "Shared" in the menu on the left (you may have to click on the triangle to expand the list and/or click on "All..." to see the full list of computers on the network), find the computer called "Holcombelab-eyetracker". This is the Imac that the eye tracker is connected to.
# Double click on it. This will connect you to the Imac as "Guest". Note that you only have access to "Public" folders on the eye tracker's Imac as a guest.
# In the top right hand corner of the finder window you can select to "Share Screen..."** if you want to control the computer connected to the eye tracker. This will give you remote access to the Imac's desktop environment in a window. Thus you'll be able to turn the eye tracker on or set it to record etc.
# If you want to transfer files or data onto your own computer from the eye tracker's Imac, Click on "Connect As..."** and some more folders will appear in the finder window. You can drag and drop files from these folders onto any folders on your own computer to transfer them across the network.
**To access these functions, you will need to log in. The user name is HolcombeLab (note
the capitalisation), and the password is the common lab password (ask either me or Alex if you
don't know what it is).
Currently (02/11/2010), we're still waiting on the software which will allow us to program the eye tracker, record from it, and collect data from it. But once we have it I'll update this page with the extra information. If you want to have a play with it right now (I.e. just try out screen sharing and start up the eye tracker), just share screens with "Holcombelab-eyetracker" and use the program "PiP" which you'll find to the right of the "Photobooth" icon on the dock bar.
Note. It's best if you ''don't'' start the eyetracker using the Imac in the lab as you then have to deal with the light emitted by it's screen (it will take about a minute to go back to sleep). If you access it remotely, the screen will stay asleep maintaining the dark in the testing booth.

Revision as of 18:39, 10 August 2015

Recent members

Alex Holcombe
• Ryo Nakayama



Technical

Skills Checklist
Python Programming
Psychopy/VisionEgg Installation Notes
R analysis,plot,stats
Statistics
Buttonbox
Buttonbox with photocell
Programming Cheat Sheets


Eyelink 1000 (scattered around the department)

GT513 has an Eyelink 1000 with 2K camera upgrade, remote mount.

Eyelink's Eyelink remote powerpoint guide

Matt Abbott's guide to calibration, esp. of a tower mount

- In the psychopy code, you need the following code:

- Eyelink spits out an EDF file.

-#Chris opens the EDF file created by Eyelink in the Eyelink software, and instructs it to print out these fields, for event-based coding

  1. RECORDING_SESSION_LABEL TRIAL_LABEL CURRENT_FIX_BLINK_AROUND CURRENT_FIX_X
  2. E.g.,
  3. RECORDING_SESSION_LABEL TRIAL_LABEL CURRENT_FIX_BLINK_AROUND CURRENT_FIX_X
  4. LN_20Apr2015_14-22 Trial: 1 NONE 403.80
  5. LN_20Apr2015_14-22 Trial: 2 AFTER 400.00

- If you want the raw eye position on each frame, you should instead:

- For more on our data processing pipeline, see one of our github projects that use it

- Juno Kim might have converted the EDF file to ascii with some Eyelink utility, and written his own parser, which would obviate the manual intervention of opening the EDF file manually.

More information on the Psychopy list: http://groups.google.com/group/psychopy-users/browse_thread/thread/4eaa80283f5a7030

CRS prototype Eye Tracker

This eye tracker is set up in Testing Booth 524B. It is connected to an Imac which is remotely accessible from any computer connected to the Psychology department's local area network. This means that after setting up your experiment as you usually would, and starting the subject on the experiment, you can return to your own computer, turn on the eye tracker and set it to record / run the software even as they are doing the task.

To do this:

  1. Open a "Finder" window on your own machine.
  2. Under "Shared" in the menu on the left (you may have to click on the triangle to expand the list and/or click on "All..." to see the full list of computers on the network), find the computer called "Holcombelab-eyetracker". This is the Imac that the eye tracker is connected to.
  3. Double click on it. This will connect you to the Imac as "Guest". Note that you only have access to "Public" folders on the eye tracker's Imac as a guest.
  4. In the top right hand corner of the finder window you can select to "Share Screen..."** if you want to control the computer connected to the eye tracker. This will give you remote access to the Imac's desktop environment in a window. Thus you'll be able to turn the eye tracker on or set it to record etc.
  5. If you want to transfer files or data onto your own computer from the eye tracker's Imac, Click on "Connect As..."** and some more folders will appear in the finder window. You can drag and drop files from these folders onto any folders on your own computer to transfer them across the network.
**To access these functions, you will need to log in. The user name is HolcombeLab (note 
the capitalisation), and the password is the common lab password (ask either me or Alex if you 
don't know what it is).

Currently (02/11/2010), we're still waiting on the software which will allow us to program the eye tracker, record from it, and collect data from it. But once we have it I'll update this page with the extra information. If you want to have a play with it right now (I.e. just try out screen sharing and start up the eye tracker), just share screens with "Holcombelab-eyetracker" and use the program "PiP" which you'll find to the right of the "Photobooth" icon on the dock bar.

Note. It's best if you don't start the eyetracker using the Imac in the lab as you then have to deal with the light emitted by it's screen (it will take about a minute to go back to sleep). If you access it remotely, the screen will stay asleep maintaining the dark in the testing booth.