Multi-angle dynamic light scattering
11441991 · 2022-09-13
Assignee
Inventors
Cpc classification
G01N2015/0222
PHYSICS
International classification
Abstract
A method of determining particle size distribution from multi-angle dynamic light scattering data, comprising: obtaining a series of measured correlation functions g(θ.sub.i) at scattering angles θ.sub.i; and solving an equation comprising
wherein: K(θ.sub.i) is the instrument scattering matrix computed for angle i, x is the particle size distribution, and α.sub.i is the scaling coefficient for angle i. The method comprises using the steps: a) providing initial estimates for scaling factors α.sub.2 to α.sub.n, and defining α.sub.1=1; b) iterating scaling factors α.sub.2 to α.sub.n using a non-linear solver; c) solving for x using a linear solver; d) calculate residual; e) repeat steps b) to d) while the residual is greater than a predefined exit tolerance.
Claims
1. A method of determining particle size distribution from multi-angle dynamic light scattering data, comprising: a light source configured to illuminate a sample on or in a sample holder, wherein the sample comprises a fluid with suspended particles; a detector configured to detect light scattered by the particles in the sample; and a processor, wherein the processor is configured to: determine a series of measured correlation functions g(θ.sub.i) at scattering angles θ.sub.i from the scattered light detected by the detector; solve an equation comprising:
2. The method of claim 1, wherein the linear solver is NNLS, and/or the non-linear solver is selected from Nelder-Mead simplex, Levenberg-Marquardt and Gauss-Newton.
3. The method of claim 1, wherein the initial estimates for the scaling factors α.sub.2 to α.sub.n are estimated by extrapolation of a correlation function to a zero-delay time (τ=0).
4. The method of claim 1, wherein the predefined exit tolerance is: a convergence criterion based the preceding residual, or the predefined exit tolerance is an absolute residual threshold.
5. The method of claim 1, further comprising repeating the steps a) to e) for a different non-linear solver, to determine which non-linear solver provides the smallest residual.
6. The method of claim 1, further comprising measuring a time history of scattered light intensity at each respective scattering angle, θ, and determining the correlation functions g(θ.sub.i) for each scattering angle.
7. A method of determining particle size distribution from dynamic light scattering data, comprising: a light source configured to illuminate a sample on or in a sample holder, wherein the sample comprises a fluid with suspended particles; a detector configured to detect light scattered by the particles in the sample and determine measurement data from the scattered light; and a processor, wherein the processor is configured to: determine, from the scattered light detected by the detector, measured correlation functions g(θ.sub.1) to g(θ.sub.n); solve an equation of the form:
8. The method of claim 7, wherein the dynamic light scattering data is multi-angle data, and each measurement time corresponds with a different measurement angle θ.sub.i; or wherein the dynamic light scattering data is of single angle type, and each measurement time i corresponds with the same measurement angle θ.sub.i.
9. The method of claim 7, wherein the computed noise contribution is based on the expected instrument response to a large particle in a scattering volume of the instrument; wherein the large particle is assumed to be at least 3 microns in diameter, or at least 10 microns in diameter.
10. The method of claim 9, wherein the computed noise contribution is determined according to:
g.sub.1(τ)=exp(−q.sub.i.sup.2D.sub.tτ) where: g.sub.1(τ) is the instrument-measured field autocorrelation functions at lag time, τ; q is the scattering wave vector
11. The method of claim 7, further comprising sequentially measuring a time history of scattered light intensity at each respective scattering angle, θ, and determining the correlation functions g(θ.sub.n) for each scattering angle.
12. A method of determining a particle size distribution, x, from a dynamic light scattering measurement, comprising: a light source configured to illuminate a sample on or in a sample holder, wherein the sample comprises a fluid with suspended particles; a detector configured to detect light scattered by the particles in the sample and measure a time sequence of scattering intensity; and a processor, wherein the processor is configured to: determine a measured correlation function, g, derived from the time sequence of scattering intensity; solve a system of linear equations comprising:
∥Kx−g∥.sup.2+∥γΓx∥.sup.2 where K is an instrument scattering matrix, r is a regularisation matrix, and γ is a regularisation vector comprising regularisation coefficients for each particle size in the particle size distribution, x; determine a resulting particle size distribution based at least on the regularisation vector; and display the resulting particle size distribution.
13. The method of claim 12, further comprising performing a measurement to obtain the time sequence of scattering intensity.
14. The method of claim 12, wherein the system of linear equations to be solved includes regularisation, thereby comprising:
Description
BRIEF DESCRIPTION OF THE FIGURES
(1) Embodiments of the invention will be described, purely by way of example, with reference to the accompanying drawings, in which:
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
(10)
(11)
DETAILED DESCRIPTION OF THE DISCLOSURE
(12) Improved Solver Methods
(13) When performing a MADLS measurement with three measurement angles (θ.sub.1, θ.sub.2 and θ.sub.3) the following system of linear equations must be solved (with only the relevant matrix components shown):
(14)
(15) Where g(θ.sub.i) is the measured correlation function at angle i, K(θ.sub.i) is the instrument scattering matrix computed for angle i, and x is the particle size distribution. The aim is to determine the particle size distribution from the measured correlation functions. The coefficients a and b are scaling factors, and initial estimates for these can be calculated by extrapolation (linear or otherwise) of the correlation function to time-zero to determine the y-axis multiplier. The physical origin of a and b is the sum of the scattered intensity into each angle.
(16) Note that the first scattering angle θ.sub.1 has arbitrarily been chosen as the measurement angle to which the other measurement angles are scaled. It will be appreciated that any of the other measurement angles could alternatively be selected as having a unitary scaling factor, and the other measurement angles scaled to that angle.
(17) Bryant (referenced above) discloses deriving a and b from the count rate, and the use of a linear solver, but this method is prone to error if the count rate is not stationary over time. Cummins (P. G. Cummins, E. J. Staples, Particle Size Distributions Determined by a “Multiangle” Analysis of Photon Correlation Spectroscopy Data, Langmuir, 1987, 3, 1109-1113) discloses using a non-linear solver to determine a, b and x. Applying a non-linear solver in this way is problematic, because there are a large number of coefficients (in x) to be determined and there is a significant possibility that the solution will not converge reliably.
(18) In embodiments of the present invention, a nested approach is used, in which a non-linear solver (such as Nelder-Mead simplex, Levenberg-Marquardt, Gauss-Newton or another method) is used to iterate an estimate for a and b, and within each non-linear iteration, a linear solver (e.g. non-negative least squares) is used to determine a best fit for x and consequently determine a residual error. The residual error is then used by the non-linear solver to select new values for each of the scaling factors. This is exemplified in the following pseudo-code:
(19) TABLE-US-00001 Provide initial estimates for a and b Do { Iterate a and b using a non-linear solver, such as Nelder-Mead simplex, Levenberg-Marquart, Gauss-Newton or other method Solve for x using a linear solver, such as non-negative least squares Calculate residual, of the form ∥g − Kx∥.sup.2 } while (residual>predefined exit tolerance)
(20) This nested technique allows a fast and robust linear method (e.g. NNLS) to be applied to the linear problem of solving the particle distribution. Coefficients a and b are variable scalars that require a non-linear approach, and a non-linear solver is therefore appropriate for this. This approach is preferable over tackling the entire problem with a non-linear solver (the approach taken by Cummins). Embodiments therefore provide more robust, faster to execute, solutions for MADLS. This in turn enables a larger number of size classes (i.e. a longer vector x), so that MADLS can be used to span a greater size range than in the literature, or to provide a particle size distribution with a greater resolution than in the prior art.
(21) This method can be generalised to apply to the following set of equations, for n number of scattering angles:
(22)
(23) With α.sub.i corresponding with the scaling coefficient for angle i.
(24) Conventionally, the first scattering (i=1) angle may have a scaling coefficient defined as 1 (α.sub.1=1). As mentioned above, this is merely an arbitrary convention: in alternative embodiments the scaling may be performed relative to any of the measurements 1 to n. It will also be appreciated that the order of concatenation of measurement results is also arbitrary, and any of the measurements may be placed first. For ease of notation, the scaling mentioned herein is denoted as relative to the first measurement, but this does not imply a limitation.
(25) The generalised pseudo code therefore becomes:
(26) TABLE-US-00002 Provide initial estimates for α.sub.2 to α.sub.n, and define α.sub.1 = 1 Do { Iterate α.sub.2 to α.sub.n using a non-linear solver, such as Nelder-Mead simplex, Levenberg-Marquart, Gauss-Newton or other method Solve for x using a linear solver, such as non-negative least squares Calculate residual, of the form ∥g − Kx∥.sup.2 } while (residual>predefined exit tolerance)
(27) In each iteration of the non-linear solver (e.g. Levenberg-Marquart, etc.), the estimate for each of the scaling coefficients α.sub.2 to α.sub.n is updated before a new estimate for the particle size distribution x is determined using a linear solver such as NNLS, and the new estimate of particle size distribution is used to calculate a residual. The residual is both used by the non-linear solver in the next iteration to select the new estimates for the scaling factors, and to determine if the estimates are acceptable. This work flow means that the problem is efficiently partitioned so that the scaling factors can be accurately and efficiently determined.
(28)
(29) The process of solving equation (2) to determine the particle size distribution comprises:
(30) at step 121, determining initial estimates for scaling factors α.sub.2 to α.sub.n, and defining α.sub.1=1;
(31) at step 122, iterating scaling factors α.sub.2 to α.sub.n using a non-linear solver;
(32) at step 123, solving for x using a linear solver;
(33) at step 124, calculate residual
(34) at step 125, check whether the residual is greater than a predefined exit tolerance.
(35) Noise
(36) When performing a multi-angle DLS measurement, the data that is measured at each angle must be representative of the same sample. In most measurements, it can be assumed that the sample will not change over the duration of the measurement. If Typically, because of the relatively high cost of suitable detectors for DLS (which typically employs a photon counting detector such as an avalanche photodiode) the scattering measurements at each angle are taken sequentially, with an optical path to a single detector cycled between each detection angle. Additionally, due to the field of view of the detector, different measurement angles sample a subtly different scattering volume, even if the volume centres are coincident. Under these measurement circumstances, a transient contaminant (such as dust, or filter debris) will tend to contaminate a single scattering angle. This will adversely affect the result, since it will not be possible to find a common solution that satisfies the measurement data (because one of the measurements is not representative of the sample).
(37) It is possible to accommodate the presence of noise at a single angle during the fitting process by including terms (specific to the noise type) in the solution that depend each only on a single angle. The particle size distribution result should remain common across all angles. Noise usually manifests as a slowly decaying contribution to the correlogram caused by dust at one measurement angle. However, noise types of any form can be accounted for if they are suspected to exist.
(38) As already discussed above, the regular system of linear equations is of the form g=Kx, where g is the measured correlation function, K is the instrument scattering matrix, and x is the particle size distribution (neglecting the scaling factor coefficients for simplicity of notation).
(39) With application to MADLS, the equation becomes (with only the relevant matrix components shown):
(40)
(41) In prior art analyses, the vector x comprises a set of N scalar values, each scalar value defining an intensity of scattering from a particular range of particle sizes (or bin). In embodiments of the present invention, the vector x includes at least one additional value that is included to accommodate the presence of contaminants at one or more scattering angle. For n=3, corresponding with three measurement angles, and a particle size distribution comprising N size bins, the vector x may take the following form: [x.sub.1, x.sub.2, x.sub.3, . . . , x.sub.N, n.sub.1, n.sub.2, n.sub.3], where x.sub.1 to x.sub.N are the scattering intensities corresponding with each size bin, and the terms n.sub.1 to n.sub.3 are noise intensities corresponding with each of the three scattering angles.
(42) The matrix
(43)
has the following form: columns in K are computed as the expected instrument response according to each element in x. Columns at indexes according to elements x.sub.1 to x.sub.N may be calculated theoretically for each correlator lag-time, τ, and angle, θ. Columns at indexes n.sub.1 to n.sub.3 take the form of a computed noise contribution, at each angle, based on an assumption about the characteristics of the noise.
(44) In an example embodiment, the noise contribution is assumed to take the form of large transient particles in the scattering volume. For example, the model used to estimate the noise contribution columns of K may mimic that used to compute the expected instrument response for a size bin, but use a fixed particle diameter of 10 microns at the particular scattering angle i, and for each correlator lag-time, τ:
g.sub.1(τ)=exp(−q.sub.i.sup.2D.sub.tτ) (4)
(45) Where:
(46) g.sub.1(τ) is the instrument-measured field autocorrelation functions at lag time, τ;
(47) q is the scattering wave vector
(48)
(49) n.sub.0 is the dispersant refractive index;
(50) λ is the vacuum wavelength;
(51) θ.sub.i is the scattering angle;
(52) D.sub.t is the translational diffusion coefficient
(53)
(54) k.sub.B is the Boltzmann constant;
(55) T is the absolute temperature;
(56) η is the dispersant viscosity; and
(57) d is the particle hydrodynamic diameter.
(58) Since the noise at each angle is not related to the noise at any other measurement angle (for a sequential multi-angle measurement), elements are zero at angles other than for which the noise is considered. If large material is present at just one angle, the solution residual will minimise if intensity is assigned to the noise bin during fitting. The solver will not compromise the particle size distribution fit result by addition of spurious particles.
(59) In an example, a mixture of polystyrene latex spheres of diameter 200 nm and 400 nm was prepared in an aqueous dispersion. Two methods were used to fit a particle size distribution to the same instrument data. The first method did not assume any single-angle noise.
(60)
(61) Although the foregoing example has illustrated the application of this technique to three scattering angles, it will be understood that fewer or more scattering angles may be used in accordance with alternative embodiments.
(62) In some embodiments, the same principles can be applied to measurements that are not taken at different scattering angles (but are taken at different times, with at least some, or all, at the same scattering angle), so that a particle size distribution can be determined from the ensemble data that discounts scattering contributions from contaminants. This approach will be effective in removing scattering contributions from contaminants that are not present in every measurement, and which are well approximated by the model used to simulate the scattering contribution from the contaminants.
(63) Size Dependent Regularization
(64) Because the MADLS problem (and more generally, the DLS problem) is ill-conditioned, regularisation may be used to bias the solution against fitting to noise and to enforce some predefined property of the result. The system of linear equations g=Kx becomes (with only the relevant matrix components shown):
(65)
(66) In the above, g may represent a matrix of n correlation functions
(67)
each corresponding with a measurement taken at a different time and/or at a different scattering angle, and K may represent a matrix
(68)
(69) Typically, the regularisation coefficient, γ, takes the form of a scalar value to enforce more or less regularisation, dependant on the magnitude of γ, with larger γ resulting in more regularisation. The regularisation matrix, Γ, can take several forms. When performing DLS, it is often desired to enforce smoothness in the result as particle size distributions are believed to be mostly continuous. Alternatively, the solution norm may be biased toward zero if the particle size distribution is believed to be monomodal.
(70) The regularisation term, γΓ, forms part of the residual to be minimised:
∥Kx−g∥.sup.2+∥γΓx∥.sup.2 (6)
(71) In this example embodiment, the matrix Γ may act as a low pass operator to penalise curvature in the solution, x. When measuring the particle size distribution across a large dynamic range of size bins, it is not always possible to realise a regularisation coefficient that suitably penalises curvature at small particle size and large particle size simultaneously. This is not only in part due to the relative separation of neighbouring size bins (since these are typically log-spaced) but also the differing particle characteristics at small and large particle size.
(72) According to embodiments, this problem may be solved by using a vector of regularisation coefficients γ, such that the regularisation coefficient is dependent on the particle size.
(73)
(74) This allows more regularisation to be enforced at large sizes where particle size classes are more widely spaced and we wish to prevent a spiky solution. Conversely, this allows less regularisation at small size where we wish to employ more resolving capability. In this way, the highest possible resolution may be maintained across a large size range—0.3 nm to 10 um.
(75) In order to illustrate this, an example DLS measurement will be simulated. The simulated example comprises four separate particle components:
(76) TABLE-US-00003 Peak ID Diameter/nm Pdi Intensity contribution (arb.) 1 3.8 0.01 1 2 8.5 0.01 1 3 500 0.02 0.5 4 1000 0.02 0.5
(77) This represents a two-component mixture of protein monomers in the presence of a small number of large particulates (the large particulates are similar by scattering intensity, because this scales with the sixth power of particle diameter). A white noise contribution of 0.1% was added to the simulated auto-correlation functions. Shown in
(78) The vector of regularisation coefficients, γ, employed in the above analysis varied with particle size in a way that is linear in log space, according to the function:
γ.sub.x=m.Math.log(x)+c (8)
(79) In this example, m=0.019 and c=0.0026 (with x measured in nm), with the result that the regularisation coefficient varied as shown in
(80) The results in
(81) Increasing the scalar regularisation coefficient (γ=0.0065), does not remedy this problem, because this causes the small particle contribution to be poorly resolved, as shown in
(82) It is possible to determine an appropriate regularisation coefficient (e.g. automatically). One method described in the literature is the L-curve method (C. Hansen, D. P. O'Leary, The use of the L-Curve in the Regularization of Discrete Ill-Posed Problems, SIAM J. Sci. Comput., 1993, 14(6), 1487-1503). According to this method, the optimal regularisation coefficient is that which minimises both the residual norm (∥Kx−g∥) and the regularisation norm (∥Γx∥). Plotting the residual norm against the regularisation norm across a range of regularisation coefficient typically results in an L-shaped curve, the corner of which represents the optimum regularisation coefficient.
(83) This approach can be adapted to determine an optimum regularisation vector, γ. In the example above, in which a linear log function is used to determine the regularisation vector, the intercept, c, and the gradient m, can be iterated, and multiple residual norm vs regularisation norm (L-curves) can be plotted. Following this, an appropriate regularisation intercept and gradient pair can be deduced. In principle, a similar analysis can be applied to compare any functions for determining an appropriate regularisation vector. Such an analysis can be applied automatically by a processor/instrument, based on measurement data (simulated or actual) that is representative of a particular use-case for an instrument. Alternatively, a regularisation vector (or vectors) can be determined that is generally appropriate for a particular customer requirement. In some embodiments, the user may be able to select between alternative regularisation approaches (e.g. scalar, first vector (low gradient), second vector (high gradient), etc).
(84)
(85) Instrument
(86)
(87) The light source 10 may be a laser (or an LED) and illuminates a sample on or in the sample holder 20 with a light beam. The sample comprises a fluid in which particles are suspended, and the light beam is scattered by the particles to create scattered light. The scattered light is detected by the detector 30, which may comprise a photon counting detector such as an APD. Suitable collection optics may be provided to collect light scattered at a particular scattering angle (such as a non-invasive backscatter, or NIBS, arrangement that is employed in the Zetasizer Nano from Malvern Panalytical Ltd). The collection optics may be configured to allow a single detector to receive light scattered at different angles (e.g. using optical fibres and an optical switch).
(88) The detector 30 provides measurement data (e.g. a sequence of photon arrival times) to the processor 40, which may be configured to determine a scattering intensity over time. The processor determines a correlation function from the measurement data, for use in determining particle size in accordance with dynamic light scattering principles. Specifically, the processor 40 is configured to perform at least one of the methods described herein.
(89) The processor 40 is optionally configured to output a particle size distribution to a display 50, which displays the result to a user. The processor 40 may comprise a system on chip/module, a general purpose personal computer, or a server. The processor 40 may be co-located with the detector 30, but this may not always be the case. In some embodiments the processor 40 may be part of a server, to which measurement results are communicated (e.g. by a further computing device).
(90) Although a number of examples have been described, these are not intended to limit the scope of the invention, which is to be determined with reference to the accompanying claims.