Skip to content

cranti/mric-audits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set of tools for running MRIC queries.

Main scripts

weeklyCheck: Runs ETL weekly audits on the MRIC database for a specified date range and saves a csv summary. Also creates a series of graphs using ETLAuditGraphs.

ETLAuditGraphs: Audit eye-tracking data in MRIC and visualize the results.

Notes

  • Remember to update the list of protocols in ETLAuditGraphs.m to ensure that it matches MRIC.

Set up on a new computer:

  • Create folders for base queries and results
  • Change directories:
    • Defaults in ETLAuditGraphs.m
    • pythonDir and defaults in AuditQuery.m
    • pythonDir and baseResultsDir in weeklyCheck.m
  • Make sure simplejson module has been installed, or that the package is saved in QueryTools/
  • (Optional) Use testQueryTools.m to validate scripts in QueryTools/

To make this script compatible with MATLAB2012:

  • Replace strsplit with strsplit_CR in ReadInQuery.m and AuditQuery.m
  • Replace strjoin with strjoin_CR in weeklyCheck.m

About

Set of tools for running MRIC queries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors