HighResolutionHipsTask#
- class lsst.pipe.tasks.hips.HighResolutionHipsTask(**kwargs)#
Bases:
PipelineTaskTask for making high resolution HiPS images.
Methods Summary
build_quantum_graph_cli(argv)A command-line interface entry point to
build_quantum_graph.run(pixels, coadd_exposure_handles)Run the HighResolutionHipsTask.
runQuantum(butlerQC, inputRefs, outputRefs)Do butler IO and transform to provide in memory objects for tasks
runmethod.Methods Documentation
- classmethod build_quantum_graph_cli(argv)#
A command-line interface entry point to
build_quantum_graph. This method provides the implementation for thebuild-high-resolution-hips-qgscript.Parameters#
- argv
Sequence[str] Command-line arguments (e.g.
sys.argv[1:]).
- argv
- run(pixels, coadd_exposure_handles)#
Run the HighResolutionHipsTask.
Parameters#
- pixels
Iterable[int] Iterable of healpix pixels (nest ordering) to warp to.
- coadd_exposure_handles
list[lsst.daf.butler.DeferredDatasetHandle] Handles for the coadd exposures.
Returns#
- outputs
lsst.pipe.base.Struct hips_exposuresis a dict with pixel (key) and hips_exposure (value)
- pixels
- runQuantum(butlerQC, inputRefs, outputRefs)#
Do butler IO and transform to provide in memory objects for tasks
runmethod.Parameters#
- butlerQC
QuantumContext A butler which is specialized to operate in the context of a
lsst.daf.butler.Quantum.- inputRefs
InputQuantizedConnection Datastructure whose attribute names are the names that identify connections defined in corresponding
PipelineTaskConnectionsclass. The values of these attributes are thelsst.daf.butler.DatasetRefobjects associated with the defined input/prerequisite connections.- outputRefs
OutputQuantizedConnection Datastructure whose attribute names are the names that identify connections defined in corresponding
PipelineTaskConnectionsclass. The values of these attributes are thelsst.daf.butler.DatasetRefobjects associated with the defined output connections.
- butlerQC