{% include "vesper/header-prefix.html" %} Add Old Bird clip start indices - Vesper {% load vesper_extras %} {% load static %} {% include "vesper/navbar.html" %}

Add Old Bird clip start indices

Adds start indices to clips in this archive that were created by the original Old Bird Tseep and Thrush detectors.

The clips to add start indices for are specified as a set of stations and a range of dates.

This command inspects all clips created by the original Old Bird detectors for recordings from the specified stations and dates. For each clip that does not have a start index, the command finds the start index by searching for the clip's samples (obtained from the appropriate clip audio file) in the clip's recording, and adds the start index to the clip.

The command logs warning messages for any problems it finds, for example if the recording file that should contain a clip is missing, or if the recording file does not contain the clip's samples.

If you check the Dry run check box, the command will do everything it normally does, including writing all of its normal log messages, but it will not actually modify the archive database.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {{ form.stations|block_form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }} {{ form.dry_run|form_checkbox }}