IMP  2.3.0
The Integrative Modeling Platform
IMP.pmi.output.ProcessOutput Class Reference

A class for reading stat files. More...

Inherits object.

Detailed Description

A class for reading stat files.

Note
This class is only available in Python.

Definition at line 591 of file output.py.

Public Member Functions

def get_fields
 this function get the wished field names and return a dictionary you can give the optional argument filterout if you want to "grep" out something from the file, so that it is faster More...
 

Member Function Documentation

def IMP.pmi.output.ProcessOutput.get_fields (   self,
  fields,
  filtertuple = None,
  filterout = None,
  get_every = 1 
)

this function get the wished field names and return a dictionary you can give the optional argument filterout if you want to "grep" out something from the file, so that it is faster

filtertuple a tuple that contains ("TheKeyToBeFiltered",relationship,value) relationship = "<", "==", or ">"

Definition at line 639 of file output.py.


The documentation for this class was generated from the following file: