{% include "vesper/header-prefix.html" %} Detect - Vesper {% load vesper_extras %} {% load staticfiles %} {% include "vesper/navbar.html" %}

Detect

Runs one or more detectors on all channels of one or more recordings. The recordings are specified as a set of one or more stations and a range of dates.

The time intervals on which the detectors are run can optionally be limited via by selecting a Detection Schedule preset in the Schedule field. If a schedule is selected, detectors are run only on time intervals in the intersection of the recording intervals and the schedule intervals.

Check the Create clip audio files check box to create a separate audio file in the archive for each detected clip, or uncheck it to rely on on-the-fly clip extraction from recording audio files to access clip samples.

Detection runs as a Vesper job.

{{ form.detectors|block_form_element }} {{ form.stations|block_form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }} {{ form.schedule|form_element }} {{ form.create_clip_files|form_checkbox }}