Class: ImzML::Spectrum
- Inherits:
-
Object
- Object
- ImzML::Spectrum
- Defined in:
- lib/imzml/metadata/run/spectrum.rb
Defined Under Namespace
Classes: BinaryData
Constant Summary collapse
- POSITION_X =
"IMS:1000050"
- POSITION_Y =
"IMS:1000051"
Instance Attribute Summary collapse
-
#intensity_binary ⇒ Object
Info about intensity binary data.
-
#mz_binary ⇒ Object
Info about mz binary data.
-
#position ⇒ Object
Attributes to describe the position of a spectrum in the image.
Instance Attribute Details
#intensity_binary ⇒ Object
Info about intensity binary data
Represented by class BinaryData
96 97 98 |
# File 'lib/imzml/metadata/run/spectrum.rb', line 96 def intensity_binary @intensity_binary end |
#mz_binary ⇒ Object
Info about mz binary data
Represented by class BinaryData
91 92 93 |
# File 'lib/imzml/metadata/run/spectrum.rb', line 91 def mz_binary @mz_binary end |
#position ⇒ Object
Attributes to describe the position of a spectrum in the image.
represented as Point with position x, y
84 85 86 |
# File 'lib/imzml/metadata/run/spectrum.rb', line 84 def position @position end |