Live Stacking ?

Main forum about Astroart
Post Reply
WD5IKX
Posts: 10
Joined: 17 Feb 2019, 20:54

Live Stacking ?

Post by WD5IKX » 09 Mar 2022, 23:40

Are there any plans to add Live Stacking capabilities to AA?
John
CCD-Freak
WD5IKX
Star Ranch Obs - SRO

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

Re: Live Stacking ?

Post by Iver » 10 Mar 2022, 00:06

Hi John, this is a script from the demo scripts section of AA help.

Imaging and stacking in realtime

expo = 3.0
for i = 1 to 10
if i = 1 then
Camera.Start(expo)
else
Camera.StartAndStack(expo)
end if
Camera.Wait
next i
Iver

User avatar
Rudi
Posts: 152
Joined: 08 Jan 2019, 04:47

Re: Live Stacking ?

Post by Rudi » 10 Mar 2022, 05:11

Thanks for the tip Iver...
I also wondered about this, and didn't even think about scripting my way out of it.
/Rudi

WD5IKX
Posts: 10
Joined: 17 Feb 2019, 20:54

Re: Live Stacking ?

Post by WD5IKX » 10 Mar 2022, 16:49

I have not used scripts as yet but this may be a good intro. I sometimes do EAA during nights of bad seeing and Live Stacking would be a nice capability added to AA.

Thanks
John
CCD-Freak
WD5IKX
Star Ranch Obs - SRO

Post Reply