123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <?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"?>
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <!-- ********************************************************* -->
- <!-- Analysis section -->
- <!-- ********************************************************* -->
- <section>
- <type>analysis/power_spectrum</type>
- <name>Power spectrum</name>
- <definition>Properties of this section define the way a power spectrum was calculated.</definition>
- <property>
- <name>Author</name>
- <type>person</type>
- <definition>The name of the person who did the analysis, e.g. 'John Doe' or 'Doe, John'</definition>
- </property>
- <property>
- <name>Date</name>
- <type>date</type>
- <definition>The date of analysis.</definition>
- </property>
- <property>
- <name>Description</name>
- <type>text</type>
- <definition>A general description of the analysis.</definition>
- </property>
- <property>
- <name>SegmentLength</name>
- <type>int</type>
- <definition>The length of the analysed data stretches. Given in samples.</definition>
- </property>
- <property>
- <name>WindowFunction</name>
- <type>string</type>
- <definition>The type of window used. E.g. Hamming, Hanning, etc.</definition>
- </property>
- <property>
- <name>Overlap</name>
- <unit>%</unit>
- <type>float</type>
- <definition>The overlap between consecutive data segments. Given in percent of the SegmentLength.</definition>
- </property>
- <property>
- <name>Method</name>
- <type>string</type>
- <definition>The name of a method used in this analysis. E.g. "power spectrum".</definition>
- </property>
- <property>
- <name>CommandlineCall</name>
- <type>string</type>
- <definition>The command used to execute the analysis including the command line parameter.</definition>
- </property>
- <property>
- <name>Comment</name>
- <type>text</type>
- <definition>Specific comments on this analysis.</definition>
- </property>
- <property>
- <name>Code</name>
- <type>URL</type>
- <definition>The URL to the program code file used to perform the data analysis.</definition>
- </property>
- <property>
- <name>CodeRevision</name>
- <type>string</type>
- <definition>If the analysis code is under version control the revision number can be specified using this
- property.
- </definition>
- </property>
- <property>
- <name>ConfigFile</name>
- <type>URL</type>
- <definition>The URL of the used configuration file used to run the analysis.</definition>
- </property>
- <property>
- <name>DatasetFile</name>
- <type>URL</type>
- <definition>The URL to the dataset file the analysis is applied on.</definition>
- </property>
- <property>
- <name>ResultFile</name>
- <type>URL</type>
- <definition>The URL to the results file the analysis was applied on.</definition>
- </property>
- <property>
- <name>ResultFigure</name>
- <type>URL</type>
- <definition>The URL to a figure file showing the results of the analysis.</definition>
- </property>
- <property>
- <name>PaperDOI</name>
- <type>text</type>
- <definition>If the results of this analysis have been published one can store the doi of the paper.</definition>
- </property>
- <property>
- <name>PaperURL</name>
- <type>URL</type>
- <definition>If the results of this analysis have been published the URL of the document can be given here
- </definition>
- </property>
- </section>
- </odML>
|