IMP  2.4.0
The Integrative Modeling Platform
Functions
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 infomation from the config file

Definition at line 40 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.

Definition at line 9 of file utility.py.