Types
- archeryutils.targets.ScoringSystem
All scoring systems that archeryutils knows how to handle by default.
alias of
Literal[‘5_zone’, ‘10_zone’, ‘10_zone_compound’, ‘10_zone_6_ring’, ‘10_zone_5_ring’, ‘10_zone_5_ring_compound’, ‘11_zone’, ‘11_zone_6_ring’, ‘11_zone_5_ring’, ‘WA_field’, ‘IFAA_field’, ‘IFAA_field_expert’, ‘AA_national_field’, ‘Beiter_hit_miss’, ‘Worcester’, ‘Worcester_2_ring’, ‘Custom’]
- archeryutils.targets.FaceSpec
A mapping of a target ring diameter to the score for that ring.
alias of
Mapping[float,int]
See from_face_spec() for more details what targets can be modeled with this.