mmtfPyspark.filters.rWork module

rWork.py:

This filter returns True if the r_work value for this structure is within the specified range

class RWork(minRwork, maxRwork)[source]

Bases: object

This filter returns True if the rWork value for this structure is within the specified range.

Attributes

min_Rwork (float) The lower bound r_work value
max_Rwork (float) The upper bound r_work value

Methods

__call__(t) Call self as a function.