From 93f940af1a34d622d7d76b76ca807bc2743b2d55 Mon Sep 17 00:00:00 2001 From: Georg Raiser Date: Fri, 10 Jan 2025 16:37:50 +0000 Subject: [PATCH] added data type for the reference image produced by the latest neurophotometrics software version --- 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 26bd20db..cb000b45 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -2352,5 +2352,16 @@ "description": "An array of passive video frame times, where each column represents a repeat of the video.", "filename_pattern": "_sp_video.times.*" } + }, + { + "model": "data.datasettype", + "pk": "83a5c789-43de-44cc-8bfa-4b574a82dd8d", + "fields": { + "json": null, + "name": "_fpData.regionImage", + "created_by": null, + "description": "the camera image of the fiber bundle of the neurophotometrics FP3002, overlayed with the named regions of interest.", + "filename_pattern": "" + } } ]