Difference between revisions of "Script Repository"
Jump to navigation
Jump to search
(30 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This page contains (potentially) useful scripts in a variety of languages. | This page contains (potentially!) useful scripts in a variety of programming languages. | ||
{| class="wikitable" | {| class="wikitable" | ||
!colspan="6"|Scripts | !colspan="6"|Scripts | ||
|- | |||
|<center>'''file'''</center> | |||
|<center>'''language'''</center> | |||
|<center>'''author'''</center> | |||
|<center>'''description'''</center> | |||
|- | |- | ||
|[http://real.psych.ubc.ca/images/0/09/TobiiExtract.zip TobiiExtract.zip] | |[http://real.psych.ubc.ca/images/0/09/TobiiExtract.zip TobiiExtract.zip] | ||
|Matlab | |Matlab | ||
|Chris Street | |Chris Street | ||
|This takes raw output from a Tobii eyetracker and re-organizes the data for csv output | |||
|- | |||
|[http://real.psych.ubc.ca/images/3/3e/ELextract_v1-2.zip ELextract_v1-2.zip] | |||
|Matlab | |||
|Chris Street | |||
|This merges eyelink data files (.asc) with MATLAB behavioural data files (.mat), and saves this merged data to .mat or .csv (for reading into excel). See README.doc file for info on usage. | |||
|- | |||
|[http://real.psych.ubc.ca/images/1/1a/RqaQuick.m rqaQuick.m] | |||
|Matlab | |||
|Chris Street | |||
|Specify a vector of data and the optional tick labels for creating a quick and rough recurrence plot with nominal data in MATLAB. Requires Marwan's RQA toolbox | |||
|- | |||
|[http://real.psych.ubc.ca/images/8/8c/Signage_recycling_eyelink.zip Signage_recycling_eyelink.zip] | |||
|Matlab | |||
|Peter Lenkic | |||
|Control and read data from the Eyelink 1000 using matlab. See [http://real.psych.ubc.ca/index.php/Eyelink_1000_Eye-Tracking_System#Example_Script the wiki page] for details. | |||
|- | |||
|[http://real.psych.ubc.ca/images/3/34/Gallery_empathy.zip Gallery_empathy.zip] | |||
|Matlab | |||
|Peter Lenkic | |||
|Dikablis + optitrak gallery-type experiment. See [http://real.psych.ubc.ca/index.php/Optitrak_%2B_Dikablis#Gallery_Empathy_script the wiki page] for details. | |||
|- | |||
|[http://real.psych.ubc.ca/images/d/da/Signage_recycling_opti.zip Signage_recycling_opti.zip] | |||
|Matlab | |||
|Peter Lenkic | |||
|Optitrack touch table experiment. See [http://real.psych.ubc.ca/index.php/Optitrak_%2B_Projector_touch_table/surface#Putting_it_all_together:_Example_Script the wiki page] for details. | |||
|- | |||
|[http://real.psych.ubc.ca/images/e/e3/Physio_event_marking.zip Physio_event_marking.zip] | |||
|Matlab | |||
|Miriam Maan & Peter Lenkic | |||
|Physio event marking from a remote computer. See [http://real.psych.ubc.ca/index.php/Physiological_recording_systems#TCP-IP_Matlab_Code the wiki page] for details. | |||
|- | |||
|[http://real.psych.ubc.ca/images/4/46/Attentional_blink_Aug2015.zip Attentional_blink_Aug2015.zip] | |||
|R | |||
|Peter Lenkic | |||
|R example code for analyzing an attentional blink data set, updated Aug 2015. See [http://real.psych.ubc.ca/index.php/R_Analysis the R wiki tutorial] for step-by-step explanations of this script. | |||
|- | |- | ||
| | |[http://real.psych.ubc.ca/images/4/4a/Gaze_cueing_Aug2015.zip Gaze_cueing_Aug2015.zip] | ||
| | |R | ||
| | |Peter Lenkic | ||
| | |R example code for analyzing a gaze cueing data set, updated Aug 2015. See [http://real.psych.ubc.ca/index.php/R_Analysis the R wiki tutorial] for step-by-step explanations of this script. | ||
|- | |- | ||
| | |[http://real.psych.ubc.ca/images/7/71/InteractionFollowup.R InteractionFollowup.R] | ||
| | |R | ||
| | |Marcus Watson | ||
| | |Simple main effect follow-ups to a significant 2-way ANOVA interaction. See [http://real.psych.ubc.ca/index.php/R_analyzing_data#Following_up_on_significant_interaction the wiki page] for details. | ||
|- | |||
|[http://real.psych.ubc.ca/images/7/7d/OTCollectBuffer.m OTCollectBuffer.m] | |||
|Matlab | |||
|Rob Whitwell | |||
|Control and collect data from the optotrak motion tracking system. See [http://real.psych.ubc.ca/index.php/Optotrak_Motion_Tracking_System#Optotrack_Data_Collection_.28Matlab_Code.29 the wiki page] for details. | |||
|- | |||
|[http://real.psych.ubc.ca/images/f/ff/Analyzereachmatlabscripts.zip Analyzereachmatlabscripts.m] | |||
|Matlab | |||
|Craig Chapman | |||
|Collection of scripts for analyzing reach trajectory data, from either the opti- or optotak systems. See [http://real.psych.ubc.ca/index.php/Optotrak_Motion_Tracking_System#Optotrak_Data_Analysis_.28Matlab_Code.29 the wiki page] for details. | |||
|} | |} |
Latest revision as of 17:19, 28 August 2015
This page contains (potentially!) useful scripts in a variety of programming languages.
Scripts | |||||
---|---|---|---|---|---|
TobiiExtract.zip | Matlab | Chris Street | This takes raw output from a Tobii eyetracker and re-organizes the data for csv output | ||
ELextract_v1-2.zip | Matlab | Chris Street | This merges eyelink data files (.asc) with MATLAB behavioural data files (.mat), and saves this merged data to .mat or .csv (for reading into excel). See README.doc file for info on usage. | ||
rqaQuick.m | Matlab | Chris Street | Specify a vector of data and the optional tick labels for creating a quick and rough recurrence plot with nominal data in MATLAB. Requires Marwan's RQA toolbox | ||
Signage_recycling_eyelink.zip | Matlab | Peter Lenkic | Control and read data from the Eyelink 1000 using matlab. See the wiki page for details. | ||
Gallery_empathy.zip | Matlab | Peter Lenkic | Dikablis + optitrak gallery-type experiment. See the wiki page for details. | ||
Signage_recycling_opti.zip | Matlab | Peter Lenkic | Optitrack touch table experiment. See the wiki page for details. | ||
Physio_event_marking.zip | Matlab | Miriam Maan & Peter Lenkic | Physio event marking from a remote computer. See the wiki page for details. | ||
Attentional_blink_Aug2015.zip | R | Peter Lenkic | R example code for analyzing an attentional blink data set, updated Aug 2015. See the R wiki tutorial for step-by-step explanations of this script. | ||
Gaze_cueing_Aug2015.zip | R | Peter Lenkic | R example code for analyzing a gaze cueing data set, updated Aug 2015. See the R wiki tutorial for step-by-step explanations of this script. | ||
InteractionFollowup.R | R | Marcus Watson | Simple main effect follow-ups to a significant 2-way ANOVA interaction. See the wiki page for details. | ||
OTCollectBuffer.m | Matlab | Rob Whitwell | Control and collect data from the optotrak motion tracking system. See the wiki page for details. | ||
Analyzereachmatlabscripts.m | Matlab | Craig Chapman | Collection of scripts for analyzing reach trajectory data, from either the opti- or optotak systems. See the wiki page for details. |