{% include "vesper/header-prefix.html" %} Transfer call classifications - Vesper {% load vesper_extras %} {% load static %} {% include "vesper/navbar.html" %}

Transfer call classifications

Transfers Call* classifications from clips of one detector to corresponding clips of another detector.

The detector from whose clips classifications are transferred is called the source detector and the detector to whose clips the classifications are transferred is called the target detector. The set of source detector call 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 detector clips, the command attempts to find a target detector clip that starts at a similar time. If such a clip is found, the command transfers the source detector clip's classification to it. The source detector clip retains its classification (i.e. we use the term "transfer" a little loosely here).

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