Is there an option to stop Siril from creating/saving the FITS processing files? They take up a huge amount of space

Hi all,

I’ve used this fantastic program a fair amount of times and as the title says, I was wondering if I can tell Siril to not save/create all the intermediate FITS files it puts in the process folder.

Thanks very much for reading

my guess would be … then you would neet to have enough memory to keep those files in memory. do you have that?

2 Likes

An answer to your question:

on linux that’s called tmpfs.
Otherwise no, we need to process all images at each step and save their new states for all images before continuing with next step, so writing is required.

1 Like