MakePsfMatchedWarpConnections#
- class lsst.drp.tasks.make_psf_matched_warp.MakePsfMatchedWarpConnections(*, config: PipelineTaskConfig | None = None)#
Bases:
PipelineTaskConnectionsConnections for MakePsfMatchedWarpTask
Attributes Summary
Mapping holding all connection attributes.
Set of dimension names that define the unit of work for this task.
Class used for declaring PipelineTask input connections.
Set with the names of all
InitInputconnection attributes.Set with the names of all
InitOutputconnection attributes.Set with the names of all
connectionTypes.Inputconnection attributes.Set with the names of all
Outputconnection attributes.Set with the names of all
PrerequisiteInputconnection attributes.Connection for output dataset.
Class used for declaring PipelineTask input connections.
Attributes Documentation
- allConnections: Mapping[str, BaseConnection] = {'direct_warp': Input(name='{coaddName}Coadd_directWarp', storageClass='ExposureF', doc='Direct warped exposure produced by resampling calexps onto the skyMap patch geometry', multiple=False, deprecated=None, _deprecation_context='', dimensions=('tract', 'patch', 'skymap', 'instrument', 'visit'), isCalibration=False, deferLoad=False, minimum=1, deferGraphConstraint=False, deferBinding=False), 'psf_matched_warp': Output(name='{coaddName}Coadd_psfMatchedWarp', storageClass='ExposureF', doc=('Output PSF-Matched warped exposure, produced by resampling ', 'calexps onto the skyMap patch geometry and PSF-matching to a model PSF.'), multiple=False, deprecated=None, _deprecation_context='', dimensions=('tract', 'patch', 'skymap', 'visit', 'instrument'), isCalibration=False), 'sky_map': Input(name='skyMap', storageClass='SkyMap', doc='Input definition of geometry/bbox and projection/wcs for warps.', multiple=False, deprecated=None, _deprecation_context='', dimensions=('skymap',), isCalibration=False, deferLoad=False, minimum=1, deferGraphConstraint=False, deferBinding=False)}#
Mapping holding all connection attributes.
This is a read-only view that is automatically updated when connection attributes are added, removed, or replaced in
__init__. It is also updated after__init__completes to reflect changes ininputs,prerequisiteInputs,outputs,initInputs, andinitOutputs.
- defaultTemplates = {'coaddName': 'deep'}#
- deprecatedTemplates = {}#
- dimensions: set[str] = {'instrument', 'patch', 'skymap', 'tract', 'visit'}#
Set of dimension names that define the unit of work for this task.
Required and implied dependencies will automatically be expanded later and need not be provided.
This may be replaced or modified in
__init__to change the dimensions of the task. After__init__it will be afrozensetand may not be replaced.
- direct_warp#
Class used for declaring PipelineTask input connections.
Raises#
- TypeError
Raised if
minimumis greater than one butmultiple=False.- NotImplementedError
Raised if
minimumis zero for a regularInputconnection; this is not currently supported by our QuantumGraph generation algorithm.
- initInputs: set[str] = frozenset({})#
Set with the names of all
InitInputconnection attributes.See
inputsfor additional information.
- initOutputs: set[str] = frozenset({})#
Set with the names of all
InitOutputconnection attributes.See
inputsfor additional information.
- inputs: set[str] = frozenset({'direct_warp', 'sky_map'})#
Set with the names of all
connectionTypes.Inputconnection attributes.This is updated automatically as class attributes are added, removed, or replaced in
__init__. Removing entries from this set will cause those connections to be removed after__init__completes, but this is supported only for backwards compatibility; new code should instead just delete the collection attributed directly. After__init__this will be afrozensetand may not be replaced.
- outputs: set[str] = frozenset({'psf_matched_warp'})#
Set with the names of all
Outputconnection attributes.See
inputsfor additional information.
- prerequisiteInputs: set[str] = frozenset({})#
Set with the names of all
PrerequisiteInputconnection attributes.See
inputsfor additional information.
- psf_matched_warp#
Connection for output dataset.