Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add clusters.labels dataset type #908

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions alyx/data/fixtures/data.datasettype.json
Original file line number Diff line number Diff line change
Expand Up @@ -2352,5 +2352,27 @@
"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": "4c576a86-5e73-4441-ae9e-1299356464a7",
"fields": {
"json": null,
"name": "clusters.curatedLabels",
"created_by": null,
"description": "Manually annotated cluster labels",
"filename_pattern": "*clusters.curatedLabels*.tsv"
}
},
{
"model": "data.datasettype",
"pk": "fc76b3bb-7619-4352-8a4c-aa22358d1b7c",
"fields": {
"json": null,
"name": "subjectSessions.table",
"created_by": null,
"description": "All session data included in the subjectTrials table for a given subject, contains the columns lab, session date, session number, task protocol and project",
"filename_pattern": ""
}
}
]
Loading