biscuitboard 1.0.12 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -389,7 +389,7 @@ exactly without triangle boundaries or nearest-neighbor membership changes.
|
|
|
389
389
|
|
|
390
390
|
The control points and affine baseline are generated from
|
|
391
391
|
[`lib/coordinate_map/via-coordinate-map.csv`](./lib/coordinate_map/via-coordinate-map.csv)
|
|
392
|
-
with `bun run generate:lens-calibration`. The current CSV fit uses all
|
|
392
|
+
with `bun run generate:lens-calibration`. The current CSV fit uses all 56 points
|
|
393
393
|
and has effectively zero residual at those calibration coordinates. Every
|
|
394
394
|
control point participates in the weighted blend, so the correction remains
|
|
395
395
|
continuous inside and outside the measured region as more CSV rows are added.
|