empyrean.OriginPolicy¶
- class OriginPolicy(mode=OriginPolicyMode.AUTO, origin=None)[source]
Bases:
objectOrigin-policy selector for the OD pipeline. Mirrors
scott::od::OriginPolicy.Auto handles TCOs / minimoons / geocentric impactors / chaotic- capture interiors without per-object regime classification by the caller. Explicit is required for cataloged satellites where heliocentric Gauss is unphysical, and recommended for pipelines that already know the regime.
Methods
__init__([mode, origin])Attributes
modeoriginThe central body to pin to.
- Parameters:
mode (OriginPolicyMode)
origin (Origin | str | None)
- mode: OriginPolicyMode = 'auto'