jwst.associations Package
Association generator and rule definitions.
The association generator takes a list of items and an Association Pool, and it creates sub-lists of those items depending on each item’s attributes. The association rules define how the sub-lists are created.
Functions
|
Generate associations in the pool according to the rules. |
|
Return the full path to the module library. |
|
Load an Association from a file or object. |
Classes
|
Association Base Class. |
Basic errors related to Associations. |
|
No matching constraint found. |
|
Given data structure is not a valid association. |
|
|
Association Pool - built off an astropy table. |
|
The available association rules to match against. |
|
The work_over categories for ProcessLists. |
|
Generate Associations from an Association Pool. |
|
Items to be processed. |
|
A Process list. |
Make a deque iterable and mutable. |
|
|
Sort ProcessItem based on work_over. |
Mark rules, callbacks, and modules for inclusion into a registry. |