model-001_smdl.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "Name": "ds003_model001",
  3. "Description": "",
  4. "Input": {
  5. "task": "rhymejudgment"
  6. },
  7. "Steps": [
  8. {
  9. "Level": "run",
  10. "Transformations": [
  11. {
  12. "Name": "Factor",
  13. "Input": [
  14. "trial_type"
  15. ]
  16. },
  17. {
  18. "Name": "Convolve",
  19. "Input": ["trial_type.word", "trial_type.pseudoword"],
  20. "Model": "spm"
  21. }
  22. ],
  23. "Model": {
  24. "X": [
  25. "trial_type.word",
  26. "trial_type.pseudoword",
  27. "framewise_displacement",
  28. "trans_x", "trans_y", "trans_z", "rot_x", "rot_y", "rot_z",
  29. "a_comp_cor_00", "a_comp_cor_01", "a_comp_cor_02",
  30. "a_comp_cor_03", "a_comp_cor_04", "a_comp_cor_05"
  31. ]
  32. },
  33. "DummyContrasts": {
  34. "Conditions": ["trial_type.word", "trial_type.pseudoword"],
  35. "Type": "t"
  36. },
  37. "Contrasts": [
  38. {
  39. "Name": "word_gt_pseudo",
  40. "ConditionList": [
  41. "trial_type.word",
  42. "trial_type.pseudoword"
  43. ],
  44. "Weights": [1, -1],
  45. "Type": "t"
  46. },
  47. {
  48. "Name": "task_vs_baseline",
  49. "ConditionList": [
  50. "trial_type.word",
  51. "trial_type.pseudoword"
  52. ],
  53. "Weights": [0.5, 0.5],
  54. "Type": "t"
  55. }
  56. ]
  57. },
  58. {
  59. "Level": "subject",
  60. "DummyContrasts": {
  61. "Type": "FEMA"
  62. }
  63. },
  64. {
  65. "Level": "dataset",
  66. "DummyContrasts": {
  67. "Conditions": ["word_gt_pseudo", "task_vs_baseline"],
  68. "Type": "t"
  69. },
  70. "Contrasts":[
  71. {
  72. "Name": "any_words",
  73. "ConditionList": [
  74. "trial_type.word",
  75. "trial_type.pseudoword"
  76. ],
  77. "Weights": [
  78. [1, 0],
  79. [0, 1]
  80. ],
  81. "Type": "F"
  82. }
  83. ]
  84. }
  85. ]
  86. }