the Stacking result setting has a default value of $seqname$stacked, how can we add other keywords, for example numberimages, date?
Hello,
In the Siril preferences.
1 Like
hmm, $STACKCNT$
does not work. upper or lower case. set to
$seqname$stacked_$STACKCNT$
result file name is flat_stacked_STACKCNT.fit
Should I use $seqname$stacked_$STACKCNT:%d
?
v1.2.3, Linux, x86_64, AppImage
Do you have STACKCNT
in your FITS header?
And this is absolutely not the right way to write it, but: $STACKCNT:%d$
You should take a look here: Path parsing — Siril 1.2.0 documentation
1 Like
Got it!
Thanks!
but this is slightly confusing, because the previous keyword/var $seqname$
does not have to be written in $seqname:%s$
But seqname is not a keyword. This is the name of the sequence currently used.