Interval between live stacking

Questions, tips, information and discussions about using the SharpCap Sequencer and Sequence Planner tools
Post Reply
AMIF
Posts: 33
Joined: Wed Oct 30, 2024 4:12 pm

Interval between live stacking

#1

Post by AMIF »

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
My God, it's full of stars!
User avatar
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

#2

Post by admin »

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

Code: Select all

    LIVE STACKING PAUSE
    DELAY 10
    LIVE STACKING RESUME
By changing the delay, you can have a pause for as much time as you want.

cheers,

Robin
AMIF
Posts: 33
Joined: Wed Oct 30, 2024 4:12 pm

Re: Interval between live stacking

#3

Post by AMIF »

Thank you, it works!
It will be no bad to add short BEEP in the end :)
My God, it's full of stars!
Post Reply