generate

jwst.associations.generate(pool, rules, version_id=None, finalize=True)[source]

Generate associations in the pool according to the rules.

Parameters:
poolAssociationPool

The pool to generate from.

rulesAssociationRegistry

The association rule set.

version_idNone, True, or str

The string to use to tag associations and products. If None, no tagging occurs. If True, use a timestamp If a string, the string.

finalizebool

Run all rule methods marked as ‘finalized’.

Returns:
associations[Association[,…]]

List of associations

Notes

Refer to the Association Generator documentation for a full description.