Skip to content

Commit

Permalink
Added _sp_video.raw dataset type fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Feb 20, 2025
1 parent c3e07a7 commit 159e2f4
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 @@ -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": "21c80568-cd3d-4125-bf94-b2777ddc6eaa",
"fields": {
"json": null,
"name": "_sp_video.raw",
"created_by": null,
"description": "The video frames presented during the protocol.",
"filename_pattern": "_sp_video.raw.*"
}
}
]

0 comments on commit 159e2f4

Please sign in to comment.