From f42abe401eb22066e82ef29b216babf51a51ccf8 Mon Sep 17 00:00:00 2001 From: olivier Date: Fri, 14 Jun 2024 11:48:39 +0100 Subject: [PATCH] add passingSpikes table to the dataset types --- alyx/data/fixtures/data.datasettype.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/alyx/data/fixtures/data.datasettype.json b/alyx/data/fixtures/data.datasettype.json index edcac0d6..f140166e 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -2286,5 +2286,16 @@ "description": "Bad channel detection outcome, 0 is good, 1 corresponds to dead or low amplitude channels, 2 corresponds to noisy channels, 3 corresponds to channels labeled as outside of the brain.", "filename_pattern": "" } + }, + { + "model": "data.datasettype", + "pk": "2a0f78ff-bcc3-4780-8b00-0cb1280850aa", + "fields": { + "json": null, + "name": "passingSpikes.table", + "created_by": null, + "description": "A compressed table containing only the spikes belonging to passing units, to accelarate data loading", + "filename_pattern": "*passingspikes.table*" + } } ]