{% extends 'vesper/base.html' %} {% block head %} Export clip counts by tag to CSV file {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Export clip counts by tag to CSV file

Exports counts of all tagged clips to a CSV file.

This command writes a CSV file at the specified path on the server, overwriting any existing file at that path. Each row of the output file contains a clip count for one combination of a detector, station, date, and tag.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {{ form.output_file_path|block_form_element }}
{% endblock main %}