Hi all,
As mentioned in previous posts, we’re writing our own obs_ package for a wide-field survey telescope. It’s working really nicely through to difference imaging (we’ve not experimented much with forced photometry), and we’re getting some sweet difference images out
However, we find that the imageDifference step takes quite a long time compared to other steps. We assume that part of this is because, as a pipe_task, imageDifference is a serial process, rather than a parallelised batch process. Although do correct me if I’m wrong on this.
Are there any plans to release a driver capable of parallel batch-processing for imageDifference in the near future? If not, does anyone have an idea of how challenging it would be to write our own, using the other pipe_drivers as a guide?
Thanks,
James