UW MRO Focuser

Software to automate focusing the UW Manastash Ridge Observatory (henceforth MRO) telescope.


Project maintained by UWMRO Hosted on GitHub Pages — Theme by mattgraham

The UW MRO automated focusing system

These pages will describe the automated focusing system being developed by students in UW Astronomy Undergrad Engineering Group (AUEG). We are writing in python. There are two ways to achieve focusing:

a) measure FWHM and take the smallest value
b) look for the brightest pixels in the image and focus so that there is as much flux as possible in the brightest pixels.

We will be going down route A, and cross-checking that everything works with B.

Steps to build automated focuser

Focus math

Camera/telescope communication

Putting it all together

Detailed explanation

Focus math

Our program needs to be able to process images at a range of different focuser positions. General work flow:

Note: the FWHM method does not work for “donuts” – extremely out of focus stars.