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.

iaq.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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. <!-- Image Acquisition (IAQ) properties -->
  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/iaq</type>
  12. <name>ImageAcquisition</name>
  13. <definition>Properties to define an Image acquisition device. This can be a framegrabber, a camera etc.</definition>
  14. <property>
  15. <name>InventoryNo</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The inventory number of the device.</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>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>Digital Camera
  52. <type>string</type>
  53. </value>
  54. <value>Analogue Camera
  55. <type>string</type>
  56. </value>
  57. <value>Framegrabber
  58. <type>string</type>
  59. </value>
  60. <definition>The kind of image acquisition device.</definition>
  61. </property>
  62. <property>
  63. <name>Mount</name>
  64. <value>C-Mount
  65. <type>string</type>
  66. </value>
  67. <value>CS-Mount
  68. <type>string</type>
  69. </value>
  70. <definition>The lens mount (there are many more).</definition>
  71. </property>
  72. <property>
  73. <name>Colorspace</name>
  74. <value>Monochrome
  75. <type>string</type>
  76. </value>
  77. <value>Color
  78. <type>string</type>
  79. </value>
  80. <definition>The kind of image acquisition device.</definition>
  81. </property>
  82. <property>
  83. <name>DetektorType</name>
  84. <value>CMOS
  85. <type>string</type>
  86. </value>
  87. <value>CCD
  88. <type>string</type>
  89. </value>
  90. <value>2 CCD
  91. <type>string</type>
  92. </value>
  93. <value>3 CCD
  94. <type>string</type>
  95. </value>
  96. <value>Framegrabber</value>
  97. <definition>The kind of image acquisition device.</definition>
  98. </property>
  99. <property>
  100. <name>SensitivityRange</name>
  101. <value>
  102. <type>float</type>
  103. <unit>nm</unit>
  104. </value>
  105. <definition>The sensitivity range of the detector (min - max).</definition>
  106. </property>
  107. <property>
  108. <name>MinFramerate</name>
  109. <value>
  110. <type>int</type>
  111. </value>
  112. <definition>The minimal framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
  113. </property>
  114. <property>
  115. <name>MaxFramerate</name>
  116. <value>
  117. <type>int</type>
  118. </value>
  119. <definition>The maximum framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
  120. </property>
  121. <property>
  122. <name>Framerate</name>
  123. <value>
  124. <type>int</type>
  125. </value>
  126. <definition>The actual framerate of the image acquisition system (Camera, framegrabber, etc.).</definition>
  127. </property>
  128. <property>
  129. <name>SpatialRes</name>
  130. <value>
  131. <type>string</type>
  132. </value>
  133. <definition>The spatial resolution of the acquired images (width x height).</definition>
  134. </property>
  135. <property>
  136. <name>Lens</name>
  137. <value>
  138. <type>string</type>
  139. </value>
  140. <definition>This property can be used to specify which kind of optics have been used.</definition>
  141. </property>
  142. <property>
  143. <name>ShutterSpeed</name>
  144. <value>
  145. <type>float</type>
  146. </value>
  147. <definition>The speed of the shutter, given in seconds or milliseconds.</definition>
  148. </property>
  149. <property>
  150. <name>Apperture</name>
  151. <value>
  152. <type>float</type>
  153. </value>
  154. <definition>The actual apperture (e.g. 5.6).</definition>
  155. </property>
  156. <property>
  157. <name>CCDGain</name>
  158. <value>
  159. <type>float</type>
  160. </value>
  161. <definition>The gain of a ccd chip.</definition>
  162. </property>
  163. <property>
  164. <name>Depth</name>
  165. <value>
  166. <type>int</type>
  167. </value>
  168. <definition>The brightness resolution e.g. lower 8 bit.</definition>
  169. </property>
  170. <property>
  171. <name>RoiPositionX</name>
  172. <value>
  173. <type>int</type>
  174. </value>
  175. <definition>The position of the region of interest on the CCD chip. Usually given in pixel describing the top left
  176. corner relative to the chip origin (also the top left corner).
  177. </definition>
  178. </property>
  179. <property>
  180. <name>RoiPositionY</name>
  181. <value>
  182. <type>int</type>
  183. </value>
  184. <definition>The position of the region of interest on the CCD chip. Usually given in pixel describing the top left
  185. corner relative to the chip origin (also the top left corner).
  186. </definition>
  187. </property>
  188. <property>
  189. <name>RoiWidth</name>
  190. <value>
  191. <type>int</type>
  192. </value>
  193. <definition>The width of the region of interest. Given in pixels.</definition>
  194. </property>
  195. <property>
  196. <name>RoiHeight</name>
  197. <value>
  198. <type>int</type>
  199. </value>
  200. <definition>The height of the region of interest. Given in pixels.</definition>
  201. </property>
  202. <property>
  203. <name>PicRotation</name>
  204. <value>
  205. <type>float</type>
  206. </value>
  207. <definition>The rotation of the picture. (e.g. +180degrees).</definition>
  208. </property>
  209. <property>
  210. <name>Brightness</name>
  211. <value>
  212. <type>float</type>
  213. </value>
  214. <definition>The brightness adjustment.</definition>
  215. </property>
  216. <property>
  217. <name>Contrast</name>
  218. <value>
  219. <type>float</type>
  220. </value>
  221. <definition>The contrast adjustment.</definition>
  222. </property>
  223. <property>
  224. <name>Gamma</name>
  225. <value>
  226. <type>float</type>
  227. </value>
  228. <definition>The gamma value.</definition>
  229. </property>
  230. <property>
  231. <name>GammaFuntion</name>
  232. <value>
  233. <type>string</type>
  234. </value>
  235. <definition>The gamma calibration function.</definition>
  236. </property>
  237. <property>
  238. <name>PixelBinning</name>
  239. <value>
  240. <type>string</type>
  241. </value>
  242. <definition>The type of pixel binning on the chip.</definition>
  243. </property>
  244. <property>
  245. <name>Subsampling</name>
  246. <value>
  247. <type>string</type>
  248. </value>
  249. <definition>The subsampling method used on the chip.</definition>
  250. </property>
  251. <property>
  252. <name>ColorTemperature</name>
  253. <value>
  254. <type>int</type>
  255. </value>
  256. <definition>The color temperature.</definition>
  257. </property>
  258. <property>
  259. <name>ColorGain</name>
  260. <value>
  261. <type>float</type>
  262. </value>
  263. <definition></definition>
  264. </property>
  265. <property>
  266. <name>Description</name>
  267. <value>
  268. <type>string</type>
  269. </value>
  270. <definition>A description of this hardware item.</definition>
  271. </property>
  272. </section>
  273. </odML>