light_source.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. <!-- LightSources -->
  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>hardware/light_source</type>
  12. <name>Lightsource</name>
  13. <definition>This section contains keywords to describe the actual settings of a light source used for stimulation or
  14. excitation.
  15. </definition>
  16. <property>
  17. <name>SerialNo</name>
  18. <definition>The device's serial number.</definition>
  19. <type>string</type>
  20. </property>
  21. <property>
  22. <name>InventoryNo</name>
  23. <definition>The inventory number of the device.</definition>
  24. <type>string</type>
  25. </property>
  26. <property>
  27. <name>Model</name>
  28. <definition>The model name of this hardware item.</definition>
  29. <type>string</type>
  30. </property>
  31. <property>
  32. <name>Manufacturer</name>
  33. <definition>The Manufacturer of this hardware item.</definition>
  34. <type>string</type>
  35. </property>
  36. <property>
  37. <name>Owner</name>
  38. <definition>Who's the owner of the device.</definition>
  39. <type>string</type>
  40. </property>
  41. <property>
  42. <name>Type</name>
  43. <value>[LED, Laser, Mercury Arc, Halogen Lamp, Xenon Lamp]</value>
  44. <definition>The type of light source used.</definition>
  45. <type>string</type>
  46. </property>
  47. <property>
  48. <name>PulseWidth</name>
  49. <dependency>Type</dependency>
  50. <dependencyValue>Laser</dependencyValue>
  51. <definition>The width of the laser pulse.</definition>
  52. <type>string</type>
  53. <unit>s</unit>
  54. </property>
  55. <property>
  56. <name>PulseRate</name>
  57. <dependency>Type</dependency>
  58. <dependencyValue>Laser</dependencyValue>
  59. <definition>The frequency with which laser pulses are delivered.</definition>
  60. <type>float</type>
  61. <unit>Hz</unit>
  62. </property>
  63. <property>
  64. <name>Wavelength</name>
  65. <definition>The wavelength of the emitted light.</definition>
  66. <type>float</type>
  67. <unit>nm</unit>
  68. </property>
  69. <property>
  70. <name>WavelengthLowerBound</name>
  71. <definition>The lower bound of the output spectrum.</definition>
  72. <type>float</type>
  73. <unit>nm</unit>
  74. </property>
  75. <property>
  76. <name>WavelengthUpperBound</name>
  77. <definition>The upper bound of the output spectrum.</definition>
  78. <type>float</type>
  79. <unit>nm</unit>
  80. </property>
  81. <property>
  82. <name>Intensity</name>
  83. <definition>The output intensity of the light source.</definition>
  84. <type>float</type>
  85. <unit>W</unit>
  86. </property>
  87. <property>
  88. <name>Description</name>
  89. <definition>A description of this hardware item.</definition>
  90. <type>string</type>
  91. </property>
  92. </section>
  93. </odML>