scanner.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. <!-- Scanner -->
  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/scanner</type>
  12. <name>Scanner</name>
  13. <definition>The Scanner used to scan microscope images.</definition>
  14. <property>
  15. <name>InventoryNo</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The inventory number of the FilterSet.</definition>
  20. </property>
  21. <property>
  22. <name>SerialNo</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The device's serial number.</definition>
  27. </property>
  28. <property>
  29. <name>Owner</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>The inventory number of the FilterSet.</definition>
  34. </property>
  35. <property>
  36. <name>Model</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The scanner model name.</definition>
  41. </property>
  42. <property>
  43. <name>Manufacturer</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>The Manufacturer providing the scanner.</definition>
  48. </property>
  49. <property>
  50. <name>Type</name>
  51. <value>
  52. <type>string</type>
  53. </value>
  54. <definition>The type of scanner used in a scanning microscope. (e.g. Galvanometer, electro-optic-deflector etc.)
  55. </definition>
  56. </property>
  57. <property>
  58. <name>ImageWidth</name>
  59. <value>
  60. <type>int</type>
  61. <unit>pixel</unit>
  62. </value>
  63. <definition>The width of the scanned image.</definition>
  64. </property>
  65. <property>
  66. <name>ImageHeight</name>
  67. <value>
  68. <type>int</type>
  69. <unit>pixel</unit>
  70. </value>
  71. <definition>The height of the scanned image.</definition>
  72. </property>
  73. <property>
  74. <name>PixelSize</name>
  75. <value>
  76. <type>float</type>
  77. <unit>nm</unit>
  78. </value>
  79. <definition>The size of each pixel.</definition>
  80. </property>
  81. <property>
  82. <name>DwellTime</name>
  83. <value>
  84. <type>float</type>
  85. <unit>&#181;m</unit>
  86. </value>
  87. <definition></definition>
  88. </property>
  89. <property>
  90. <name>ScanRate</name>
  91. <value>
  92. <type>float</type>
  93. <unit>nm</unit>
  94. </value>
  95. <definition>The size of each pixel.</definition>
  96. </property>
  97. <property>
  98. <name>ScanMode</name>
  99. <value>
  100. <type>string</type>
  101. </value>
  102. <definition>The scanning mode e.g. line or xy.</definition>
  103. </property>
  104. <property>
  105. <name>StackZRange</name>
  106. <value>
  107. <type>float</type>
  108. <unit>&#181;m</unit>
  109. </value>
  110. <definition>The depth scanned.</definition>
  111. </property>
  112. <property>
  113. <name>StackZStepSize</name>
  114. <value>
  115. <type>float</type>
  116. <unit>&#181;m</unit>
  117. </value>
  118. <definition>The step size with which the range is scanned.</definition>
  119. </property>
  120. <property>
  121. <name>Description</name>
  122. <value>
  123. <type>string</type>
  124. </value>
  125. <definition>A description of this hardware item.</definition>
  126. </property>
  127. </section>
  128. </odML>