IMP logo
IMP Reference Guide  develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP.bff.tools Namespace Reference

Utility functions. More...

Detailed Description

Utility functions.

Functions

def display_mean_av_positions
 Decorate the accessible volume particles with a mass and radii, so that they appear in the rmf file. More...
 
def read_xlink_table
 Read a xlink table. More...
 

Function Documentation

def IMP.bff.tools.display_mean_av_positions (   used_avs,
  dye_radius = 3.5 
)

Decorate the accessible volume particles with a mass and radii, so that they appear in the rmf file.

Note
This function is only available in Python.

Definition at line 15 of file bff/tools/__init__.py.

def IMP.bff.tools.read_xlink_table (   fn)

Read a xlink table.

:param fn: filename of the xlink table :return:

Note
This function is only available in Python.

Definition at line 172 of file bff/tools/__init__.py.