An example of use of new parametric exposure based on decimal variable (Flat Dark with parametric series):
1 - Start: Events At Start are ENABLE
2 - Script
3 - Decimal Number: darktime - Init Value = 0
4 - Block: DarkExposure
5 - Block: Series 10 Dark
6 - Expose: Filter [4] HA - Expose Use Variable darktime - Bin 1 - Full Frame - Dark - DarkScaled - [CMOS Gain=0 Offset=0]
7 - Wait Time: 00:00:01 [hh:mm:ss] Interval
8 - Repeat Block For n Times: 10
9 - Update Decimal Number: darktime - Offset by 0,2
10 - DO IF DECIMAL VALUE: darktime is Lower or Equal to 2
11 - Goto Block: DarkExposure
12 - End
13 - Events
This DragScript take a series of 10 dark starting from 0 to 2 seconds with increment between dark of 0.2 second.
10 dark at 0s
10 dark at 0.2s
10 dark at 0.4s
10 dark at 0.6s
…
…
10 dark at 1.8s
10 dark at 2s
Editing the repeat times and the initial value of darktime variable and the DO IF control value you are able to create your own parametric dark …
FlatDarkOrDarkScaledTest.vos (13.3 KB)