source: sasview/src/sas/sasgui/perspectives/corfunc/media/corfunc_help.rst @ d78b5cb

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalcmagnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since d78b5cb was d78b5cb, checked in by lewis, 7 years ago

Update corfunc docs to include 3D correlation function

  • Property mode set to 100644
File size: 7.7 KB

Correlation Function Analysis

Description

This performs a correlation function analysis of one-dimensional SAXS/SANS data, or generates a model-independent volume fraction profile from the SANS from an adsorbed polymer/surfactant layer.

A correlation function may be interpreted in terms of an imaginary rod moving through the structure of the material. Γ1D(R) is the probability that a rod of length R moving through the material has equal electron/neutron scattering length density at either end. Hence a frequently occurring spacing within a structure manifests itself as a peak.

A volume fraction profile Φ (z) describes how the density of polymer segments/surfactant molecules varies with distance from an (assumed locally flat) interface.

Both functions are returned in real space.

The analysis is performed in 3 stages:

  • Extrapolation of the scattering curve to Q = 0 and Q = ∞
  • Smoothed merging of the two extrapolations into the original data
  • Fourier / Hilbert Transform of the smoothed data to give the correlation function / volume fraction profile, respectively
  • (Optional) Interpretation of the 1D correlation function based on an ideal lamellar morphology

Extrapolation

To Q = 0

The data are extrapolated to Q = 0 by fitting a Guinier model to the data points in the low-Q range.

The equation used is:

I(Q) = AeBq2

The Guinier model assumes that the small angle scattering arises from particles and that parameter B is related to the radius of gyration of those particles. This has dubious applicability to polymer systems. However, the correlation function is affected by the Guinier back-extrapolation to the greatest extent at large values of R and so only has a small effect on the final analysis.

To Q = ∞

The data are extrapolated to Q = by fitting a Porod model to the data points in the high-Q range.

The equation used is:

I(Q) = KQ − 4e − Q2σ2 + Bg

Where Bg is the background, K is the Porod constant, and σ (which must be > 0) describes the width of the electron or neutron scattering length density profile at the interface between the crystalline and amorphous regions as shown below.

fig1.gif

Smoothing

The extrapolated data set consists of the Guinier back-extrapolation from Q~0 up to the lowest Q value in the original data, then the original scattering data, and the Porod tail-fit beyond this. The joins between the original data and the Guinier/Porod fits are smoothed using the algorithm below to avoid the formation of ripples in the transformed data.

Functions f(xi) and g(xi) where xi ∈ {x1, x2, ..., xn} , are smoothed over the range [a, b] to produce y(xi) , by the following equations:

y(xi) = hig(xi) + (1 − hi)f(xi)

where:

hi = (1)/(1 + ((xi − b)2)/((xi − a)2))

Transform

Fourier

If "Fourier" is selected for the transform type, the analysis will perform a discrete cosine transform on the extrapolated data in order to calculate the 1D correlation function:

Γ1D(R) = (1)/(Q*)0I(q)q2cos(qR)dq

where Q* is the Scattering Invariant.

The following algorithm is applied:

Γ(xk) = 2N − 1n = 0xncos(π)/(N)n + (1)/(2)k for k = 0, 1, …, N − 1, N

The 3D correlation function is also calculated:

Γ3D(R) = (1)/(Q*)0I(q)q2(sin(qR))/(qR)dq

Hilbert

If "Hilbert" is selected for the transform type, the analysis will perform a Hilbert transform on the extrapolated data in order to calculate the Volume Fraction Profile.

Note

This functionality is not yet implemented in SasView.

Interpretation

Correlation Function

Once the correlation function has been calculated it may be interpreted by clicking the "Compute Parameters" button.

The correlation function is interpreted in terms of an ideal lamellar morphology, and structural parameters are obtained from it as shown below. It should be noted that a small beam size is assumed; ie, no de-smearing is performed.

fig2.gif

The structural parameters obtained are:

  • Long Period  = Lp
  • Average Hard Block Thickness  = Lc
  • Average Core Thickness  = D0
  • Average Interface Thickness  = Dtr
  • Polydispersity  = Γmin ⁄ Γmax
  • Local Crystallinity  = Lc ⁄ Lp

Volume Fraction Profile

SasView does not provide any automatic interpretation of volume fraction profiles in the same way that it does for correlation functions. However, a number of structural parameters are obtainable by other means:

  • Surface Coverage  = θ
  • Anchor Separation  = D
  • Bound Fraction  =  < p > 
  • Second Moment  = σ
  • Maximum Extent  = δh
  • Adsorbed Amount  = Γ
profile1.png
profile2.png

References

Strobl, G. R.; Schneider, M. J. Polym. Sci. (1980), 18, 1343-1359

Koberstein, J.; Stein R. J. Polym. Sci. Phys. Ed. (1983), 21, 2181-2200

Baltá Calleja, F. J.; Vonk, C. G. X-ray Scattering of Synthetic Poylmers, Elsevier. Amsterdam (1989), 247-251

Baltá Calleja, F. J.; Vonk, C. G. X-ray Scattering of Synthetic Poylmers, Elsevier. Amsterdam (1989), 257-261

Baltá Calleja, F. J.; Vonk, C. G. X-ray Scattering of Synthetic Poylmers, Elsevier. Amsterdam (1989), 260-270

:ref:`FDR` (PDF format)

?

Usage

Upon sending data for correlation function analysis, it will be plotted (minus the background value), along with a red bar indicating the upper end of the low-Q range (used for back-extrapolation), and 2 purple bars indicating the range to be used for forward-extrapolation. These bars may be moved my clicking and dragging, or by entering appropriate values in the Q range input boxes.

tutorial1.png

Once the Q ranges have been set, click the "Calculate" button to determine the background level. Alternatively, enter your own value into the field. If the box turns yellow this indicates that background subtraction has resulted in some negative intensities.

Click the "Extrapolate" button to extrapolate the data and plot the extrapolation in the same figure. The values of the parameters used for the Guinier and Porod models will also be shown in the "Extrapolation Parameters" section of the window.

tutorial2.png

Now select which type of transform you would like to perform, using the radio buttons:

  • Fourier Perform a Fourier Transform to calculate the correlation function
  • Hilbert Perform a Hilbert Transform to calculate the volume fraction profile

Click the "Transform" button to perform the selected transform and plot the result in a new graph window.

If a Fourier Transform was performed, the "Compute Parameters" button can now be clicked to interpret the correlation function as described earlier.

tutorial3.png

Note

This help document was last changed by Steve King, 08Oct2016

Note: See TracBrowser for help on using the repository browser.