IMP
2.3.1
The Integrative Modeling Platform
|
A class for reading stat files. More...
Inherits object.
A class for reading stat files.
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... | |
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 ">"