mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:47:07 +00:00
Do not QC online data.
It's kind of pointless at the moment (we will probably want a separate QC for online data) and it may cause shots to be, at least temporarily, flagged as having missing gun data. Closes #29.
This commit is contained in:
@@ -53,6 +53,8 @@ async function byShot (client) {
|
||||
INNER JOIN raw_shots_ij_error rse USING (sequence, point)
|
||||
LEFT JOIN final_shots fs USING (sequence, point)
|
||||
LEFT JOIN final_shots_ij_error fse USING (sequence, point)
|
||||
WHERE
|
||||
hash != '*online*'
|
||||
--WHERE
|
||||
-- NOT COALESCE(fs.meta, rsp.meta) ? 'qc'
|
||||
-- OR COALESCE(fs.meta, rsp.meta) @? '$.qc.sbs'
|
||||
|
||||
Reference in New Issue
Block a user