Skip to content

Donut Buster - Phase 1

John Evans requested to merge johnevans/kstars:donut1 into master

Improve focusing for telescopes with central obstructions that produce donut shaped stars when out of focus.

Background: When out of focus, telescopes with central obstructions generate donut shaped stars. Star detection breaks down and fails to identify stars and when they are identified the HFRs are often unrealistic. This causes the Focus algorithm to fail.

Phase 1 is to make the Linear 1 Pass algorithm more tolerant of the poor data that it get when donuts are present. By identifying the good data in the "comfort zone" near focus, and excluding the wings where donuts are present and the data quality is poor, curvefitting can be better applied.

Usage Instructions:

  1. Set Options->Process->Algorithm to Linear 1 Pass
  2. Set Options->Process->Detection to SEP, Centroid or Gradient.
  3. Set Options->Process->Measure to HFR, HFR Adj or FWHM.
  4. Set Options->Process->Curve Fit to Hyperbola or Parabola
  5. Set Options->Mechanics->Walk to Fixed Steps or CFZ Shuffle
  6. Check Donut Buster: Donut_Buster

Donut Buster needs to start near focus so I suggest focusing firstly in the "normal way" to get the start point correct. Then check Donut Buster and rerun - probably not much will be different. Not increment the number of steps so the focuser moves further from optimum focus into donutland. If donut buster is working Autofocus should still draw and reasonable graph and find a good focus point. Donut_Buster_Example

Edited by John Evans

Merge request reports