Single star AF and Multistar autoguiding?

Scripts and programs to automate Astroart
Post Reply
Dunmunro
Posts: 225
Joined: 10 Jan 2019, 01:11

Single star AF and Multistar autoguiding?

Post by Dunmunro » 25 Feb 2022, 17:15

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.

Iver
Posts: 103
Joined: 08 Jan 2019, 04:32
Location: Monterey county, Ca.

Re: Single star AF and Multistar autoguiding?

Post by Iver » 25 Feb 2022, 23:32

Camera.Autofocus

Guider.FullFrameAutoguide
Iver

Iver
Posts: 103
Joined: 08 Jan 2019, 04:32
Location: Monterey county, Ca.

Re: Single star AF and Multistar autoguiding?

Post by Iver » 26 Feb 2022, 04:52

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
Iver

Dunmunro
Posts: 225
Joined: 10 Jan 2019, 01:11

Re: Single star AF and Multistar autoguiding?

Post by Dunmunro » 26 Feb 2022, 09:08

Iver wrote:
26 Feb 2022, 04:52
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

Thanks, I'll give that a try.

Post Reply