123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <!-- ********************************** -->
- <!-- Filter set aka Filter cube -->
- <!-- ********************************** -->
- <section>
- <type>hardware/filter_set</type>
- <name>Filterset</name>
- <definition>The FilterSet or also FilterCube used in a microscope.</definition>
- <property>
- <name>InventoryNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The inventory number of the FilterSet.</definition>
- </property>
- <property>
- <name>Owner</name>
- <value>
- <type>string</type>
- </value>
- <definition>The inventory number of the FilterSet.</definition>
- </property>
- <property>
- <name>ExcitationFilterModel</name>
- <value>
- <type>string</type>
- </value>
- <definition>The model of excitation filter.</definition>
- </property>
- <property>
- <name>ExcitationFilterManufacturer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The Manufacturer providing the of the excitation filter.</definition>
- </property>
- <property>
- <name>ExcitationFilterWavelength</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The wavelength of the excitation filter.</definition>
- </property>
- <property>
- <name>ExcitationFilterLowerBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The lower bound of of the wavelength transmitted by the excitation filter.</definition>
- </property>
- <property>
- <name>ExcitationFilterUpperBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The upper bound of of the wavelength transmitted by the excitation filter.</definition>
- </property>
- <property>
- <name>ExcitationFilterRange</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The width of the transmitted wavelength range.</definition>
- </property>
- <property>
- <name>ExcitationFilterPassbandTransmission</name>
- <value>
- <type>float</type>
- </value>
- <definition>The transmission in the passband. Given in %.</definition>
- </property>
- <!-- emission Filter -->
- <property>
- <name>EmissionFilterModel</name>
- <value>
- <type>string</type>
- </value>
- <definition>The model of excitation filter.</definition>
- </property>
- <property>
- <name>EmissionFilterManufacturer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The Manufacturer providing the of the excitation filter.</definition>
- </property>
- <property>
- <name>EmissionFilterWavelength</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The wavelength of the excitation filter.</definition>
- </property>
- <property>
- <name>EmissionFilterLowerBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The lower bound of of the wavelength transmitted by the emission filter.</definition>
- </property>
- <property>
- <name>EmissionFilterUpperBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The upper bound of of the wavelength transmitted by the excitation filter.</definition>
- </property>
- <property>
- <name>EmissionFilterRange</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The width of the transmitted wavelength range.</definition>
- </property>
- <property>
- <name>EmissionFilterPassbandTransmission</name>
- <value>
- <type>float</type>
- </value>
- <definition>The transmission in the passband. Given in %.</definition>
- </property>
- <property>
- <name>BeamsplitterType</name>
- <value>
- <type>string</type>
- </value>
- <definition>The type of beamsplitter used.</definition>
- </property>
- <property>
- <name>BeamsplitterModel</name>
- <value>
- <type>string</type>
- </value>
- <definition>The beam splitter model name.</definition>
- </property>
- <property>
- <name>BeamsplitterManufacturer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The Manufacturer providing the beam splitter.</definition>
- </property>
- <property>
- <name>BeamsplitterWavelength</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The wavelength at which the beam splitter separates the beams.</definition>
- </property>
- <property>
- <name>Description</name>
- <value>
- <type>string</type>
- </value>
- <definition>A description of this hardware item.</definition>
- </property>
- </section>
- </odML>
|