DTA2DFile#

class pyopenms.DTA2DFile#

Bases: object

Cython implementation of _DTA2DFile

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

– Inherits from [‘ProgressLogger’]

__init__()#
  • Cython signature: void DTA2DFile()

  • Cython signature: void DTA2DFile(DTA2DFile &)

Methods

__init__

  • Cython signature: void DTA2DFile()

endProgress

Cython signature: void endProgress() Ends the progress display

getLogType

Cython signature: LogType getLogType() Returns the type of progress log being used

getOptions

Cython signature: PeakFileOptions getOptions()

load

Cython signature: void load(String filename, MSExperiment & peakmap)

nextProgress

Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)

setLogType

Cython signature: void setLogType(LogType) Sets the progress log that should be used.

setProgress

Cython signature: void setProgress(ptrdiff_t value) Sets the current progress

startProgress

Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)

store

Cython signature: void store(String filename, MSExperiment & peakmap)

storeTIC

Cython signature: void storeTIC(String filename, MSExperiment & peakmap)

endProgress()#

Cython signature: void endProgress() Ends the progress display

getLogType()#

Cython signature: LogType getLogType() Returns the type of progress log being used

getOptions()#

Cython signature: PeakFileOptions getOptions()

load()#

Cython signature: void load(String filename, MSExperiment & peakmap)

nextProgress()#

Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)

setLogType()#

Cython signature: void setLogType(LogType) Sets the progress log that should be used. The default type is NONE!

setProgress()#

Cython signature: void setProgress(ptrdiff_t value) Sets the current progress

startProgress()#

Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)

store()#

Cython signature: void store(String filename, MSExperiment & peakmap)

storeTIC()#

Cython signature: void storeTIC(String filename, MSExperiment & peakmap)