Module: Mspire::Spectrum::Centroidish
- Defined in:
- lib/mspire/spectrum/centroid.rb
Overview
this module can be used to extend the behavior of some peaks as desired
Instance Method Summary collapse
Instance Method Details
#intensity ⇒ Object
7 |
# File 'lib/mspire/spectrum/centroid.rb', line 7 def intensity() last end |
#mz ⇒ Object
6 |
# File 'lib/mspire/spectrum/centroid.rb', line 6 def mz() first end |