psth.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl"?>
  3. <odML version="1.1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************************************* -->
  8. <!-- PSTH section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>analysis/psth</type>
  12. <name>PSTH</name>
  13. <definition>An Analysis-type section to describe an PSTH.</definition>
  14. <property>
  15. <name>Author</name>
  16. <type>person</type>
  17. <definition>The name of the person who did the analysis, e.g. 'John Doe' or 'Doe, John'</definition>
  18. </property>
  19. <property>
  20. <name>Date</name>
  21. <type>date</type>
  22. <definition>The date of analysis.</definition>
  23. </property>
  24. <property>
  25. <name>Description</name>
  26. <type>text</type>
  27. <definition>A general description of the analysis.</definition>
  28. </property>
  29. <property>
  30. <name>Method</name>
  31. <type>string</type>
  32. <value>[instantaneous spike rate, sliding window, discrete window]</value>
  33. <definition>The method used for creating the PSTH. instantaneous spike rate; Estimation of the firing rate by
  34. using the inverse of the interspike interval.; sliding window: The window function was slid over the data at
  35. recording resolution.; discrete window: Spikes were averaged within the window, window discretely displaced by
  36. the window width.
  37. </definition>
  38. </property>
  39. <property>
  40. <name>WindowType</name>
  41. <type>string</type>
  42. <value>[rectangular, gaussian, alpha]</value>
  43. <definition>The kind of windowing function used to cerate the PSTH.</definition>
  44. </property>
  45. <property>
  46. <name>CommandlineCall</name>
  47. <type>string</type>
  48. <definition>The command used to execute the analysis including the command line parameter.</definition>
  49. </property>
  50. <property>
  51. <name>Comment</name>
  52. <type>text</type>
  53. <definition>Specific comments on this analysis.</definition>
  54. </property>
  55. <property>
  56. <name>CodeFile</name>
  57. <type>binary</type>
  58. <definition>The program code to analyse the data can be transferred using this property.
  59. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of underlying
  60. code file.
  61. </definition>
  62. </property>
  63. <property>
  64. <name>CodeFileURL</name>
  65. <type>URL</type>
  66. <definition>The URL of the applied piece of program code to actually do the analysis.</definition>
  67. </property>
  68. <property>
  69. <name>CodeRevision</name>
  70. <type>string</type>
  71. <definition>If the analysis code is under version control the revision number can be specified using this
  72. property.
  73. </definition>
  74. </property>
  75. <property>
  76. <name>ConfigFile</name>
  77. <type>binary</type>
  78. <definition>The configurations used to analyse the data can be transferred using this property.
  79. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of underlying
  80. configuration file.
  81. </definition>
  82. </property>
  83. <property>
  84. <name>ConfigFileURL</name>
  85. <type>URL</type>
  86. <definition>The URL of the used configuration file used to run the analysis.</definition>
  87. </property>
  88. <property>
  89. <name>DatasetFile</name>
  90. <type>binary</type>
  91. <definition>The data analysed ion the described way can be transferred using this property.
  92. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of underlying
  93. dataset file.
  94. </definition>
  95. </property>
  96. <property>
  97. <name>DatasetFileURL</name>
  98. <type>URL</type>
  99. <definition>The URL of a analysed datasetFile.</definition>
  100. </property>
  101. <property>
  102. <name>ResultFile</name>
  103. <type>binary</type>
  104. <definition>The results of this analysis can be transferred using this property.
  105. Using it will blow up the the size of the metadatafile and we recommend to rather define the URL of the results
  106. file.
  107. </definition>
  108. </property>
  109. <property>
  110. <name>ResultFileURL</name>
  111. <type>URL</type>
  112. <definition>The URL of a results file.</definition>
  113. </property>
  114. <property>
  115. <name>ResultFigure</name>
  116. <definition>A figure showing the results. This property is meant to store the real figure content.
  117. This will blow up the the size of the metadatafile and we recommend to rather define the URL of the figure.
  118. </definition>
  119. <type>binary</type>
  120. </property>
  121. <property>
  122. <name>PaperDOI</name>
  123. <type>text</type>
  124. <definition>If the results of this analysis have been published one can store the doi of the paper.</definition>
  125. </property>
  126. <property>
  127. <name>PaperURL</name>
  128. <type>URL</type>
  129. <definition>If the results of this analysis have been published the URL of the document can be given here
  130. </definition>
  131. </property>
  132. </section>
  133. </odML>