task-MAT_events.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "RepetitionTime": 0.645,
  3. "TaskName": "multi-attribute task",
  4. "trial_dimensionality": {
  5. "LongName": "Target dimensionality",
  6. "Description": "Volumes coding trial onsets, with number of targets in current stimulus display; locked to stimulus onset"
  7. },
  8. "block_onset": {
  9. "LongName": "Block onset",
  10. "Description": "Volumes with block onsets"
  11. },
  12. "trial_onset": {
  13. "LongName": "Trial onset",
  14. "Description": "Volumes with trial onsets"
  15. },
  16. "stimulus_onset": {
  17. "LongName": "Stimulus onset",
  18. "Description": "Volumes with onsets of the dynamic stimulus"
  19. },
  20. "block_dimensionality": {
  21. "LongName": "Block dimensionality",
  22. "Description": "Volumes with block onsets, coded according to number of targets in the block"
  23. },
  24. "trial_serial_position": {
  25. "LongName": "Serial repetition at trial onset",
  26. "Description": "Each cue combination was repeated for a sequence of 8 trials. This codes trial onsets with the sequence number."
  27. },
  28. "stimulus_serial_position": {
  29. "LongName": "Serial repetition at stimulus onset",
  30. "Description": "Same as above, but coding stimulus onsets."
  31. },
  32. "color_cued": {
  33. "LongName": "Trials with color as cued attribute",
  34. "Description": "(binary: 0-no, 1-yes)"
  35. },
  36. "direction_cued": {
  37. "LongName": "Trials with direction as cued attribute",
  38. "Description": "(binary: 0-no, 1-yes)"
  39. },
  40. "size_cued": {
  41. "LongName": "Trials with size as cued attribute",
  42. "Description": "(binary: 0-no, 1-yes)"
  43. },
  44. "luminance_cued": {
  45. "LongName": "Trials with luminance as cued attribute",
  46. "Description": "(binary: 0-no, 1-yes)"
  47. },
  48. "probe_onset": {
  49. "LongName": "Onset of attribute probe",
  50. "Description": "Volumes with probe onset (duration = 1 s)"
  51. },
  52. "probe_accuracy": {
  53. "LongName": "Probe accuracy",
  54. "Description": "Volumes with probe onset, coded with accuracy (0 - incorrect, 1 - correct)"
  55. },
  56. "probe_rt": {
  57. "LongName": "Probe RT",
  58. "Description": "Volumes with probe onset, coded with continuous RT (s)"
  59. },
  60. "fixation_onset": {
  61. "LongName": "Onset of fixation cue",
  62. "Description": "Volumes with fixation onset (binary: 0-no, 1-yes)"
  63. }
  64. }