123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************** -->
- <!-- LightSources -->
- <!-- ********************************** -->
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>hardware/light_source</type>
- <name>Lightsource</name>
- <definition>This section contains keywords to describe the actual settings of a light source used for stimulation or
- excitation.
- </definition>
- <property>
- <name>SerialNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The device's serial number.</definition>
- </property>
- <property>
- <name>InventoryNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The inventory number of the device.</definition>
- </property>
- <property>
- <name>Model</name>
- <value>
- <type>string</type>
- </value>
- <definition>The model name of this hardware item.</definition>
- </property>
- <property>
- <name>Manufacturer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The Manufacturer of this hardware item.</definition>
- </property>
- <property>
- <name>Owner</name>
- <value>
- <type>string</type>
- </value>
- <definition>Who's the owner of the device.</definition>
- </property>
- <property>
- <name>Type</name>
- <value>LED
- <type>string</type>
- </value>
- <value>Laser
- <type>string</type>
- </value>
- <value>Mercury Arc
- <type>string</type>
- </value>
- <value>Halogen Lamp
- <type>string</type>
- </value>
- <value>Xenon Lamp
- <type>string</type>
- </value>
- <definition>The type of light source used.</definition>
- </property>
- <property>
- <name>PulseWidth</name>
- <value>
- <type>string</type>
- <unit>s</unit>
- </value>
- <dependency>Type</dependency>
- <dependencyValue>Laser</dependencyValue>
- <definition>The width of the laser pulse.</definition>
- </property>
- <property>
- <name>PulseRate</name>
- <value>
- <type>float</type>
- <unit>Hz</unit>
- </value>
- <dependency>Type</dependency>
- <dependencyValue>Laser</dependencyValue>
- <definition>The frequency with which laser pulses are delivered.</definition>
- </property>
- <property>
- <name>Wavelength</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The wavelength of the emitted light.</definition>
- </property>
- <property>
- <name>WavelengthLowerBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The lower bound of the output spectrum.</definition>
- </property>
- <property>
- <name>WavelengthUpperBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The upper bound of the output spectrum.</definition>
- </property>
- <property>
- <name>Intensity</name>
- <value>
- <type>float</type>
- <unit>W</unit>
- </value>
- <value>
- <type>float</type>
- <unit>cd/m^2</unit>
- </value>
- <value>
- <type>float</type>
- <unit>lux</unit>
- </value>
- <definition>The output intensity of the light source.</definition>
- </property>
- <property>
- <name>Description</name>
- <value>
- <type>string</type>
- </value>
- <definition>A description of this hardware item.</definition>
- </property>
- </section>
- </odML>
|