ListCategory

class jwst.associations.ListCategory(value)[source]

Bases: Enum

The work_over categories for ProcessLists.

Attributes Summary

BOTH

EXISTING

NONSCIENCE

RULES

Attributes Documentation

BOTH = 1
EXISTING = 2
NONSCIENCE = 3
RULES = 0