IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
IMP.EMageFit.utility Namespace Reference

Utility functions. More...

Detailed Description

Utility functions.

Functions

def get_experiment_params
 Imports the configuration file. More...
 
def vararg_callback
 Snippet from Python website to process multiple values for an option with OptionParser. More...
 

Function Documentation

def IMP.EMageFit.utility.get_experiment_params (   fn_params)

Imports the configuration file.

Parameters
fn_paramsconfiguration file
Returns
Experiment Class with all the information from the config file
Note
This function is only available in Python.

Definition at line 39 of file utility.py.

def IMP.EMageFit.utility.vararg_callback (   option,
  opt_str,
  value,
  parser 
)

Snippet from Python website to process multiple values for an option with OptionParser.

Note
This function is only available in Python.

Definition at line 8 of file utility.py.