I am trying to re-run a task from DRP-compat.yaml with a different configuration, summarized in the YAML portion:
instrument: lsst.obs.lsst.LsstCam
imports:
- location: $DRP_PIPE_DIR/pipelines/LSSTCam/DRP-compat.yaml
tasks:
detectAndMeasureDiaSources:
class: lsst.ip.diffim.detectAndMeasure.DetectAndMeasureTask
config:
writeStreakInfo: True
However I am encountering the following error:
lsst.pipe.base.quantum_graph_builder.QuantumGraphBuilderError: No datasets for overall-input 'deepDiff_differenceTempExp' found (the dataset type is not even registered). This is probably a bug in either the pipeline definition or the dataset constraints passed to the quantum graph builder.
When using the input collection LSSTCam/runs/DRP/20250515-20251214/v30_0_0_rc2/DM-53697. I selected this because I thought it would contain all the necessary data products to re-run that task. Is there additional collections to include as input, or a different issue?