#include <intensit.hpp>
|
| const char * | type_str () const |
| |
| std::string | spacegroup_str () const |
| |
| std::array< double, 2 > | resolution_range () const |
| |
| Correlation | calculate_correlation (const Intensities &other) const |
| |
| void | add_if_valid (const Miller &hkl, int8_t isign, int8_t isym, double value, double sigma) |
| |
| void | remove_systematic_absences () |
| |
| void | sort () |
| |
| void | merge_in_place (DataType new_type) |
| |
| Intensities | merged (DataType new_type) |
| |
| std::vector< MergingStats > | calculate_merging_stats (const Binner *binner, char use_weights='Y') const |
| | use_weights can be 'Y' (yes, like Aimless), 'U' (unweighted), 'X' (yes, like XDS)
|
| |
| DataType | prepare_for_merging (DataType new_type) |
| |
| void | switch_to_asu_indices () |
| |
| void | import_unmerged_intensities_from_mtz (const Mtz &mtz) |
| |
| void | import_mean_intensities_from_mtz (const Mtz &mtz) |
| |
| void | import_anomalous_intensities_from_mtz (const Mtz &mtz, bool check_complete=false) |
| |
| void | import_mtz (const Mtz &mtz, DataType data_type=DataType::Unknown) |
| |
| void | import_unmerged_intensities_from_mmcif (const ReflnBlock &rb) |
| |
| void | import_mean_intensities_from_mmcif (const ReflnBlock &rb) |
| |
| void | import_anomalous_intensities_from_mmcif (const ReflnBlock &rb, bool check_complete=false) |
| |
| void | import_f_squared_from_mmcif (const ReflnBlock &rb) |
| |
| void | import_refln_block (const ReflnBlock &rb, DataType data_type=DataType::Unknown) |
| |
| void | import_xds (const XdsAscii &xds) |
| |
| std::string | take_staraniso_b_from_mtz (const Mtz &mtz) |
| |
| bool | take_staraniso_b_from_mmcif (const cif::Block &block) |
| |
| Mtz | prepare_merged_mtz (bool with_nobs) |
| |
Definition at line 76 of file intensit.hpp.
◆ type_str() [1/2]
◆ type_str() [2/2]
| const char * gemmi::Intensities::type_str |
( |
| ) |
const |
|
inline |
◆ spacegroup_str()
| std::string gemmi::Intensities::spacegroup_str |
( |
| ) |
const |
|
inline |
◆ resolution_range()
| std::array< double, 2 > gemmi::Intensities::resolution_range |
( |
| ) |
const |
◆ calculate_correlation()
◆ add_if_valid()
◆ remove_systematic_absences()
| void gemmi::Intensities::remove_systematic_absences |
( |
| ) |
|
|
inline |
◆ sort()
| void gemmi::Intensities::sort |
( |
| ) |
|
|
inline |
◆ merge_in_place()
| void gemmi::Intensities::merge_in_place |
( |
DataType |
new_type | ) |
|
◆ merged()
◆ calculate_merging_stats()
use_weights can be 'Y' (yes, like Aimless), 'U' (unweighted), 'X' (yes, like XDS)
◆ prepare_for_merging()
◆ switch_to_asu_indices()
| void gemmi::Intensities::switch_to_asu_indices |
( |
| ) |
|
◆ import_unmerged_intensities_from_mtz()
| void gemmi::Intensities::import_unmerged_intensities_from_mtz |
( |
const Mtz & |
mtz | ) |
|
◆ import_mean_intensities_from_mtz()
| void gemmi::Intensities::import_mean_intensities_from_mtz |
( |
const Mtz & |
mtz | ) |
|
◆ import_anomalous_intensities_from_mtz()
| void gemmi::Intensities::import_anomalous_intensities_from_mtz |
( |
const Mtz & |
mtz, |
|
|
bool |
check_complete = false |
|
) |
| |
◆ import_mtz()
◆ import_unmerged_intensities_from_mmcif()
◆ import_mean_intensities_from_mmcif()
◆ import_anomalous_intensities_from_mmcif()
◆ import_f_squared_from_mmcif()
◆ import_refln_block()
◆ import_xds()
◆ take_staraniso_b_from_mtz()
| std::string gemmi::Intensities::take_staraniso_b_from_mtz |
( |
const Mtz & |
mtz | ) |
|
◆ take_staraniso_b_from_mmcif()
◆ prepare_merged_mtz()
| Mtz gemmi::Intensities::prepare_merged_mtz |
( |
bool |
with_nobs | ) |
|
◆ data
| std::vector<Refl> gemmi::Intensities::data |
◆ spacegroup
◆ unit_cell
◆ unit_cell_rmsd
| double gemmi::Intensities::unit_cell_rmsd[6] = {0., 0., 0., 0., 0., 0.} |
◆ wavelength
| double gemmi::Intensities::wavelength |
◆ type
◆ isym_ops
| std::vector<Op> gemmi::Intensities::isym_ops |
◆ staraniso_b
The documentation for this struct was generated from the following file: