IMP logo
IMP Reference Guide  2.7.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 696 of file output.py.

Public Member Functions

def get_fields
 Get the desired field names, and return a dictionary. More...
 

Member Function Documentation

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

Get the desired field names, and return a dictionary.

Parameters
fieldsdesired field names
filteroutspecify if you want to "grep" out something from the file, so that it is faster
filtertuplea tuple that contains ("TheKeyToBeFiltered",relationship,value) where relationship = "<", "==", or ">"
get_everyonly read every Nth line from the file

Definition at line 744 of file output.py.


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