123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <?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"?>
- <!-- ********************************** -->
- <!-- Recording Electrodes -->
- <!-- ********************************** -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2014-04-01</date>
- <section>
- <type>electrode</type>
- <name>Electrode</name>
- <definition>Properties to describe an electrode.</definition>
- <property>
- <name>Type</name>
- <value>[sharp, patch, injection, extracellular, multibarrel, multi-electrode-array, tetrode]</value>
- <definition>The type of electrode.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Usage</name>
- <value>[Ground, Reference, Channel]</value>
- <definition>Usage of electrode.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Material</name>
- <definition>The Material the electrodes are made of e.g. glass. tungsten, steel ...</definition>
- <type>string</type>
- </property>
- <property>
- <name>GlassType</name>
- <definition>The Type of Glass used to pull these electrodes. (e.g. Quartz, Borosilicate)</definition>
- <dependency>Material</dependency>
- <dependencyValue>Glass</dependencyValue>
- <type>string</type>
- </property>
- <property>
- <name>GlassSpecification</name>
- <definition>Inner and outer diameter, with or without filament.</definition>
- <dependency>Material</dependency>
- <dependencyValue>Glass</dependencyValue>
- <type>string</type>
- </property>
- <property>
- <name>FirePolish</name>
- <definition>Specifies whether or not the electrodes were fire polished.</definition>
- <dependency>Material</dependency>
- <dependencyValue>Glass</dependencyValue>
- <type>boolean</type>
- </property>
- <property>
- <name>Puller</name>
- <definition>The Puller used to make the electrodes.</definition>
- <dependency>Material</dependency>
- <dependencyValue>Glass</dependencyValue>
- <type>string</type>
- </property>
- <property>
- <name>PullParameter</name>
- <definition>The specific pull parameters like heat, trip velocity, heat and cooling duration etc..</definition>
- <dependency>Material</dependency>
- <dependencyValue>Glass</dependencyValue>
- <type>string</type>
- </property>
- <property>
- <name>ShapeParameters</name>
- <definition>The shape parameters of the electrode.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Manufacturer</name>
- <definition>The manufacturer of the electrodes if e.g. ordered from a company.</definition>
- <type>string</type>
- </property>
- <property>
- <name>TipSize</name>
- <definition>The tip size.</definition>
- <type>float</type>
- <unit>μm</unit>
- </property>
- <property>
- <name>Coating</name>
- <definition>The coating used to insulate the electrodes.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Impedance</name>
- <definition>Electrode impedance.</definition>
- <type>float</type>
- <unit>MΩ</unit>
- </property>
- <property>
- <name>ElectrodeCount</name>
- <definition>Number of electrodes in a multi-electrode-array.</definition>
- <type>int</type>
- </property>
- <property>
- <name>Description</name>
- <definition/>
- <type>string</type>
- </property>
- </section>
- </odML>
|