Spiral Solving

by Jeff Medkeff

Here's another way to do spiral solving. This is a further adaptation of Bob Denny's spiral solve code from the Visual PinPoint source. We're not limited in size of checkerboard here, and this code fragment is meant to do spiral solving of a pointing exposure to re-sync a very confused telescope.

Function Arbitrary

End Function

Function SpiralSolve (ra, dec, gridlimit)

End Function