12345678910111213141516171819202122232425 |
- <?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"?>
- <!-- ********************************************************* -->
- <!-- Imaging experiment -->
- <!-- ********************************************************* -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>experiment/imaging</type>
- <name>Imaging</name>
- <definition>Properties for describing an imaging experiment ranging from conventional light microscopy to fMRI.
- </definition>
- <property>
- <name>Type</name>
- <value>[REM, light microscopy, confocal, two-photon, fMRI]</value>
- <definition>The type of imaging like two-photon, confocal, REM, light microscopy, fMRI, etc..</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|