Skip to content

Commit 1de5e8b

Browse files
authored
Fixed URL
1 parent 074a905 commit 1de5e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/making-progress.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ I’ve recently been working on the interactions between the camera and focus to
2525
Because we are using an `open loop system
2626
<https://en.wikipedia.org/wiki/Motor_control#Open_loop_control>`_ the microscope doesn’t have a way to tell it's current location (only how far it's moved from the starting position). To ensure reproducibility we always initialise the microscope with the focus at maximum height, that way the microscope knows one of its limits, and we can work down from this position.
2727

28-
When taking photos through the microscope with a camera like the RPi V2, the wide lens results in a lot of black surrounding the actual image we want to capture. Ideally, for image stitching, we'd like a square picture with no boarded. We could manually crop this additional border. However, we have Python`
28+
When taking photos through the microscope with a camera like the RPi V2, the wide lens results in a lot of black surrounding the actual image we want to capture. Ideally, for image stitching, we'd like a square picture with no boarded. We could manually crop this additional border. However, we have `Python
2929
<https://xkcd.com/353/>`_.
3030

3131
.. image:: /images/auto-scope-cam/full.png

0 commit comments

Comments
 (0)