Add a script that draws the calibration page fiducials

This commit is contained in:
Matthew McWilliams 2022-11-11 10:09:14 -05:00
parent 9ca86eb862
commit 66aa5d1712
1 changed files with 21 additions and 0 deletions

21
calibration.sh Normal file
View File

@ -0,0 +1,21 @@
#!/bin/bash
###########################
#
# Draws all svgs in a sequence. Starts with a
# fieldguide unless beginning the sequence not
# on the first frame, provided as the second argument.
#
###########################
source ./common.sh
dbSetup
for i in {1..4} ; do
echo "Drawing focus field ${i}..."
bash field.sh "${i}"
askContinue "Draw next focus field?" "Drawing next field..."
done