Hello,
I have problem while running:pipetask run --register-dataset-types
-b $RC2_SUBSET_DIR/SMALL_HSC/butler.yaml
-i u/$USER/source_calibration,u/$USER/gbdes,u/$USER/fgcm
-o u/$USER/warps
-p $DRP_PIPE_DIR/pipelines/HSC/DRP-RC2_subset.yaml#makeWarp
-d “skymap = ‘hsc_rings_v1’ AND tract = 9813 AND patch in (38, 39, 40, 41)”
I get following raceback:
Traceback (most recent call last):
File “/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/ctrl_mpexec/gf3af793bb1+a78a79140c/python/lsst/ctrl/mpexec/cli/cmd/commands.py”, line 221, in run
pipeline = script.build(**kwargs, show=show)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/ctrl_mpexec/gf3af793bb1+a78a79140c/python/lsst/ctrl/mpexec/cli/script/build.py”, line 115, in build
pipeline = f.makePipeline(args)
^^^^^^^^^^^^^^^^^^^^
File “/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/ctrl_mpexec/gf3af793bb1+a78a79140c/python/lsst/ctrl/mpexec/cmdLineFwk.py”, line 586, in makePipeline
pipeline = Pipeline.from_uri(args.pipeline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/pipe_base/g4e4daad928+5ce4365957/python/lsst/pipe/base/pipeline.py”, line 335, in from_uri
pipeline = pipeline.subsetFromLabels(label_specifier)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/pipe_base/g4e4daad928+5ce4365957/python/lsst/pipe/base/pipeline.py”, line 403, in subsetFromLabels
return Pipeline.fromIR(self._pipelineIR.subset_from_labels(labelSet, subsetCtrl))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/venil/lsstsw/stack/lsst-scipipe-9.0.0/Linux64/pipe_base/g4e4daad928+5ce4365957/python/lsst/pipe/base/pipelineIR.py”, line 960, in subset_from_labels
raise ValueError(
ValueError: Not all supplied labels (specified or named subsets) are in the pipeline definition, extra labels: {‘makeWarp’}
Can anyone help me to find cause of the problem please.
Thank you.