Convert H5 to CSV¶
This tool uses 0.5 compute credits per hour.
Overview¶
This tool can be used to convert a .h5
timestamp events file to a .csv
file,
performing the opposite function of the Convert CSV File to Events tool.
Inputs¶
The input consists of a single .h5
file that adheres to the timestamp_events
file type format.
.h5
timestamp events file are produced by the Convert CSV File to Events and Detect Events from GPIO Data tools and can be used as input to the Peri-Event Analysis Workflow tool.
Parameter | Required? | Default | Description |
---|---|---|---|
Input H5 File | True | N/A | path to the input h5 file |
Outputs¶
CSV File¶
csv
file containing the timestamp events data. The file contains 2 columns without headers.
The first column contains timestamps in seconds relative to the start time of the recording.
The second column contains values representing the event types.
3.54 | event_type_1 |
3.90 | event_type_2 |
5.67 | event_type_2 |
The preview associated with the input h5
file is also attached to the output csv
file.