filter_set.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************** -->
  8. <!-- Filter set aka Filter cube -->
  9. <!-- ********************************** -->
  10. <section>
  11. <type>hardware/filter_set</type>
  12. <name>Filterset</name>
  13. <definition>The FilterSet or also FilterCube used in a microscope.</definition>
  14. <property>
  15. <name>InventoryNo</name>
  16. <definition>The inventory number of the FilterSet.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Owner</name>
  21. <definition>The inventory number of the FilterSet.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>ExcitationFilterModel</name>
  26. <definition>The model of excitation filter.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>ExcitationFilterManufacturer</name>
  31. <definition>The Manufacturer providing the of the excitation filter.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>ExcitationFilterWavelength</name>
  36. <definition>The wavelength of the excitation filter.</definition>
  37. <type>float</type>
  38. <unit>nm</unit>
  39. </property>
  40. <property>
  41. <name>ExcitationFilterLowerBound</name>
  42. <definition>The lower bound of of the wavelength transmitted by the excitation filter.</definition>
  43. <type>float</type>
  44. <unit>nm</unit>
  45. </property>
  46. <property>
  47. <name>ExcitationFilterUpperBound</name>
  48. <definition>The upper bound of of the wavelength transmitted by the excitation filter.</definition>
  49. <type>float</type>
  50. <unit>nm</unit>
  51. </property>
  52. <property>
  53. <name>ExcitationFilterRange</name>
  54. <definition>The width of the transmitted wavelength range.</definition>
  55. <type>float</type>
  56. <unit>nm</unit>
  57. </property>
  58. <property>
  59. <name>ExcitationFilterPassbandTransmission</name>
  60. <definition>The transmission in the passband. Given in %.</definition>
  61. <type>float</type>
  62. </property>
  63. <property>
  64. <name>EmissionFilterModel</name>
  65. <definition>The model of excitation filter.</definition>
  66. <type>string</type>
  67. </property>
  68. <property>
  69. <name>EmissionFilterManufacturer</name>
  70. <definition>The Manufacturer providing the of the excitation filter.</definition>
  71. <type>string</type>
  72. </property>
  73. <property>
  74. <name>EmissionFilterWavelength</name>
  75. <definition>The wavelength of the excitation filter.</definition>
  76. <type>float</type>
  77. <unit>nm</unit>
  78. </property>
  79. <property>
  80. <name>EmissionFilterLowerBound</name>
  81. <definition>The lower bound of of the wavelength transmitted by the emission filter.</definition>
  82. <type>float</type>
  83. <unit>nm</unit>
  84. </property>
  85. <property>
  86. <name>EmissionFilterUpperBound</name>
  87. <definition>The upper bound of of the wavelength transmitted by the excitation filter.</definition>
  88. <type>float</type>
  89. <unit>nm</unit>
  90. </property>
  91. <property>
  92. <name>EmissionFilterRange</name>
  93. <definition>The width of the transmitted wavelength range.</definition>
  94. <type>float</type>
  95. <unit>nm</unit>
  96. </property>
  97. <property>
  98. <name>EmissionFilterPassbandTransmission</name>
  99. <definition>The transmission in the passband. Given in %.</definition>
  100. <type>float</type>
  101. </property>
  102. <property>
  103. <name>BeamsplitterType</name>
  104. <definition>The type of beamsplitter used.</definition>
  105. <type>string</type>
  106. </property>
  107. <property>
  108. <name>BeamsplitterModel</name>
  109. <definition>The beam splitter model name.</definition>
  110. <type>string</type>
  111. </property>
  112. <property>
  113. <name>BeamsplitterManufacturer</name>
  114. <definition>The Manufacturer providing the beam splitter.</definition>
  115. <type>string</type>
  116. </property>
  117. <property>
  118. <name>BeamsplitterWavelength</name>
  119. <definition>The wavelength at which the beam splitter separates the beams.</definition>
  120. <type>float</type>
  121. <unit>nm</unit>
  122. </property>
  123. <property>
  124. <name>Description</name>
  125. <definition>A description of this hardware item.</definition>
  126. <type>string</type>
  127. </property>
  128. </section>
  129. </odML>