Clipper
Public Member Functions | List of all members
clipper::datatypes::Compute_scale_u_aniso< T > Class Template Reference

Apply scale and U to any scalable datatype. More...

#include <hkl_compute.h>

Public Member Functions

 Compute_scale_u_aniso (const ftype &s, const U_aniso_orth &u)
 constructor: takes scale, U value More...
 
const T operator() (const HKL_info::HKL_reference_index &ih, T data) const
 conv op
 

Detailed Description

template<class T>
class clipper::datatypes::Compute_scale_u_aniso< T >

Apply scale and U to any scalable datatype.

Constructor & Destructor Documentation

template<class T >
clipper::datatypes::Compute_scale_u_aniso< T >::Compute_scale_u_aniso ( const ftype s,
const U_aniso_orth u 
)

constructor: takes scale, U value

Construct conversion operator to scale list according to the formula I_new = s^2 .exp( 4 π^2 h^T U h ) I_old or F_new = s.exp( 2 π^2 h^T U h ) F_old

Parameters
sThe scale factor.
uThe temperature factor (U-value).

The documentation for this class was generated from the following files: