From 58defb708750c623d2c06af9f7d97f538ef9b680 Mon Sep 17 00:00:00 2001 From: owinter Date: Sat, 21 Dec 2024 19:50:42 +0000 Subject: [PATCH] add saturation samples intervals dataset type --- 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 030b640f..a3edebb4 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -1076,6 +1076,17 @@ "description": "JSON with one entry per probe containing the 7 parameters describing the probe trajectory. Refer to the coordinate section of this document for more information.\n 'x':(um) medio-lateral coordinate relative to Bregma, left negative\n 'y':(um) antero-posterior coordinate relative to Bregma, back negative\n 'z':(um) dorso-ventral coordinate relative to Bregma, ventral negative\n 'phi':(degrees)[-180 180] azimuth\n 'theta':(degrees)[0 180] polar angle\n 'depth':(um) insertion depth\n 'beta' :(degrees) roll angle of the probe\"", "filename_pattern": "probes.trajectory*.json" } + }, + { + "model": "data.datasettype", + "pk": "45228157-f565-48ce-9d96-0430cebdfaf7", + "fields": { + "json": null, + "name": "_iblqc_ephysSaturation.samples", + "created_by": null, + "description": "A list of sample intervals exhibiting voltage saturation on the raw recordings.", + "filename_pattern": "_iblqc_ephysSaturation.samples.npy" + } }, { "model": "data.datasettype",