ramp.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. <!-- Ramp 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/ramp</type>
  12. <name>Ramp</name>
  13. <definition>A ramp stimulus may either linearly increase or decrease in amplitude. Starting from a certain start
  14. amplitude and reaching with a certain slope the destination amplitude.
  15. </definition>
  16. <property>
  17. <name>Modality</name>
  18. <value>
  19. <type>string</type>
  20. </value>
  21. <definition>The stimulus modality like acoustic, haptic, light etc.</definition>
  22. </property>
  23. <property>
  24. <name>Duration</name>
  25. <value>
  26. <type>float</type>
  27. <unit>s</unit>
  28. </value>
  29. <definition>The duration of the stimulus in seconds.</definition>
  30. </property>
  31. <property>
  32. <name>TemporalOffset</name>
  33. <value>
  34. <type>float</type>
  35. <unit>s</unit>
  36. </value>
  37. <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was
  38. presented.
  39. </definition>
  40. </property>
  41. <property>
  42. <name>Function</name>
  43. <value>
  44. <type>string</type>
  45. </value>
  46. <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
  47. </property>
  48. <property>
  49. <name>OutputChannel</name>
  50. <value>
  51. <type>string</type>
  52. </value>
  53. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
  54. etc.). This information can be used to explicitly express that several stimuli (that share the same
  55. OutputChannel) are jointly presented.
  56. </definition>
  57. </property>
  58. <property>
  59. <name>StartAmplitude</name>
  60. <value>
  61. <type>float</type>
  62. </value>
  63. <definition>The start amplitude of the ramp.</definition>
  64. </property>
  65. <property>
  66. <name>EndAmplitude</name>
  67. <value>
  68. <type>float</type>
  69. </value>
  70. <definition>The ending amplitude.</definition>
  71. </property>
  72. <property>
  73. <name>Slope</name>
  74. <value>
  75. <type>float</type>
  76. </value>
  77. <definition>The slope with which the ramp ascends respectively descends.</definition>
  78. </property>
  79. <property>
  80. <name>RampStartTime</name>
  81. <value>
  82. <type>float</type>
  83. <unit>s</unit>
  84. </value>
  85. <definition>The time the ramp started with respect to the beginning of this ramp stimulus.</definition>
  86. </property>
  87. <property>
  88. <name>Position</name>
  89. <value>
  90. <type>2-tuple</type>
  91. </value>
  92. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  93. refers to the top-left corner of the object or its bounding box.
  94. </definition>
  95. </property>
  96. <property>
  97. <name>PositionReference</name>
  98. <value>top-left
  99. <type>string</type>
  100. </value>
  101. <value>center
  102. <type>string</type>
  103. </value>
  104. <value>bottom-right
  105. <type>string</type>
  106. </value>
  107. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  108. bounding box). Use this property for other definitions.
  109. </definition>
  110. </property>
  111. <property>
  112. <name>SpatialExtent</name>
  113. <value>
  114. <type>2-tuple</type>
  115. </value>
  116. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  117. </property>
  118. </section>
  119. </odML>