Having problems with the Windows PowerShell superstacking script, listed in comet stacking tutorial (Siril - Working with Comets)
It worked fine in my previous v.1.05, but now in 1.20 seems like it is not launching siril-cli.exe and not creating a stacked file to copy to “superstack” folder, so I’m getting an error
not sure it’s related to siril version, but more to what’s in the script. Could you try the following updated version (just change the extension to ps1)? superstack_v0.2.txt (2.9 KB)
Change is basically to run siril-cli with an option -d to make sure we start in the correct folder, so that the subsequent cd work as intended.
I’m afraid there’s nothing more than what’s written in the ps1 file itself:
# User settings
# nbframes:number of frames in each super stack
# step: number of frames between each super stack
# seqname: name of the registered sequence
# stackfolder: output subfolder
# processfolder: name of the subfolder which contains the sequence
# ext: chosen fits extension
so basically, just send:
.\superstack_v0.2.ps1 5 1 myseq_ sstack5
if you want to make 5-images superstacks for instance…
Not a powershell guru myself, so I’ve made it very basic