Connections class for CalexpCutoutTask
Definition at line 10 of file calexpCutout.py.
◆ calexp
pipeBase 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
pipeBase 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
pipeBase 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: