Menu

#802 Menu item/action to export QC records to csv file

closed
nobody
None
5
2023-04-21
2023-04-18
No

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

Discussion

  • Jeremy Faden

    Jeremy Faden - 2023-04-18

    I'm following examples like write pngwalk to PDF and HTML, where the visible records are the only ones exported.

     
  • Jeremy Faden

    Jeremy Faden - 2023-04-18

    This is implemented and will be in the next release.

     
  • Jeremy Faden

    Jeremy Faden - 2023-04-21
    • status: open --> closed
     
  • Jeremy Faden

    Jeremy Faden - 2023-04-21

    "timerange" is replaced with "label" which is the label printed below each image.