Help please improve live stacking sequence LIVE STACKING PAUSE by adding of pause duration.
Interval between captures is realized already, but how use it with live stacking?
I mean something like that:
SEQUENCE
LOOP N TIMES
LIVE STACK FOR n FRAMES SAVING AS FITSRawStack16Bit COUNTING Stacked FRAMES
SAVE CURRENT LIVESTACK (ALLFORMATS) [??? - if nesessary]
PAUSE LIVE STACKING INTERVAL MM:SS
END LOOP
END SEQUENCE
Interval between live stacking
Interval between live stacking
My God, it's full of stars!
- admin
- Site Admin
- Posts: 15380
- Joined: Sat Feb 11, 2017 3:52 pm
- Location: Vale of the White Horse, UK
- Contact:
Re: Interval between live stacking
Hi,
the trick with the sequencer is to treat the blocks like Lego bricks - there might not always be the one you want, but you can often build what you need from 2 or more of them. In this case, consider
By changing the delay, you can have a pause for as much time as you want.
cheers,
Robin
the trick with the sequencer is to treat the blocks like Lego bricks - there might not always be the one you want, but you can often build what you need from 2 or more of them. In this case, consider
Code: Select all
LIVE STACKING PAUSE
DELAY 10
LIVE STACKING RESUME
cheers,
Robin
Re: Interval between live stacking
Thank you, it works!
It will be no bad to add short BEEP in the end
It will be no bad to add short BEEP in the end

My God, it's full of stars!