lsst.pipe.tasks  21.0.0-149-gc9d3f519+41f9fd9ce7
Static Public Attributes | List of all members
lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConnections:
lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConfig

Static Public Attributes

 in_table
 
 calexp
 
 cutouts
 

Detailed Description

Connections class for CalexpCutoutTask

Definition at line 10 of file calexpCutout.py.

Member Data Documentation

◆ calexp

lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConnections.calexp
static
Initial value:
= pipeBase.connectionTypes.Input(
doc="Calexp objects",
name="calexp",
storageClass="ExposureF",
dimensions=DETECTOR_DIMENSIONS,
)

Definition at line 21 of file calexpCutout.py.

◆ cutouts

lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConnections.cutouts
static
Initial value:
= pipeBase.connectionTypes.Output(
doc="Cutouts",
name="calexp_cutouts",
storageClass="Stamps",
dimensions=DETECTOR_DIMENSIONS,
)

Definition at line 27 of file calexpCutout.py.

◆ in_table

lsst.pipe.tasks.calexpCutout.CalexpCutoutTaskConnections.in_table
static
Initial value:
= pipeBase.connectionTypes.Input(
doc="Locations for cutouts",
name="cutout_positions",
storageClass="AstropyQTable",
dimensions=DETECTOR_DIMENSIONS,
)

Definition at line 15 of file calexpCutout.py.


The documentation for this class was generated from the following file: