uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

Better access to topsDataLog data #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Accessing data in topsDataLog is painful.  It takes too many steps and too much 
knowledge of how individual data items are structures to get out a simple bit 
of infomration.

See the Plexon Integration demo task for examples:
  * reading "choice" state entry and exit times in configurePlexIntTask.m
  * reading left-right condition values and keyboard responses in plexIntTrialResult.m

Part of the problem is the obscure way in which topsRunnables log data, burying 
items in structs.

Part of the problem is topsDataLog accessors.  On missing access would be 
getGroupData, with time range.

Changing the way data are logged and access could affect current users, so it 
would need to be called out.

Original issue reported on code.google.com by Benjamin.Heasly on 8 Oct 2010 at 10:07

GoogleCodeExporter commented 8 years ago
This is really a Tower of Psych issue, so I'm closing it here and opening a new 
tops issue.

Original comment by Benjamin.Heasly on 14 Oct 2010 at 1:16