Is it possible to write a script that calls single star auto-focus and multi-star autoguiding?
It seems that these two methods can't be used together.
Single star AF and Multistar autoguiding?
Re: Single star AF and Multistar autoguiding?
Maybe this is more what you wanted.
Guider.FullFrameAutoguide
pause (10) ' (this is where you would insert image sequence)
Guider.StopAutoguide
Camera.Start (1)
Camera.Wait
Camera.Autofocus
Guider.FullFrameAutoguide
Guider.FullFrameAutoguide
pause (10) ' (this is where you would insert image sequence)
Guider.StopAutoguide
Camera.Start (1)
Camera.Wait
Camera.Autofocus
Guider.FullFrameAutoguide
Iver