Skip to content

Commit

Permalink
Merge pull request #860 from cortex-lab/channels_labels
Browse files Browse the repository at this point in the history
add channels labels dataset type
  • Loading branch information
chris-langfield committed May 7, 2024
2 parents 9a7a118 + 6b0ebf4 commit b474d2a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions alyx/data/fixtures/data.datasettype.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
}
]

0 comments on commit b474d2a

Please sign in to comment.