Skip to content

Commit

Permalink
wf extract dsets
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-langfield committed May 1, 2024
1 parent a85c8b0 commit b0ed7f6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions alyx/data/fixtures/data.datasettype.json
Original file line number Diff line number Diff line change
Expand Up @@ -2231,5 +2231,49 @@
"description": "The start and end times of the laser stimulation period.",
"filename_pattern": ""
}
},
{
"model": "data.datasettype",
"pk": "c2eae195-624d-4ff5-a533-01d78caf5805",
"fields": {
"json": null,
"name": "waveforms.traces",
"created_by": null,
"description": "Snippets of lightly preprocessed waveforms from spikes, organized by unit.",
"filename_pattern": ""
}
},
{
"model": "data.datasettype",
"pk": "482dc8e6-0fda-4c9b-877d-f114ef75a9ff",
"fields": {
"json": null,
"name": "waveforms.templates",
"created_by": null,
"description": "Medians of unit waveforms.",
"filename_pattern": ""
}
},
{
"model": "data.datasettype",
"pk": "ff5867ab-cd28-4fde-9baa-142e2bc2f4fc",
"fields": {
"json": null,
"name": "waveforms.table",
"created_by": null,
"description": "Pandas dataframe containing the sample index, cluster id, and peak channel id for each waveform extracted.",
"filename_pattern": ""
}
},
{
"model": "data.datasettype",
"pk": "be70b6ac-7635-4554-9615-e40277a138ae",
"fields": {
"json": null,
"name": "waveforms.channels",
"created_by": null,
"description": "Array containing the channel ids for each waveform.",
"filename_pattern": ""
}
}
]

0 comments on commit b0ed7f6

Please sign in to comment.