movie.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. <!-- movie 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/movie</type>
  12. <name>Movie</name>
  13. <definition>Properties to describe a movie (or image sequence) stimulus.</definition>
  14. <property>
  15. <name>Modality</name>
  16. <value>visual
  17. <type>string</type>
  18. </value>
  19. <definition>The stimulus modality like acoustic, haptic, visual 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>FrameRate</name>
  41. <value>
  42. <type>float</type>
  43. <unit>Hz</unit>
  44. </value>
  45. <definition>The framerate with which the movie was presented.</definition>
  46. </property>
  47. <property>
  48. <name>SpatialResolution</name>
  49. <value>
  50. <type>2-tuple</type>
  51. <unit>pixel</unit>
  52. </value>
  53. <definition>The image resolution e.g. (640;480) pixel.</definition>
  54. </property>
  55. <property>
  56. <name>ColorSpace</name>
  57. <value>monochrome
  58. <type>string</type>
  59. </value>
  60. <value>color
  61. <type>string</type>
  62. </value>
  63. <definition>Defines whether the movie is a monochrome, black and white, or a color movie.</definition>
  64. </property>
  65. <property>
  66. <name>ColorDepth</name>
  67. <value>
  68. <type>int</type>
  69. <unit>bit</unit>
  70. </value>
  71. <definition>The color resolution in bit.</definition>
  72. </property>
  73. <property>
  74. <name>OutputChannel</name>
  75. <value>
  76. <type>string</type>
  77. </value>
  78. <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
  79. etc.). This information can be used to explicitly express that several stimuli (that share the same
  80. OutputChannel) are jointly presented.
  81. </definition>
  82. </property>
  83. <property>
  84. <name>Position</name>
  85. <value>
  86. <type>2-tuple</type>
  87. </value>
  88. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  89. refers to the top-left corner of the object or its bounding box.
  90. </definition>
  91. </property>
  92. <property>
  93. <name>PositionReference</name>
  94. <value>top-left
  95. <type>string</type>
  96. </value>
  97. <value>center
  98. <type>string</type>
  99. </value>
  100. <value>bottom-right
  101. <type>string</type>
  102. </value>
  103. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  104. bounding box). Use this property for other definitions.
  105. </definition>
  106. </property>
  107. <property>
  108. <name>SpatialExtent</name>
  109. <value>
  110. <type>2-tuple</type>
  111. </value>
  112. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  113. </property>
  114. </section>
  115. </odML>