This commit is contained in:
D. Berge
2020-09-12 20:59:20 +02:00
parent 1d3d202d1f
commit 8a5d103754

View File

@@ -160,7 +160,7 @@
check: |
const currentShot = currentItem;
Math.abs(currentShot.error_j) <= parameters.inlineError
|| `Crossline error: ${currentShot.error_j.toFixed(1)} > ${parameters.inlineError}`
|| `Inline error: ${currentShot.error_j.toFixed(1)} > ${parameters.inlineError}`
-
name: "Centre of source preplot deviation (moving average)"