Skip to content

Commit

Permalink
Merge pull request #853 from cortex-lab/wf_extract
Browse files Browse the repository at this point in the history
Waveform extraction datasets
  • Loading branch information
chris-langfield authored May 3, 2024
2 parents b7a4338 + ff4fb3d commit 8392bf5
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
12 changes: 12 additions & 0 deletions alyx/data/fixtures/data.dataformat.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,17 @@
"matlab_loader_function": "",
"python_loader_function": "sparse.load_npz"
}
},
{
"model": "data.dataformat",
"pk": "f6474942-3f0e-4a68-89a1-64d8d600d953",
"fields": {
"json": "",
"name": "npz",
"description": "A zipped archive of NumPy objects.",
"file_extension": ".npz",
"matlab_loader_function": "",
"python_loader_function": "numpy.load"
}
}
]
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": "Table 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 8392bf5

Please sign in to comment.