From 93f940af1a34d622d7d76b76ca807bc2743b2d55 Mon Sep 17 00:00:00 2001 From: Georg Raiser Date: Fri, 10 Jan 2025 16:37:50 +0000 Subject: [PATCH 1/2] 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 26bd20db3..cb000b450 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": "" + } } ] From bc481c2b42ec29d3c3806a6481064282fc059fe7 Mon Sep 17 00:00:00 2001 From: Georg Raiser Date: Mon, 3 Mar 2025 11:51:42 +0000 Subject: [PATCH 2/2] typo fix --- alyx/data/fixtures/data.datasettype.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alyx/data/fixtures/data.datasettype.json b/alyx/data/fixtures/data.datasettype.json index cb000b450..16e784725 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -2358,7 +2358,7 @@ "pk": "83a5c789-43de-44cc-8bfa-4b574a82dd8d", "fields": { "json": null, - "name": "_fpData.regionImage", + "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": ""