RegisterTask (lsst.pipe.tasks.ingest)¶
Python API summary¶
from lsst.pipe.tasks.ingest import RegisterTask
-
class
(config=None, name=None, parentTask=None, log=None)RegisterTask
Task that will generate the registry for the Mapper
...
-
attribute
config
Access configuration fields and retargetable subtasks.
See also
See the RegisterTask
API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
columns¶
- Default
{'object': 'text', 'visit': 'int', 'ccd': 'int', 'filter': 'text', 'date': 'text', 'taiObs': 'text', 'expTime': 'double'}
- Field type
DictField
- Key type
str
- Value type
str
List of columns for raw table, with their types
unique¶
List of columns to be declared unique for the table