SwathMap

class pyopenms.SwathMap

Bases: object

Cython implementation of _SwathMap

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenSwath_1_1SwathMap.html

__init__()
  • Cython signature: void SwathMap() Data structure to hold one SWATH map with information about upper / lower isolation window and whether the map is MS1 or MS2

  • Cython signature: void SwathMap(SwathMap &)

  • Cython signature: void SwathMap(double mz_start, double mz_end, double mz_center, bool is_ms1)

Methods

__init__

  • Cython signature: void SwathMap()

getSpectrumPtr

setSpectrumPtr

Attributes

center

lower

ms1

upper

center
getSpectrumPtr()
lower
ms1
setSpectrumPtr()
upper