{% extends 'vesper/base.html' %} {% block head %} Export clips to HDF5 file {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Export clips to HDF5 files

Exports audio data and metadata for the specified clips to one or more HDF5 files.

{% include "vesper/clips-specification-message.html" %}

You can adjust the padding included with each exported clip by creating an appropriate Clip HDF5 File Export Settings preset and selecting it below.

Select the Export to multiple HDF5 files check box below to save clips to multiple files instead of a single file. When the check box is selected, this command creates one HDF5 file for each unique combination of station/mic pair, date, and detector among the specified clips, and exports all of the clips for each combination to the corresponding file. It saves the files to the server directory whose path is specified in the File or directory path text field. The command automatically names each output file to include the station name, microphone name, date, and detector name of its contents. When the Export to multiple HDF5 files check box is not selected, the command exports all clips to a single HDF5 file on the server. In this case, specify the path of the file, including the file name, in the File or directory path text field.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {% include "vesper/clip-set-form-elements.html" %} {{ form.clip_hdf5_file_export_settings_preset|form_element }} {{ form.export_to_multiple_files|form_checkbox }} {{ form.output_path|block_form_element }}
{% endblock main %}