Sadie asked if there was a way to export the Quality Control (QC) data to a CSV file. This would be an action which allows the operator to specify a csv file name and several options about what should be included in the file.
Presently getting summaries of the QC data can be done using unix commands. For example, ls *.okay lists just the okay files. This is not satisfactory as it relies on the OS, and it would be nice to have a platform-independent way of doing this.
Since this is a CSV, several columns can be saved. This is probably also useful for other, non-QC, contexts as well. I would export:
starttime, stoptime, timerange, filename, LastQCStatusMessage, QCStatus
I'm following examples like write pngwalk to PDF and HTML, where the visible records are the only ones exported.
This is implemented and will be in the next release.
"timerange" is replaced with "label" which is the label printed below each image.