123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************** -->
- <!-- Camera Objective -->
- <!-- ********************************** -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>hardware/camera_objective</type>
- <name>CameraObjective</name>
- <definition>This section contains properties that describe a camera objective.</definition>
- <property>
- <name>InventoryNo</name>
- <definition>The inventory number of this device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>SerialNo</name>
- <definition>The serial number of this device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Owner</name>
- <definition>The owner of this device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Model</name>
- <definition>The objective model name.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Manufacturer</name>
- <definition>The Manufacturer providing the objective.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Type</name>
- <value>[Zoom, Macro, FixedFocus, FixedApperture]</value>
- <definition>The type of objective.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Mount</name>
- <value>[C-Mount, CS-Mount]</value>
- <definition>The type of mount.</definition>
- <type>string</type>
- </property>
- <property>
- <name>NumericalAperture</name>
- <definition>The numerical aperture (N.A.) of the objective.</definition>
- <type>float</type>
- </property>
- <property>
- <name>MaximumAperture</name>
- <definition>The maximum aperture of the objective.</definition>
- <type>float</type>
- </property>
- <property>
- <name>Aperture</name>
- <definition>The actual aperture setting of the objective.</definition>
- <type>float</type>
- </property>
- <property>
- <name>FocalLengthRange</name>
- <definition>The range of focal lengths of the objective.</definition>
- <type>float</type>
- </property>
- <property>
- <name>FocalLength</name>
- <definition>The focal length of the objective.</definition>
- <type>float</type>
- </property>
- <property>
- <name>TransmissionLowerBound</name>
- <definition>The lower bound of transmission.</definition>
- <type>float</type>
- <unit>nm</unit>
- </property>
- <property>
- <name>TransmissionUpperBound</name>
- <definition>The upper bound of transmission.</definition>
- <type>float</type>
- <unit>nm</unit>
- </property>
- <property>
- <name>TransmissionRange</name>
- <definition>The transmission range (min - max).</definition>
- <type>float</type>
- <unit>nm</unit>
- </property>
- <property>
- <name>Description</name>
- <definition>A description of this hardware item.</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|