Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

light_source.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. <!-- LightSources -->
  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>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 excitation.</definition>
  14. <property>
  15. <name>SerialNo</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The device's serial number.</definition>
  20. </property>
  21. <property>
  22. <name>InventoryNo</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The inventory number of the device.</definition>
  27. </property>
  28. <property>
  29. <name>Model</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>The model name of this hardware item.</definition>
  34. </property>
  35. <property>
  36. <name>Manufacturer</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The Manufacturer of this hardware item.</definition>
  41. </property>
  42. <property>
  43. <name>Owner</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition> Who's the owner of the device.</definition>
  48. </property>
  49. <property>
  50. <name>Type</name>
  51. <value>LED
  52. <type>string</type>
  53. </value>
  54. <value>Laser
  55. <type>string</type>
  56. </value>
  57. <value>Mercury Arc
  58. <type>string</type>
  59. </value>
  60. <value>Halogen Lamp
  61. <type>string</type>
  62. </value>
  63. <value>Xenon Lamp
  64. <type>string</type>
  65. </value>
  66. <definition>The type of light source used.</definition>
  67. </property>
  68. <property>
  69. <name>PulseWidth</name>
  70. <value>
  71. <type>string</type>
  72. <unit>s</unit>
  73. </value>
  74. <dependency>Type</dependency>
  75. <dependencyValue>Laser</dependencyValue>
  76. <definition>The width of the laser pulse.</definition>
  77. </property>
  78. <property>
  79. <name>PulseRate</name>
  80. <value>
  81. <type>float</type>
  82. <unit>Hz</unit>
  83. </value>
  84. <dependency>Type</dependency>
  85. <dependencyValue>Laser</dependencyValue>
  86. <definition>The frequency with which laser pulses are delivered.</definition>
  87. </property>
  88. <property>
  89. <name>Wavelength</name>
  90. <value>
  91. <type>float</type>
  92. <unit>nm</unit>
  93. </value>
  94. <definition>The wavelength of the emitted light.</definition>
  95. </property>
  96. <property>
  97. <name>WavelengthLowerBound</name>
  98. <value>
  99. <type>float</type>
  100. <unit>nm</unit>
  101. </value>
  102. <definition>The lower bound of the output spectrum.</definition>
  103. </property>
  104. <property>
  105. <name>WavelengthUpperBound</name>
  106. <value>
  107. <type>float</type>
  108. <unit>nm</unit>
  109. </value>
  110. <definition>The upper bound of the output spectrum.</definition>
  111. </property>
  112. <property>
  113. <name>Intensity</name>
  114. <value>
  115. <type>float</type>
  116. <unit>W</unit>
  117. </value>
  118. <definition>The output intensity of the light source in Watts.</definition>
  119. </property>
  120. <property>
  121. <name>Intensity</name>
  122. <value>
  123. <type>float</type>
  124. <unit>cd/m^2</unit>
  125. </value>
  126. <definition>The output intensity of the light source in candela per square meter.</definition>
  127. </property>
  128. <property>
  129. <name>Intensity</name>
  130. <value>
  131. <type>float</type>
  132. <unit>lux</unit>
  133. </value>
  134. <definition>The output intensity of the light source defined in lux.</definition>
  135. </property>
  136. <property>
  137. <name>Description</name>
  138. <value>
  139. <type>string</type>
  140. </value>
  141. <definition>A description of this hardware item.</definition>
  142. </property>
  143. </section>
  144. </odML>