sawtooth.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. <!-- Sawtooth 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/sawtooth</type>
  12. <name>Sawtooth</name>
  13. <definition>Sawtooth Properties.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The stimulus modality like acoustic, haptic, visual, electrical etc.</definition>
  20. </property>
  21. <property>
  22. <name>Duration</name>
  23. <value>
  24. <type>float</type>
  25. <unit>s</unit>
  26. </value>
  27. <definition>The duration of the stimulus in seconds.</definition>
  28. </property>
  29. <property>
  30. <name>TemporalOffset</name>
  31. <value>
  32. <type>float</type>
  33. <unit>s</unit>
  34. </value>
  35. <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was
  36. presented.
  37. </definition>
  38. </property>
  39. <property>
  40. <name>Function</name>
  41. <value>
  42. <type>string</type>
  43. </value>
  44. <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
  45. </property>
  46. <property>
  47. <name>OutputChannel</name>
  48. <value>
  49. <type>string</type>
  50. </value>
  51. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
  52. etc.). This information can be used to explicitly express that several stimuli (that share the same
  53. OutputChannel) are jointly presented.
  54. </definition>
  55. </property>
  56. <property>
  57. <name>Position</name>
  58. <value>
  59. <type>2-tuple</type>
  60. </value>
  61. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  62. refers to the top-left corner of the object or its bounding box.
  63. </definition>
  64. </property>
  65. <property>
  66. <name>PositionReference</name>
  67. <value>top-left
  68. <type>string</type>
  69. </value>
  70. <value>center
  71. <type>string</type>
  72. </value>
  73. <value>bottom-right
  74. <type>string</type>
  75. </value>
  76. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  77. bounding box). Use this property for other definitions.
  78. </definition>
  79. </property>
  80. <property>
  81. <name>SpatialExtent</name>
  82. <value>
  83. <type>2-tuple</type>
  84. </value>
  85. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  86. </property>
  87. </section>
  88. </odML>