DATASETS.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "tracking": {
  3. "description": "whisker and nose tracking, based on high-speed videos taken at 200 Hz, and analyzed using the python 'videobatch' program.",
  4. "reference": [
  5. {
  6. "role": "is-analyzed-using",
  7. "name": "videobatch",
  8. "uri": "https://github.com/gwappa/python-videobatch"
  9. },
  10. {
  11. "role": "is-performed-by",
  12. "name": "Sina E. Dominiak",
  13. "uri": null
  14. },
  15. {
  16. "role": "is-performed-by",
  17. "name": "Keisuke Sehara",
  18. "uri": "https://orcid.org/0000-0003-4368-8143"
  19. }
  20. ],
  21. "domains": {
  22. "projection": {
  23. "description": "per-trial or per-session maximal projection images.",
  24. "mimetype": "image/png",
  25. "suffix": ".png"
  26. },
  27. "ROI": {
  28. "description": "B/W masks for ROIs to track colors from.",
  29. "mimetype": "image/png",
  30. "suffix": ".png"
  31. },
  32. "tracked": {
  33. "description": "the CSV files containing tracked object positions in pixels. 'Slice' represents the ZERO-STARTING frame index in the video of origin.",
  34. "mimetype": "text/csv",
  35. "suffix": ".csv"
  36. },
  37. "states": {
  38. "description": "the CSV files containing information about correspondence between trial numbers, video frames (ONE-STARTING) and behavioral states.",
  39. "mimetype": "text/csv",
  40. "suffix": ".csv"
  41. }
  42. }
  43. }
  44. }