Class: ImzML::Spectrum

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#intensity_binaryObject

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_binaryObject

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

#positionObject

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