{% extends 'vesper/base.html' %} {% block head %}
Exports counts of all clips by classification 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 classification. The file includes wildcard classification rows for classifications that have subclassifications.
{% include "vesper/command-executes-as-job-message.html" %} {% endblock main %}