datasets_metadata.json 981 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "tracking": {
  3. "description": "whisker and nose tracking, based on python 'videobatch' program.",
  4. "reference": [
  5. {
  6. "role": "is-analyzed-by",
  7. "name": "videobatch",
  8. "uri": "https://github.com/gwappa/python-videobatch"
  9. }
  10. ],
  11. "domains": {
  12. "projection": {
  13. "description": "per-trial or per-session maximal projection images.",
  14. "mimetype": "image/png",
  15. "suffix": ".png"
  16. },
  17. "ROI": {
  18. "description": "B/W masks for ROIs to track colors from.",
  19. "mimetype": "image/png",
  20. "suffix": ".png"
  21. },
  22. "tracked": {
  23. "description": "the CSV files containing tracked object positions in pixels.",
  24. "mimetype": "text/csv",
  25. "suffix": ".csv"
  26. }
  27. }
  28. }
  29. }