Sweets only checks if some files exist before skipping a step. If sweets config is changed to add more temporal depth the extra files are not reprocessed.
It would be good to :
- Perform a deep check to see if the needed files exist
- Run a reset command on a config to clean up all outputs and preserve .SAFE files downloaded since that is slow to redo.
I have been doing step 2 using git clean -df
since I am running from the git checkout folder.