Hello,
The Event Log of any Extract From Micrographs job suggests that the job simply goes through all micrographs in order and extracts the coordinates found in the Particle input.
This is probably fine early on in the process, say just after picking, when one has many particles per micrograph and almost no micrographs without particle coordinates. But after enough rounds of sorting and selecting particles, it is easy to end up with very few particles per micrograph and many micrographs not contributing any particle to the set of particles at this stage of the analysis. When one needs to re-extract a small set of particles, the Extract job still proceeds the same and goes through all micrograpghs one by one, which is pretty slow. Would it be possible to do the opposite way? From the Particles input, look up the micrographs they came from, and then only Extract these.
It might be difficult to automatically choose between these two modes, so a simple switch would be ok (and its default value can be the current behavior of the Extract job).
Or maybe another job type can generate the list of micrographs that contain the particles from a small set of particles? I took a quick look at Exposure Sets Tools and Exposure Groups Utilities, but not sure they can do this.
Thank you!