generate

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

Generate associations in the pool according to the rules.

Parameters:
  • pool (AssociationPool) – The pool to generate from.

  • rules (AssociationRegistry) – The association rule set.

  • version_id (None, 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.

  • finalize (bool) – Run all rule methods marked as ‘finalized’.

Returns:

associations – List of associations

Return type:

[Association[,…]]

Notes

Refer to the Association Generator documentation for a full description.