= Exercise 9 - SANS Data Analysis using !SasView = ||= **Table of Contents** =|| || [#intro Introduction] || || [#section1 1. Familiarisation with SasView] || || [#section2 2. Exploring geometrical models] || || [#section21 2.1 Spheres] || || [#section22 2.2 Cylinders] || || [#section23 2.3 Polydispersity] || || [#section24 2.4 Resolution] || == [=#intro Introduction] == This exercise will introduce you to analysing SANS data using geometrical models in !SasView. In the first lab session you will look at how different shapes produce different scattering patterns, and how the model parameters affect the scattering pattern. In the second lab session you will then load some real SANS data and attempt to fit models to the data in !SasView. This first exercise is divided into 2 sections: 1. [#section1 Familiarisation with SasView] 2. [#section2 Exploring geometrical models] Before beginning the exercise, you must first ensure that !SasView is installed. If you have not done so already, follow [wiki:KEMM37/InstallSasView these installation instructions]. Tasks you should perform are shown thus: {{{ #!div style="background: lightblue" **TASK 0:** Install !SasView. Installation instructions can be found here: [wiki:KEMM37/InstallSasView] }}} == [=#section1 1.] Familiarisation with !SasView == {{{ #!div style="background: lightblue" [=#task1 **TASK 1:**] Start !SasView. The application should open and look something like the images below. }}} || [[Image(kemm37_sasviewmac.png, 500px)]] || [[Image(kemm37_sasviewwin.png, 500px)]] || || !SasView 4.1.2 on Mac OS || !SasView 4.1.2 on Windows 10 || The !SasView user interface contains 4 main areas: * The Data Explorer * This is where data is loaded and can then be plotted or sent to the various types of analysis. * Models not associated with data (called "Theories" in !SasView) can be plotted and converted to datasets. * The Analysis Panel (which defaults to showing Fitting) * This is where you do the work of analysing data or generating theories * !SasView currently supports four analysis tools: * Fitting - for theory generation or model fitting to 1D and 2D SANS, SAXS, or SESANS data * P(r) Inversion - for converting I(Q) to P(r) * Invariant - for calculating the scattering invariant from a 1D data set * Correlation Function - for performing a correlation function analysis of a 1D data set * The plot windows (which appear when something is plotted) * The menus, toolbar, and status area. The capabilities of !SasView are described in more detail in the [http://www.sasview.org/docs/user/user.html application documentation] with links to the relevant parts of the documentation available as "Help" buttons in each part of the GUI. {{{ #!div style="background: lightblue" [=#task2 **TASK 2:**] Briefly familiarise yourself with !SasView panels, menus and documentation. Try changing to different analysis tools. }}} == [=#section2 2. Exploring geometrical models] == In this part of the exercise, you will plot the scattering patterns calculated using different geometrical models and explore the effect that the model parameters have on the scattering. {{{ #!div style="background: lightblue" [=#task3 **TASK 3:**] Restart !SasView Before starting this part of the exercise, you should have a clean !SasView instance. Quit !SasView and restart it. }}} === [=#section21 2.1 Spheres] === {{{ #!div style="background: lightblue" [=#task4 **TASK 4:**] Plot the scattering from a collection of spherical particles In the Fit Panel, there should be a single tab labelled "Fitpage1". In that tab, choose the model category "Sphere" and the model "sphere". }}} The fit panel and a plot panel that appears should look like the following: [[Image(kemm37_fitpage1_1.png, 500px)]] [[Image(kemm37_sphere.png, 500px)]] {{{ #!div style="background: lightblue" [=#task5 **TASK 5:**] Change the parameters and note the changes in the scattering pattern. In the "Fitpage1" tab, scroll down to the bottom and: * Increase "Npts" to 200 * Check the "Log" box Next, click "Compute" This will improve the fidelity of the modelled curve. Now scroll back up and try adjusting the various model parameters one at a time. Pressing enter after changing a value should recalculate the scattering. If not, use the Compute button. What effect do the each of the parameters have on the scattering curve? * scale * background * sld and sld_solvent * radius }}} === [=#section22 2.2 Cylinders] === {{{ #!div style="background: lightblue" [=#task6 **TASK 6:**] Plot the scattering from a collection of cylindrical particles From the "Fitting" menu, select "New Fit Page". In the Fit panel, a new tab labelled "Fitpage2" should appear. In that tab, choose the model category "Cylinder" and the model "cylinder". }}} The fit panel and a plot panel that appears should look like the following: [[Image(kemm37_fitpage2_1.png, 500px)]][[Image(kemm37_cylinder.png, 500px)]] {{{ #!div style="background: lightblue" [=#task7 **TASK 7:**] Change the parameters and note the changes in the scattering pattern. In the "Fitpage2" tab, scroll down to the bottom and: * Increase "Npts" to 200 * Check the "Log" box Next, click "Compute" This will improve the fidelity of the modelled curve. Now scroll back up and try adjusting the various model parameters one at a time. Pressing enter after changing a value should recalculate the scattering. If not, use the Compute button. What effect do the each of the parameters have on the scattering curve? * scale * background * sld and sld_solvent * radius * length }}} === [=#section23 2.3 Polydispersity] === {{{ #!div style="background: lightblue" [=#task8 **TASK 8:**] Apply polydispersity to model parameters Select the "Fitpage1" tab that contains the sphere model. Find the section labelled "Polydispersity and Orientational Distribution" - Click the "On" radio button and a new section should appear labelled "Distribution of radius". - Enter a value for "PD[ratio]" between 0.0 and 1.0 - this is the polydispersity defined as sigma_r/r. What effect does varying the polydispersity have on the scattering curve? Repeat the exercise for the cylinder model in "Fitpage2" }}} === [=#section24 2.4 Resolution] === {{{ #!div style="background: lightblue" [=#task9 **TASK 9:**] Apply resolution functions to your model Select the "Fitpage1" tab that contains the sphere model. Find the section labelled "Polydispersity and Orientational Distribution" - Click the "Off" radio button and the polydispersity section should disappear Find the section labelled "Set Instrumental Smearing" - Click on the "Custom Pinhole Smear" radio button and a data entry box should appear. - Enter a value for the percentage dQ/Q that is applied to the model - start with a value of 10. - Try various values of dQ/Q ranging from 1% to 50%. What effect does this have on the scattering curve? }}} == What's Next? == You can now move on to the second lab session looking at fitting of data : [wiki:KEMM37/Lab1B Lab 1B Data Fitting]