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

Transfer clip classifications

Transfers classifications from clips of one detector to matching clips of another detector.

The detectors from and to whose clips classifications are transferred are called the source detector and the target detector, respectively. Clips of the source and target detectors are called source clips and target clips, respectively. The set of source clips from which to transfer classifications is specified as a detector, a set of station/mic pairs, and a range of dates. For each of the specified source clips, the command attempts to find the first unclassified target detector clip that intersects the source clip maximally, and for which the duration of the intersection is at least 70 percent of the minimum of the source and target clip durations. If such a clip is found, the command transfers the source clip's classification to it. The source clip retains its classification. Classifications are never transferred to target clips that are already classified.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {{ form.source_detector|form_element }} {{ form.target_detector|form_element }} {{ form.station_mics|block_form_element }} {{ form.start_date|form_element }} {{ form.end_date|form_element }} {{ form.classification|form_element}}
{% endblock main %}