Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

ramp.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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 amplitude and reaching with a certain slope the destination amplitude.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The stimulus modality like acoustic, haptic, light 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 presented.</definition>
  36. </property>
  37. <property>
  38. <name>Function</name>
  39. <value>
  40. <type>string</type>
  41. </value>
  42. <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
  43. </property>
  44. <property>
  45. <name>OutputChannel</name>
  46. <value>
  47. <type>string</type>
  48. </value>
  49. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker, etc.). This
  50. information can be used to explicitely express that several stimuli (that share the same OutputChannel) are jointly presented.</definition>
  51. </property>
  52. <property>
  53. <name>OutputChannel</name>
  54. <value>
  55. <type>string</type>
  56. </value>
  57. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker, etc.). This information can be used to explicitely express that several
  58. stimuli (that share the same OutputChannel) are jointly presented.</definition>
  59. </property>
  60. <property>
  61. <name>StartAmplitude</name>
  62. <value>
  63. <type>float</type>
  64. </value>
  65. <definition>The start amplitude of the ramp.</definition>
  66. </property>
  67. <property>
  68. <name>EndAmplitude</name>
  69. <value>
  70. <type>float</type>
  71. </value>
  72. <definition>The ending amplitude.</definition>
  73. </property>
  74. <property>
  75. <name>Slope</name>
  76. <value>
  77. <type>float</type>
  78. </value>
  79. <definition>The slopewith which the ramp ascends respectively descends.</definition>
  80. </property>
  81. <property>
  82. <name>RampStartTime</name>
  83. <value>
  84. <type>float</type>
  85. <unit>s</unit>
  86. </value>
  87. <definition>The time the ramp started with respect to the beginning of this ramp stimulus.</definition>
  88. </property>
  89. <property>
  90. <name>Position</name>
  91. <value>
  92. <type>2-tuple</type>
  93. </value>
  94. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position refers to the top-left corner of the object or its bounding box.</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 bounding box). Use this property for other definitions.</definition>
  108. </property>
  109. <property>
  110. <name>SpatialExtent</name>
  111. <value>
  112. <type>2-tuple</type>
  113. </value>
  114. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  115. </property>
  116. </section>
  117. </odML>