Hello! I have selected a watch directory with the “Filename wildcard filter *” and default options in the other windows. However, new files added to the directory are not entering in for processing. Moving them to a new folder and adding that folder as an additional exposure group does not help, nor does pausing and unpausing the session. Somehow, running this command in the exposure folder convinced cryosparc to add them:
for i in *.tif; do touch ${i}; done
Why would this happen? How can I avoid it?
I have a couple additional questions:
What is “Minimum Last Modified Time Delta” ? Is the default zero or not checking? If I rsync from a machine ‘in the future’ (different system time) while preserving timestamps, is this going to do anything weird?
How frequently does cryoSPARC scan for new files? Is there any way to force a rescan?