StabMe
Joined: Jul 29, 2016 Posts: 24
|
Posted: May 30, 2022 2:19 AM Post subject: Iterating over several files for a report |
|
Jarek,
Could you please explain how or provide a snippet of a design that goes through several EDF files and creates a table with a report (for example, for SessionReportEEG) and then appends tables for each of EDF files to the end of the text file?
I have tens of recordings that i want to extract statistics from and doing this manually becomes time consuming and prone to error. |
|
jarek
Joined: Oct 22, 2007 Posts: 960
|
Posted: May 30, 2022 8:33 AM Post subject: |
|
The ReportGraph in the session report design needs only one XDF/EDF input.
So one idea would be to loop through several EDF files, read each of them and write to one output EDF (with EDFFileWriter) and then use it to create a report from that single file. |
|