Skip to content

Commit

Permalink
Updated determination of marker cores to be 1.5 x the radius
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronge-2020 committed Feb 26, 2024
1 parent 1805d9c commit e2dc7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drawCanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ function flagMisalignedCores(coresData, imageRotation, checkMarker = false) {
!Object.keys(medianRotatedXValues).some(
(col) =>
Math.abs(medianRotatedXValues[col] - rotatedX) <
1.25 * core.currentRadius
1.5 * core.currentRadius
)
) {
core.row = -1;
Expand Down

0 comments on commit e2dc7eb

Please sign in to comment.