jaeger 1.7.2
✨ Improved
-
#203 Implementation of targets of opportunity. When a
Design
is created (and unlessuse_targets_of_opportunity=False
) design targets can be replaced with ToOs from a dump file (defaults to$TOO_DATA_DIR/current
). The replacement options are managed viaconfiguration.targets_of_opportunity
which accepts the following optionsconfiguration: targets_of_opportunity: replace: true path: $TOO_DATA_DIR/current exclude_design_modes: ['^.+?_eng$', '^.+?_rm_?.*$'] max_replacements: 2 categories: ['science'] minimum_priority: [6000, 3000, 0]
Initially disabled in the configuration.
🔧 Fixed
- Fixed FVC
apply_corrections()
only setting the values of robots with invalid transformations.