From 91e806f9abfa0f3735cc08c6ae4ff34750e5b166 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Thu, 24 Nov 2022 11:19:17 -0500 Subject: [PATCH] Add hole punch diagram to readme --- fourcell/README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/fourcell/README.md b/fourcell/README.md index f3865e4..ac8843a 100644 --- a/fourcell/README.md +++ b/fourcell/README.md @@ -8,9 +8,27 @@ Two scripts: ## Analysis Steps -1. Locate positions of 6 hole punches -2. Orient to square position +1. Locate positions of 6 hole punches - normalize.py +2. Orient to square position - normalize.py 3. Find all 4 fiducials 4. Calculate their position relative to the hole punches 5. Create a template -6. Use the template-filling script to recreate calibration page as a proof to be checked on a lightbox \ No newline at end of file +6. Use the template-filling script to recreate calibration page as a proof to be checked on a lightbox + +## Page Hole Punch Order + +``` +______________ +| | +| 1 3 | +| | +| | +| | +| 3 4 | +| | +| | +| | +| 5 6 | +| | +--------------- +``` \ No newline at end of file