Class: ImzML::FileDescription
- Inherits:
-
Object
- Object
- ImzML::FileDescription
- Defined in:
- lib/imzml/metadata/file_description.rb
Instance Attribute Summary collapse
-
#file_content ⇒ Object
This summarizes the different types of spectra that can be expected in the file.
Instance Attribute Details
#file_content ⇒ Object
This summarizes the different types of spectra that can be expected in the file. This is expected to aid processing software in skipping files that do not contain appropriate spectrum types for it. It should also describe the nativeID format used in the file by referring to an appropriate CV term.
6 7 8 |
# File 'lib/imzml/metadata/file_description.rb', line 6 def file_content @file_content end |