IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
saxs/utility.h File Reference

Functions to deal with very common saxs operations Copyright 2007-2015 IMP Inventors. All rights reserved. More...

#include <IMP/saxs/saxs_config.h>
#include "FormFactorTable.h"
#include "Profile.h"
#include <IMP/algebra/Vector3D.h>
#include <IMP/exception.h>
#include <IMP/core/XYZ.h>
+ Include dependency graph for saxs/utility.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::saxs
 Support for small angle X-ray scattering (SAXS) data.
 

Functions

double IMP::saxs::compute_max_distance (const Particles &particles)
 compute max distance More...
 
double IMP::saxs::compute_max_distance (const Particles &particles1, const Particles &particles2)
 
Profile * IMP::saxs::compute_profile (Particles particles, double min_q=0.0, double max_q=0.5, double delta_q=0.001, FormFactorTable *ft=get_default_form_factor_table(), FormFactorType ff_type=HEAVY_ATOMS, double water_layer_c2=4.0, bool fit=true, bool reciprocal=false, bool ab_initio=false, bool vacuum=false, std::string beam_profile_file="")
 profile calculation for particles and a given set of options More...
 
void IMP::saxs::get_coordinates (const Particles &particles, std::vector< algebra::Vector3D > &coordinates)
 
void IMP::saxs::get_form_factors (const Particles &particles, FormFactorTable *ff_table, Vector< double > &form_factors, FormFactorType ff_type)
 
double IMP::saxs::radius_of_gyration (const Particles &particles)
 compute radius_of_gyration More...
 

Detailed Description

Functions to deal with very common saxs operations Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file saxs/utility.h.