scanner.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. <!-- Scanner -->
  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/scanner</type>
  12. <name>Scanner</name>
  13. <definition>The Scanner used to scan microscope images.</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>SerialNo</name>
  21. <definition>The device's serial number.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Owner</name>
  26. <definition>The inventory number of the FilterSet.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>Model</name>
  31. <definition>The scanner model name.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>Manufacturer</name>
  36. <definition>The Manufacturer providing the scanner.</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>Type</name>
  41. <definition>The type of scanner used in a scanning microscope. (e.g. Galvanometer, electro-optic-deflector etc.)
  42. </definition>
  43. <type>string</type>
  44. </property>
  45. <property>
  46. <name>ImageWidth</name>
  47. <definition>The width of the scanned image.</definition>
  48. <type>int</type>
  49. <unit>pixel</unit>
  50. </property>
  51. <property>
  52. <name>ImageHeight</name>
  53. <definition>The height of the scanned image.</definition>
  54. <type>int</type>
  55. <unit>pixel</unit>
  56. </property>
  57. <property>
  58. <name>PixelSize</name>
  59. <definition>The size of each pixel.</definition>
  60. <type>float</type>
  61. <unit>nm</unit>
  62. </property>
  63. <property>
  64. <name>DwellTime</name>
  65. <definition/>
  66. <type>float</type>
  67. <unit>µm</unit>
  68. </property>
  69. <property>
  70. <name>ScanRate</name>
  71. <definition>The size of each pixel.</definition>
  72. <type>float</type>
  73. <unit>nm</unit>
  74. </property>
  75. <property>
  76. <name>ScanMode</name>
  77. <definition>The scanning mode e.g. line or xy.</definition>
  78. <type>string</type>
  79. </property>
  80. <property>
  81. <name>StackZRange</name>
  82. <definition>The depth scanned.</definition>
  83. <type>float</type>
  84. <unit>µm</unit>
  85. </property>
  86. <property>
  87. <name>StackZStepSize</name>
  88. <definition>The step size with which the range is scanned.</definition>
  89. <type>float</type>
  90. <unit>µm</unit>
  91. </property>
  92. <property>
  93. <name>Description</name>
  94. <definition>A description of this hardware item.</definition>
  95. <type>string</type>
  96. </property>
  97. </section>
  98. </odML>