grating.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Grating stimulus -->
  5. <!-- ********************************************************* -->
  6. <odML version="1">
  7. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>stimulus/grating</type>
  12. <name>Grating</name>
  13. <definition>Properties to describe Grating stimuli.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The stimulus modality like acoustic, haptic, visual etc.</definition>
  20. </property>
  21. <property>
  22. <name>Type</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The type of grating used. Commonly either Sinewave or Squarewave gratings are used.</definition>
  27. </property>
  28. <property>
  29. <name>Duration</name>
  30. <value>
  31. <type>float</type>
  32. <unit>s</unit>
  33. </value>
  34. <definition>The duration of the stimulus in seconds.</definition>
  35. </property>
  36. <property>
  37. <name>TemporalOffset</name>
  38. <value>
  39. <type>float</type>
  40. <unit>s</unit>
  41. </value>
  42. <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was
  43. presented.
  44. </definition>
  45. </property>
  46. <property>
  47. <name>Contrast</name>
  48. <value>
  49. <type>float</type>
  50. </value>
  51. <definition>The contrast of the grating stimulus.</definition>
  52. </property>
  53. <property>
  54. <name>Intensity</name>
  55. <value>
  56. <type>float</type>
  57. </value>
  58. <definition>The mean intensity of the grating stimulus.</definition>
  59. </property>
  60. <property>
  61. <name>GratingType</name>
  62. <value>
  63. <type>string</type>
  64. </value>
  65. <definition>The type of grating, i.e. 'sinewave' or 'squarewave'.</definition>
  66. </property>
  67. <property>
  68. <name>SpatialWavelength</name>
  69. <value>
  70. <type>float</type>
  71. </value>
  72. <definition>The spatial wavelength of the grating.</definition>
  73. </property>
  74. <property>
  75. <name>SpatialFrequency</name>
  76. <value>
  77. <type>float</type>
  78. </value>
  79. <definition>the spatial frequency of the grating.</definition>
  80. </property>
  81. <property>
  82. <name>SpatialExtent</name>
  83. <value>
  84. <type>2-tuple</type>
  85. </value>
  86. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  87. </property>
  88. <property>
  89. <name>Orientation</name>
  90. <value>
  91. <type>float</type>
  92. </value>
  93. <definition>The orientation of the grating in degrees.</definition>
  94. </property>
  95. <property>
  96. <name>DriftingVelocity</name>
  97. <value>
  98. <type>float</type>
  99. </value>
  100. <definition>In case of a constantly drifting grating, the velocity</definition>
  101. </property>
  102. <property>
  103. <name>Position</name>
  104. <value>
  105. <type>2-tuple</type>
  106. </value>
  107. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  108. refers to the top-left corner of the object or its bounding box.
  109. </definition>
  110. </property>
  111. <property>
  112. <name>PositionReference</name>
  113. <value>top-left
  114. <type>string</type>
  115. </value>
  116. <value>center
  117. <type>string</type>
  118. </value>
  119. <value>bottom-right
  120. <type>string</type>
  121. </value>
  122. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  123. bounding box). Use this property for other definitions.
  124. </definition>
  125. </property>
  126. <property>
  127. <name>Function</name>
  128. <value>
  129. <type>string</type>
  130. </value>
  131. <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
  132. </property>
  133. <property>
  134. <name>OutputChannel</name>
  135. <value>
  136. <type>string</type>
  137. </value>
  138. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
  139. etc.). This information can be used to explicitly express that several stimuli (that share the same
  140. OutputChannel) are jointly presented.
  141. </definition>
  142. </property>
  143. </section>
  144. </odML>