|
| template<typename T > |
| double | gemmi::phase_in_angles (const std::complex< T > &v, double eps=2e-5) |
| |
| void | gemmi::add_asu_f_phi_to_float_vector (std::vector< float > &float_data, const AsuData< std::complex< float > > &asu_data) |
| |
| template<typename DataProxy > |
| std::array< int, 3 > | gemmi::get_size_for_hkl (const DataProxy &data, std::array< int, 3 > min_size, double sample_rate) |
| |
| template<typename DataProxy > |
| bool | gemmi::data_fits_into (const DataProxy &data, std::array< int, 3 > size) |
| |
| template<typename T > |
| void | gemmi::add_friedel_mates (ReciprocalGrid< T > &grid) |
| |
| template<typename T , typename DataProxy > |
| void | gemmi::initialize_hkl_grid (ReciprocalGrid< T > &grid, const DataProxy &data, std::array< int, 3 > size, bool half_l, AxisOrder axis_order) |
| |
| template<typename T , typename FPhi > |
| FPhiGrid< T > | gemmi::get_f_phi_on_grid (const FPhi &fphi, std::array< int, 3 > size, bool half_l, AxisOrder axis_order=AxisOrder::XYZ) |
| |
| template<typename T , typename DataProxy > |
| ReciprocalGrid< T > | gemmi::get_value_on_grid (const DataProxy &data, size_t column, std::array< int, 3 > size, bool half_l, AxisOrder axis_order=AxisOrder::XYZ) |
| |
| template<typename T > |
| Grid< T > | gemmi::transform_f_phi_grid_to_map (FPhiGrid< T > &&hkl) |
| |
| template<typename T , typename FPhi > |
| Grid< T > | gemmi::transform_f_phi_to_map (const FPhi &fphi, std::array< int, 3 > size, double sample_rate, bool exact_size=false, AxisOrder order=AxisOrder::XYZ) |
| |
| template<typename T , typename FPhi > |
| Grid< T > | gemmi::transform_f_phi_to_map2 (const FPhi &fphi, std::array< int, 3 > min_size, double sample_rate, std::array< int, 3 > exact_size, AxisOrder order=AxisOrder::XYZ) |
| |
| template<typename T > |
| FPhiGrid< T > | gemmi::transform_map_to_f_phi (const Grid< T > &map, bool half_l, bool use_scale=true) |
| |
Fourier transform applied to map coefficients.
Definition in file fourier.hpp.