lsst.pipe.tasks gcf00bf066d+4f59a27f16
Loading...
Searching...
No Matches
lsst.pipe.tasks.postprocess.TransformSourceTableConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.postprocess.TransformSourceTableConfig:
lsst.pipe.tasks.postprocess.TransformSourceTableConnections

Public Member Functions

 setDefaults (self)
 

Public Attributes

 functorFile = os.path.join("$PIPE_TASKS_DIR", "schemas", "Source.yaml")
 
str primaryKey = "sourceId"
 
list columnsFromDataId = ["visit", "detector", "band", "physical_filter"]
 

Detailed Description

Definition at line 1387 of file postprocess.py.

Member Function Documentation

◆ setDefaults()

lsst.pipe.tasks.postprocess.TransformSourceTableConfig.setDefaults ( self)

Definition at line 1390 of file postprocess.py.

Member Data Documentation

◆ columnsFromDataId

list lsst.pipe.tasks.postprocess.TransformSourceTableConfig.columnsFromDataId = ["visit", "detector", "band", "physical_filter"]

Definition at line 1394 of file postprocess.py.

◆ functorFile

lsst.pipe.tasks.postprocess.TransformSourceTableConfig.functorFile = os.path.join("$PIPE_TASKS_DIR", "schemas", "Source.yaml")

Definition at line 1392 of file postprocess.py.

◆ primaryKey

str lsst.pipe.tasks.postprocess.TransformSourceTableConfig.primaryKey = "sourceId"

Definition at line 1393 of file postprocess.py.


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