lsst.pipe.tasks  v23.0.x-gdc4d0a22fc+ac2300cb10
Static Public Attributes | List of all members
lsst.pipe.tasks.selectImages.DatabaseSelectImagesConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.selectImages.DatabaseSelectImagesConfig:

Static Public Attributes

 host
 
 port
 
 database
 
 maxExposures
 

Detailed Description

Base configuration for subclasses of BaseSelectImagesTask that use a database

Definition at line 37 of file selectImages.py.

Member Data Documentation

◆ database

lsst.pipe.tasks.selectImages.DatabaseSelectImagesConfig.database
static
Initial value:
= pexConfig.Field(
doc="Name of database",
dtype=str,
)

Definition at line 47 of file selectImages.py.

◆ host

lsst.pipe.tasks.selectImages.DatabaseSelectImagesConfig.host
static
Initial value:
= pexConfig.Field(
doc="Database server host name",
dtype=str,
)
Base configuration for subclasses of BaseSelectImagesTask that use a database

Definition at line 39 of file selectImages.py.

◆ maxExposures

lsst.pipe.tasks.selectImages.DatabaseSelectImagesConfig.maxExposures
static
Initial value:
= pexConfig.Field(
doc="maximum exposures to select; intended for debugging; ignored if None",
dtype=int,
optional=True,
)

Definition at line 51 of file selectImages.py.

◆ port

lsst.pipe.tasks.selectImages.DatabaseSelectImagesConfig.port
static
Initial value:
= pexConfig.Field(
doc="Database server port",
dtype=int,
)

Definition at line 43 of file selectImages.py.


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