![]() |
IMP
2.3.0
The Integrative Modeling Platform
|
Functions to deal with very common saxs operations Copyright 2007-2014 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/base/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 | |
| Synonym for IMP::kernel. | |
| IMP::saxs | |
| Support for small angle X-ray scattering (SAXS) data. | |
Functions | |
| Float | IMP::saxs::compute_max_distance (const kernel::Particles &particles) |
| compute max distance More... | |
| Float | IMP::saxs::compute_max_distance (const kernel::Particles &particles1, const kernel::Particles &particles2) |
| Profile * | IMP::saxs::compute_profile (IMP::kernel::Particles particles, float min_q=0.0, float max_q=0.5, float delta_q=0.001, FormFactorTable *ft=get_default_form_factor_table(), FormFactorType ff_type=HEAVY_ATOMS, float 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 kernel::Particles &particles, std::vector< algebra::Vector3D > &coordinates) |
| void | IMP::saxs::get_form_factors (const kernel::Particles &particles, FormFactorTable *ff_table, Floats &form_factors, FormFactorType ff_type) |
| Float | IMP::saxs::radius_of_gyration (const kernel::Particles &particles) |
| compute radius_of_gyration More... | |
Functions to deal with very common saxs operations Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file saxs/utility.h.