QC: check inline position shot by shot

This commit is contained in:
D. Berge
2020-09-12 19:56:00 +02:00
parent 5e130c3e42
commit cd76df9329
2 changed files with 8 additions and 0 deletions

View File

@@ -155,6 +155,13 @@
Math.abs(currentShot.error_i) <= parameters.crosslineError
|| `Crossline error: ${currentShot.error_i.toFixed(1)} > ${parameters.crosslineError}`
-
name: "Inline"
check: |
const currentShot = currentItem;
Math.abs(currentShot.error_j) <= parameters.inlineError
|| `Crossline error: ${currentShot.error_j.toFixed(1)} > ${parameters.inlineError}`
-
name: "Centre of source preplot deviation (moving average)"
labels: [ "QCFail", "QCNav" ]