CMSTrackerDPG / MLplayground

Web application for collaborating to build ML models for Tracker DQM/DC
4 stars 2 forks source link

Redesign parsing of lumisection histograms #104

Open vicha-w opened 11 months ago

vicha-w commented 11 months ago

Currently, histogram parsing in Histogram File Manager on GUI forces users to send the parsing request twice when the file contains 1D and 2D histograms, such as in DQMIO files that contain both.

We need to redesign the parsing steps so that users can send the request to parse one file once, and the machine should figure out automatically which histograms go to which category (1D, 2D, run, lumi) and which file format it is (CSV or DQMIO).

GuillermoFidalgo commented 9 months ago

Posting here some old notes relevant to this task

GuillermoFidalgo commented 9 months ago

Above comments arise from the fact that when submitting large quantities of files, some of them are "submitted" but never parsed. The API returns an OK response because it receives the request for a file but inspection of the Playground shows few of them to never be process (basically skipped)

relevant slides here