Hi, I am trying to use ap_pipe
task from the v21_0_0
pipeline on products already processed and differenced with hscPipe 8.4
. I tried to use --reuse-outputs-from differencer
option to skip the Ccdprocessor
and differencer
. However, I see that it still runs the CcdProcessor
, and the differencer
.
I have narrowed down the issue to the following condition in ap_pipe
which has a value False
:
calexpRef.datasetExists("calexp", write=True)
If instead, I run calexpRef.datasetExists("calexp")
, I have checked that the condition is True
.
Does ap_pipe require the calexpRef
to be writable and can someone please explain if there is a reason for that?