|
Clipper
|
#include <hkl_compute.h>
Public Member Functions | |
| Compute_scale_u (const ftype &s, const ftype &u) | |
| constructor: takes scale, U value | |
| const T | operator() (const HKL_info::HKL_reference_index &ih, T data) const |
| conv op | |
| clipper::datatypes::Compute_scale_u< T >::Compute_scale_u | ( | const ftype & | s, |
| const ftype & | u | ||
| ) |
constructor: takes scale, U value
DEPRECATED: This operator applies the scale factor against intensities and the U value against magnitudes, which is counterintuitive. Compute_scale_u_iso is more intutive.
Construct conversion operator to scale list according to the formula I_new = s.exp( b.|h|^2/2 ) I_old or F_new^2 = s.exp( b.|h|^2/2 ) F_old^2 where |h| = invresolsq.
| s | The intensity scale factor. |
| u | The temperature factor (U-value). |
References clipper::Util::twopi2().
1.7.4