tjmahr / lookr

Scripts for looking-while-listening and visual-world eyetracking experiments
Other
7 stars 2 forks source link

separate txt file processing from Stimdata function #9

Closed tjmahr closed 6 years ago

tjmahr commented 9 years ago

The Stimdata(...) function should not do the heavy-lifting of converting Eprime text files into data-frames. It should wrap a data-frame in a Stimdata class and describe the experimental stimuli presentation and event timing with one trial per row. The values in each row should represent the attributes of a single trial.

tjmahr commented 9 years ago

Block should look for a .stimdata csv file. One row per trial. Use one-off rprime scripts to convert .txt files to the stimdata files.

tjmahr commented 9 years ago

Now pushing this hard in the config branch.

Baby steps. Make a new backend to handle one old experiment

tjmahr commented 6 years ago

Nope. lookr is going into long-term maintenance mode. The next package can be more general.