After some experiments, it turns out that using a simple tileConfig.preAlign() greatly reduces the runtime of alignment for multi-SEM alignment. This is a quick hack to get this into production as fast as possible, but we should definitely clean up after the pipeline is complete.
For now, specify --preAlign MULTI_SEM to enable this.
After some experiments, it turns out that using a simple
tileConfig.preAlign()
greatly reduces the runtime of alignment for multi-SEM alignment. This is a quick hack to get this into production as fast as possible, but we should definitely clean up after the pipeline is complete.For now, specify
--preAlign MULTI_SEM
to enable this.