mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
The `sequences` object now carries the attribute `has_smsrc_data`, a boolean which is true iff there is at least one `smsrc` record in the raw shots metadata. This is used by: 1. A new sequence-wise test which reports if gun data is missing for the entire sequence. 2. The individual `missing_gun_data` test which is inhibited if `has_smsrc_data` for the corresponding sequence is false. Closes #93.