step_sec_dls() creates a specification of a recipe step that processes
dynamic light scattering (DLS) correlation data to estimate diffusion
coefficient and hydrodynamic radius (Rh).
Arguments
- recipe
A recipe object.
- measures
Character vector of DLS measure columns. If
NULL, the step searches for measure columns containing "dls" or "corr".- temperature
Temperature in degrees Celsius.
- viscosity
Solvent viscosity in mPa*s. If
NULL, uses a water approximation based on temperature.- laser_wavelength
Laser wavelength in nm. Default is 633.
- angle
Scattering angle in degrees. Default is 90.
- solvent_ri
Solvent refractive index. Default is 1.333 (water).
- rg_col
Optional Rg measure column from MALS for Rg/Rh ratio.
- output_cols
Output column names for Rh and diffusion coefficient.
- role
Role for generated columns.
- trained
Logical indicating if the step has been trained.
- skip
Logical. Should the step be skipped when baking?
- id
Unique step identifier.
Details
The DLS correlation function g2(tau) is approximated as: $$g2(\tau) = 1 + \beta e^{-2 \Gamma \tau}$$ where Gamma is the decay rate. The diffusion coefficient is calculated as D = Gamma / q^2 with q determined from the scattering angle and wavelength. Rh is then obtained from the Stokes-Einstein equation.