camera_objective.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. <!-- Camera Objective -->
  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/camera_objective</type>
  12. <name>CameraObjective</name>
  13. <definition>This section contains properties that describe a camera objective.</definition>
  14. <property>
  15. <name>InventoryNo</name>
  16. <definition>The inventory number of this device.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>SerialNo</name>
  21. <definition>The serial number of this device.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Owner</name>
  26. <definition>The owner of this device.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>Model</name>
  31. <definition>The objective model name.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>Manufacturer</name>
  36. <definition>The Manufacturer providing the objective.</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>Type</name>
  41. <value>[Zoom, Macro, FixedFocus, FixedApperture]</value>
  42. <definition>The type of objective.</definition>
  43. <type>string</type>
  44. </property>
  45. <property>
  46. <name>Mount</name>
  47. <value>[C-Mount, CS-Mount]</value>
  48. <definition>The type of mount.</definition>
  49. <type>string</type>
  50. </property>
  51. <property>
  52. <name>NumericalAperture</name>
  53. <definition>The numerical aperture (N.A.) of the objective.</definition>
  54. <type>float</type>
  55. </property>
  56. <property>
  57. <name>MaximumAperture</name>
  58. <definition>The maximum aperture of the objective.</definition>
  59. <type>float</type>
  60. </property>
  61. <property>
  62. <name>Aperture</name>
  63. <definition>The actual aperture setting of the objective.</definition>
  64. <type>float</type>
  65. </property>
  66. <property>
  67. <name>FocalLengthRange</name>
  68. <definition>The range of focal lengths of the objective.</definition>
  69. <type>float</type>
  70. </property>
  71. <property>
  72. <name>FocalLength</name>
  73. <definition>The focal length of the objective.</definition>
  74. <type>float</type>
  75. </property>
  76. <property>
  77. <name>TransmissionLowerBound</name>
  78. <definition>The lower bound of transmission.</definition>
  79. <type>float</type>
  80. <unit>nm</unit>
  81. </property>
  82. <property>
  83. <name>TransmissionUpperBound</name>
  84. <definition>The upper bound of transmission.</definition>
  85. <type>float</type>
  86. <unit>nm</unit>
  87. </property>
  88. <property>
  89. <name>TransmissionRange</name>
  90. <definition>The transmission range (min - max).</definition>
  91. <type>float</type>
  92. <unit>nm</unit>
  93. </property>
  94. <property>
  95. <name>Description</name>
  96. <definition>A description of this hardware item.</definition>
  97. <type>string</type>
  98. </property>
  99. </section>
  100. </odML>