diff --git a/alyx/data/fixtures/data.datasettype.json b/alyx/data/fixtures/data.datasettype.json index ad2d611c..edcac0d6 100644 --- a/alyx/data/fixtures/data.datasettype.json +++ b/alyx/data/fixtures/data.datasettype.json @@ -2275,5 +2275,16 @@ "description": "Array containing the channel ids for each waveform.", "filename_pattern": "" } + }, + { + "model": "data.datasettype", + "pk": "34a2f43e-e2a7-4b1a-a43f-bab07cd7e709", + "fields": { + "json": null, + "name": "channels.labels", + "created_by": null, + "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": "" + } } ]