random_dot.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Random dot stimulus -->
  5. <!-- ********************************************************* -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>stimulus/random_dot</type>
  12. <name>RandomDot</name>
  13. <definition>Properties to describe a random dot stimulus.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <definition>The stimulus modality like acoustic, haptic, light etc.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Duration</name>
  21. <definition>The duration of the stimulus in seconds.</definition>
  22. <type>float</type>
  23. <unit>s</unit>
  24. </property>
  25. <property>
  26. <name>TemporalOffset</name>
  27. <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was
  28. presented.
  29. </definition>
  30. <type>float</type>
  31. <unit>s</unit>
  32. </property>
  33. <property>
  34. <name>Function</name>
  35. <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
  36. <type>string</type>
  37. </property>
  38. <property>
  39. <name>OutputChannel</name>
  40. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
  41. etc.). This information can be used to explicitly express that several stimuli (that share the same
  42. OutputChannel) are jointly presented.
  43. </definition>
  44. <type>string</type>
  45. </property>
  46. <property>
  47. <name>DotCount</name>
  48. <definition>The number of random dots placed on the screen.</definition>
  49. <type>int</type>
  50. </property>
  51. <property>
  52. <name>DotHorizontalExtent</name>
  53. <definition>The width of a single dot given in °.</definition>
  54. <type>float</type>
  55. </property>
  56. <property>
  57. <name>DotVerticalExtent</name>
  58. <definition>The height of a single dot in °.</definition>
  59. <type>float</type>
  60. </property>
  61. <property>
  62. <name>DotPixelHeight</name>
  63. <definition>The height of a single dot in pixel.</definition>
  64. <type>int</type>
  65. </property>
  66. <property>
  67. <name>DotPixelWidth</name>
  68. <definition>The width of a single dot given in pixel.</definition>
  69. <type>int</type>
  70. </property>
  71. <property>
  72. <name>DotSize</name>
  73. <definition>The size of a single dot specified as 2-tuple (width;height).</definition>
  74. <type>2-tuple</type>
  75. </property>
  76. <property>
  77. <name>Position</name>
  78. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  79. refers to the top-left corner of the object or its bounding box.
  80. </definition>
  81. <type>2-tuple</type>
  82. </property>
  83. <property>
  84. <name>PositionReference</name>
  85. <value>[top-left, center, bottom-right]</value>
  86. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  87. bounding box). Use this property for other definitions.
  88. </definition>
  89. <type>string</type>
  90. </property>
  91. <property>
  92. <name>SpatialExtent</name>
  93. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  94. <type>2-tuple</type>
  95. </property>
  96. </section>
  97. </odML>