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

Untag clips

Removes the specified tag from the specified clips.

The clips are specified as a set of station/mic pairs, a range of dates, a set of detectors, an optional classification, and a tag.

You can optionally specify a number of clips for which to retain the tag in the Retain count field. The clips for which to retain tags are selected at random from those specified, with all clips equally likely to be selected.

{% include "vesper/command-executes-as-job-message.html" %}

You can untag a lot of clips with this command, and your changes cannot be undone, so proceed with caution!

{% csrf_token %} {% include "vesper/clip-set-form-elements.html" %} {{ form.retain_count|form_element }}
{% endblock main %}