electrode.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. <!-- Recording Electrodes -->
  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>2014-04-01</date>
  10. <section>
  11. <type>electrode</type>
  12. <name>Electrode</name>
  13. <definition>Properties to describe an electrode.</definition>
  14. <property>
  15. <name>Type</name>
  16. <value>[sharp, patch, injection, extracellular, multibarrel, multi-electrode-array, tetrode]</value>
  17. <definition>The type of electrode.</definition>
  18. <type>string</type>
  19. </property>
  20. <property>
  21. <name>Usage</name>
  22. <value>[Ground, Reference, Channel]</value>
  23. <definition>Usage of electrode.</definition>
  24. <type>string</type>
  25. </property>
  26. <property>
  27. <name>Material</name>
  28. <definition>The Material the electrodes are made of e.g. glass. tungsten, steel ...</definition>
  29. <type>string</type>
  30. </property>
  31. <property>
  32. <name>GlassType</name>
  33. <definition>The Type of Glass used to pull these electrodes. (e.g. Quartz, Borosilicate)</definition>
  34. <dependency>Material</dependency>
  35. <dependencyValue>Glass</dependencyValue>
  36. <type>string</type>
  37. </property>
  38. <property>
  39. <name>GlassSpecification</name>
  40. <definition>Inner and outer diameter, with or without filament.</definition>
  41. <dependency>Material</dependency>
  42. <dependencyValue>Glass</dependencyValue>
  43. <type>string</type>
  44. </property>
  45. <property>
  46. <name>FirePolish</name>
  47. <definition>Specifies whether or not the electrodes were fire polished.</definition>
  48. <dependency>Material</dependency>
  49. <dependencyValue>Glass</dependencyValue>
  50. <type>boolean</type>
  51. </property>
  52. <property>
  53. <name>Puller</name>
  54. <definition>The Puller used to make the electrodes.</definition>
  55. <dependency>Material</dependency>
  56. <dependencyValue>Glass</dependencyValue>
  57. <type>string</type>
  58. </property>
  59. <property>
  60. <name>PullParameter</name>
  61. <definition>The specific pull parameters like heat, trip velocity, heat and cooling duration etc..</definition>
  62. <dependency>Material</dependency>
  63. <dependencyValue>Glass</dependencyValue>
  64. <type>string</type>
  65. </property>
  66. <property>
  67. <name>ShapeParameters</name>
  68. <definition>The shape parameters of the electrode.</definition>
  69. <type>string</type>
  70. </property>
  71. <property>
  72. <name>Manufacturer</name>
  73. <definition>The manufacturer of the electrodes if e.g. ordered from a company.</definition>
  74. <type>string</type>
  75. </property>
  76. <property>
  77. <name>TipSize</name>
  78. <definition>The tip size.</definition>
  79. <type>float</type>
  80. <unit>&#956;m</unit>
  81. </property>
  82. <property>
  83. <name>Coating</name>
  84. <definition>The coating used to insulate the electrodes.</definition>
  85. <type>string</type>
  86. </property>
  87. <property>
  88. <name>Impedance</name>
  89. <definition>Electrode impedance.</definition>
  90. <type>float</type>
  91. <unit>M&#937;</unit>
  92. </property>
  93. <property>
  94. <name>ElectrodeCount</name>
  95. <definition>Number of electrodes in a multi-electrode-array.</definition>
  96. <type>int</type>
  97. </property>
  98. <property>
  99. <name>Description</name>
  100. <definition/>
  101. <type>string</type>
  102. </property>
  103. </section>
  104. </odML>