Tool for Recovering Trial Data not Output to csv File (due to unchecked "Is trials" in Builder Mode)

Hello,

I’m sorry for double posting this (I tried the google groups before seeing you’ve moved dev discussions to this forum).

When running an experiment in our lab, we discovered that data for one trial was missing from the output csv files due to the fact that we had made it in Builder Mode and the “Is trials” option was accidentally unchecked for that trial. In order to get that data, I made a small tool for creating a csv file for that TrialHandler object in the loops[] array of the ExperimentHandler object using the .psydat file.

If you’d be interested in this tool being added to the repo please let me know.

Hello @sunny
, I’m posting here because this seems like a similar topic to the issue I’m facing. I’m conducting my experiment using PsychoPy Builder (offline mode) , and due to a human error of pressing the ESC key, I only have .log files for some participants, with no CSV files generated. Is there a solution to extract the data from these log files and convert it into a CSV? I’ve seen older Python script-based methods, but I’m unsure if they still work with PsychoPy 2024.1.5 . Any advice on how to proceed would be greatly appreciated!