LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.pipe.tasks.ingest.RegisterConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.ingest.RegisterConfig:

Static Public Attributes

tuple table = Field(dtype=str, default="raw", doc="Name of table")
 
tuple columns
 
tuple unique
 
tuple visit
 
tuple ignore = Field(dtype=bool, default=False, doc="Ignore duplicates in the table?")
 
tuple permissions = Field(dtype=int, default=0664, doc="Permissions mode for registry")
 

Detailed Description

Configuration for the RegisterTask

Definition at line 165 of file ingest.py.

Member Data Documentation

tuple lsst.pipe.tasks.ingest.RegisterConfig.columns
static
Initial value:
1 = DictField(keytype=str, itemtype=str, doc="List of columns for raw table, with their types",
2  itemCheck=lambda x: x in ("text", "int", "double"),
3  default={'object': 'text',
4  'visit': 'int',
5  'ccd': 'int',
6  'filter': 'text',
7  'date': 'text',
8  'taiObs': 'text',
9  'expTime': 'double',
10  },
11  )

Definition at line 168 of file ingest.py.

tuple lsst.pipe.tasks.ingest.RegisterConfig.ignore = Field(dtype=bool, default=False, doc="Ignore duplicates in the table?")
static

Definition at line 183 of file ingest.py.

tuple lsst.pipe.tasks.ingest.RegisterConfig.permissions = Field(dtype=int, default=0664, doc="Permissions mode for registry")
static

Definition at line 184 of file ingest.py.

tuple lsst.pipe.tasks.ingest.RegisterConfig.table = Field(dtype=str, default="raw", doc="Name of table")
static

Definition at line 167 of file ingest.py.

tuple lsst.pipe.tasks.ingest.RegisterConfig.unique
static
Initial value:
1 = ListField(dtype=str, doc="List of columns to be declared unique for the table",
2  default=["visit", "ccd"])

Definition at line 179 of file ingest.py.

tuple lsst.pipe.tasks.ingest.RegisterConfig.visit
static
Initial value:
1 = ListField(dtype=str, default=["visit", "object", "date", "filter"],
2  doc="List of columns for raw_visit table")

Definition at line 181 of file ingest.py.


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