ConsolidateAstropyTableConnections#
- class lsst.meas.extensions.multiprofit.consolidate_astropy_table.ConsolidateAstropyTableConnections(*, config: PipelineTaskConfig | None = None)#
Bases:
PipelineTaskConnectionsConnections for ConsolidateAstropyTableTask.
Attributes Summary
Mapping holding all connection attributes.
Connection for output dataset.
Set of dimension names that define the unit of work for this task.
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.Attributes Documentation
- allConnections: Mapping[str, BaseConnection] = {'cat_output': Output(name='objectAstropyTable_tract', storageClass='ArrowTable', doc='Per-tract horizontal concatenation of the input AstropyTables', multiple=False, deprecated=None, _deprecation_context='', dimensions=('tract', 'skymap'), 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.
- cat_output#
Connection for output dataset.
- defaultTemplates = {}#
- deprecatedTemplates = {}#
- dimensions: set[str] = {'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.
- 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({})#
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.