lsst.pipe.tasks gcf790cdeb6+0604939b8f
Loading...
Searching...
No Matches
lsst.pipe.tasks.prettyPictureMaker._plugins.PluginType Class Reference
Inheritance diagram for lsst.pipe.tasks.prettyPictureMaker._plugins.PluginType:

Static Public Attributes

 CHANNEL = auto()
 
 PARTIAL = auto()
 
 FULL = auto()
 

Detailed Description

Enumeration to mark the type of data a plugin expects to work on

Definition at line 39 of file _plugins.py.

Member Data Documentation

◆ CHANNEL

lsst.pipe.tasks.prettyPictureMaker._plugins.PluginType.CHANNEL = auto()
static

Definition at line 42 of file _plugins.py.

◆ FULL

lsst.pipe.tasks.prettyPictureMaker._plugins.PluginType.FULL = auto()
static

Definition at line 50 of file _plugins.py.

◆ PARTIAL

lsst.pipe.tasks.prettyPictureMaker._plugins.PluginType.PARTIAL = auto()
static

Definition at line 46 of file _plugins.py.


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