{% extends 'vesper/base.html' %} {% block head %} Detect {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Detect

Runs one or more detectors on all channels of the specified recordings.

{% include "vesper/recordings-specification-message.html" %}

You can limit the time intervals on which this command runs detectors by selecting a Detection Schedule preset below. When you specify a schedule, the command runs detectors only in the time intervals of the intersection of the recording intervals and the schedule intervals.

Check the Defer clip creation check box to defer clip creation to the next invocation of the Execute Deferred Actions command.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {{ 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.defer_clip_creation|form_checkbox }}
{% endblock main %}