sawtooth.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. <!-- Sawtooth 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/sawtooth</type>
  12. <name>Sawtooth</name>
  13. <definition>Sawtooth Properties.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <definition>The stimulus modality like acoustic, haptic, visual, electrical 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>Position</name>
  48. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  49. refers to the top-left corner of the object or its bounding box.
  50. </definition>
  51. <type>2-tuple</type>
  52. </property>
  53. <property>
  54. <name>PositionReference</name>
  55. <value>[top-left, center, bottom-right]</value>
  56. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  57. bounding box). Use this property for other definitions.
  58. </definition>
  59. <type>string</type>
  60. </property>
  61. <property>
  62. <name>SpatialExtent</name>
  63. <definition>The spatial extent of the presented stimulus (width;height) e.g. (1024;768).</definition>
  64. <type>2-tuple</type>
  65. </property>
  66. </section>
  67. </odML>