DrpAssociationPipeConnections#
- class lsst.pipe.tasks.drpAssociationPipe.DrpAssociationPipeConnections(*, config: PipelineTaskConfig | None = None)#
Bases:
PipelineTaskConnectionsAttributes Summary
Mapping holding all connection attributes.
Connection for output dataset.
Connection for output dataset.
Connection for output dataset.
Class used for declaring PipelineTask input connections.
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.Class used for declaring PipelineTask input connections.
Class used for declaring PipelineTask input connections.
Connection for output dataset.
Attributes Documentation
- allConnections: Mapping[str, BaseConnection] = {'assocDiaSourceTable': Output(name='{fakesType}{coaddName}Diff_assocDiaSrcTable', storageClass='DataFrame', doc='Catalog of DiaSources covering the patch and associated with a DiaObject.', multiple=False, deprecated=None, _deprecation_context='', dimensions=('tract', 'patch'), isCalibration=False), 'associatedSsSources': Output(name='{fakesType}{coaddName}Diff_assocSsSrcTable', storageClass='ArrowAstropy', doc='Optional output storing ssSource data computed during association.', multiple=False, deprecated=None, _deprecation_context='', dimensions=('tract', 'patch'), isCalibration=False), 'diaObjectTable': Output(name='{fakesType}{coaddName}Diff_diaObjTable', storageClass='DataFrame', doc='Catalog of DiaObjects created from spatially associating DiaSources.', multiple=False, deprecated=None, _deprecation_context='', dimensions=('tract', 'patch'), isCalibration=False), 'diaSourceTables': Input(name='{fakesType}{coaddName}Diff_diaSrcTable', storageClass='ArrowAstropy', doc='Set of catalogs of calibrated DiaSources.', multiple=True, deprecated=None, _deprecation_context='', dimensions=('instrument', 'visit', 'detector'), isCalibration=False, deferLoad=True, minimum=1, deferGraphConstraint=False, deferBinding=False), 'finalVisitSummaryRefs': Input(name='finalVisitSummary', storageClass='ExposureCatalog', doc='Reference to finalVisitSummary of each exposure, containing visitInfo, bbox, and wcs.', multiple=True, deprecated=None, _deprecation_context='', dimensions=('instrument', 'visit'), isCalibration=False, deferLoad=True, minimum=1, deferGraphConstraint=False, deferBinding=False), 'skyMap': Input(name='skyMap', storageClass='SkyMap', doc='Input definition of geometry/bbox and projection/wcs for coadded exposures', multiple=False, deprecated=None, _deprecation_context='', dimensions=('skymap',), isCalibration=False, deferLoad=False, minimum=1, deferGraphConstraint=False, deferBinding=False), 'ssObjectTableRefs': Input(name='preloaded_ss_object_visit', storageClass='ArrowAstropy', doc='Reference to catalogs of SolarSolarSystem objects expected to be observable in each (visit, detector).', multiple=True, deprecated=None, _deprecation_context='', dimensions=('instrument', 'visit'), isCalibration=False, deferLoad=True, minimum=0, deferGraphConstraint=False, deferBinding=False), 'unassociatedSsObjects': Output(name='{fakesType}{coaddName}Diff_unassocSsObjTable', storageClass='ArrowAstropy', doc='Expected locations of ssObjects with no associated source.', multiple=False, deprecated=None, _deprecation_context='', dimensions=('tract', 'patch'), isCalibration=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.
- assocDiaSourceTable#
Connection for output dataset.
- associatedSsSources#
Connection for output dataset.
- defaultTemplates = {'coaddName': 'deep', 'fakesType': '', 'warpTypeSuffix': ''}#
- deprecatedTemplates = {}#
- diaObjectTable#
Connection for output dataset.
- diaSourceTables#
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.
- dimensions: set[str] = {'patch', 'skymap', 'tract'}#
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.
- finalVisitSummaryRefs#
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({'diaSourceTables', 'finalVisitSummaryRefs', 'skyMap', 'ssObjectTableRefs'})#
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({'assocDiaSourceTable', 'associatedSsSources', 'diaObjectTable', 'unassociatedSsObjects'})#
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.
- skyMap#
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.
- ssObjectTableRefs#
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.
- unassociatedSsObjects#
Connection for output dataset.