diff --git a/etc/qc/default/definitions.yaml b/etc/qc/default/definitions.yaml index 9d142f0..2b17111 100644 --- a/etc/qc/default/definitions.yaml +++ b/etc/qc/default/definitions.yaml @@ -201,7 +201,7 @@ check: | const currentShot = currentItem; Math.abs(currentShot.error_i) <= parameters.crosslineError - || `Crossline error: ${currentShot.error_i.toFixed(1)} > ${parameters.crosslineError}` + || `Crossline error (${currentShot.type}): ${currentShot.error_i.toFixed(1)} > ${parameters.crosslineError}` - name: "Inline" @@ -209,7 +209,7 @@ check: | const currentShot = currentItem; Math.abs(currentShot.error_j) <= parameters.inlineError - || `Inline error: ${currentShot.error_j.toFixed(1)} > ${parameters.inlineError}` + || `Inline error (${currentShot.type}): ${currentShot.error_j.toFixed(1)} > ${parameters.inlineError}` - name: "Centre of source preplot deviation (moving average)"