123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************************************* -->
- <!-- Grating stimulus -->
- <!-- ********************************************************* -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>stimulus/grating</type>
- <name>Grating</name>
- <definition>Properties to describe Grating stimuli.</definition>
- <property>
- <name>Modality</name>
- <value>
- </value>
- <definition>The stimulus modality like acoustic, haptic, visual etc.</definition>
- <type>string</type></property>
- <property>
- <name>Type</name>
- <value>
- </value>
- <definition>The type of grating used. Commonly either Sinewave or Squarewave gratings are used.</definition>
- <type>string</type></property>
- <property>
- <name>Duration</name>
- <value>
- </value>
- <definition>The duration of the stimulus in seconds.</definition>
- <type>float</type><unit>s</unit></property>
- <property>
- <name>TemporalOffset</name>
- <value>
- </value>
- <definition>The temporal offset (with respect to the begin of the recorded trial) with which this stimulus was
- presented.
- </definition>
- <type>float</type><unit>s</unit></property>
- <property>
- <name>Contrast</name>
- <value>
- </value>
- <definition>The contrast of the grating stimulus.</definition>
- <type>float</type></property>
- <property>
- <name>Intensity</name>
- <value>
- </value>
- <definition>The mean intensity of the grating stimulus.</definition>
- <type>float</type></property>
- <property>
- <name>GratingType</name>
- <value>
- </value>
- <definition>The type of grating, i.e. 'sinewave' or 'squarewave'.</definition>
- <type>string</type></property>
- <property>
- <name>SpatialWavelength</name>
- <value>
- </value>
- <definition>The spatial wavelength of the grating.</definition>
- <type>float</type></property>
- <property>
- <name>SpatialFrequency</name>
- <value>
- </value>
- <definition>the spatial frequency of the grating.</definition>
- <type>float</type></property>
- <property>
- <name>SpatialExtent</name>
- <value>
- </value>
- <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
- <type>2-tuple</type></property>
- <property>
- <name>Orientation</name>
- <value>
- </value>
- <definition>The orientation of the grating in degrees.</definition>
- <type>float</type></property>
- <property>
- <name>DriftingVelocity</name>
- <value>
- </value>
- <definition>In case of a constantly drifting grating, the velocity</definition>
- <type>float</type></property>
- <property>
- <name>Position</name>
- <value>
- </value>
- <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>
- <type>2-tuple</type></property>
- <property>
- <name>PositionReference</name>
- <value>top-left
- , center
- , bottom-right
- </value>
- <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>
- <type>string</type></property>
- <property>
- <name>Function</name>
- <value>
- </value>
- <definition>The function of the described stimulus. E.g. if the white noise constituted the carrier.</definition>
- <type>string</type></property>
- <property>
- <name>OutputChannel</name>
- <value>
- </value>
- <definition>The physical output device (e.g. an analog output channel, a monitor screen, the same loudspeaker,
- etc.). This information can be used to explicitly express that several stimuli (that share the same
- OutputChannel) are jointly presented.
- </definition>
- <type>string</type></property>
- </section>
- </odML>
|