1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Setting normalization and other options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. _s3p4:
This section teaches you how to set up normalization by a beamstop counter, and
other options. It assumes you have completed :ref:`Parts 1 <s3p3>` and :ref:`2 <s3p1>`\ .
A video version of this tutorial is available:
.. raw:: html
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/NTjrds0stGc' frameborder='0' allowfullscreen></iframe></div>
The written version of the tutorial follows.
#. Open the Options window by selecting “Advanced Options” in the Options menu.
#. In the window that shows up select the Image/Header Format section on the left.
In the area on the right click the Load Image button.
|config_norm_load_image_png|
#. In the window that pops up, select the **agbe_008_0001.tif** file. Click
the Open button.
* *Note:* You can select any image of the appropriate type, not just the behenate.
#. In the Image/Header Format window you should now see header values loaded into the
list. Click the Apply button at the bottom of the screen.
|config_norm_apply_png|
#. Click on the Normalization section in the options list on the left.
#. In the fields at the bottom of the Normalization panel, make sure “/” is selected
in the left drop-down menu, and enter I1 in the large field.
* *Note:* It is typical in SAXS to normalize by the transmitted intensity. At the
BioCAT beamline, the beamstop counter is name I1, which is why we are using
that name in the normalization expression.
* *Tip:* You can use the large field as a drop-down menu to see and select
available normalization counters.
#. Click the Calc button to evaluate the expression for the counter values loaded
in the Image/Header Format tab. You should get a value of 7200.0.
#. Click the Add button to add the expression to the normalization list.
|config_norm_values_png|
#. You should now see the normalization in the normalization list.
Make sure the “Enable Normalization” checkbox at the top of the page is checked.
|config_norm_enable_png|
#. Click OK to exit the options window.
#. In the file list, select the **agbe_008_0001.tif** file and click the Plot
button. You will see a curve get plotted in the top panel of the Profiles plot.
#. Click on the Profiles tab. You will see a profile loaded in the Profiles list.
|config_norm_start_point1_png|
#. Adjust the start point for q Min to remove the points with zero value at the start of
the curve (these are q points entirely in the mask). Set q Min so that the first point
is the peak of the curve on the main plot. This should be around point 13 (depending
on your mask).
* *Tip:* It is easier to see the start point if you put the plot on
a log-log scale.
|config_norm_start_point2_png|
#. Open the Options window as in Step 1.
#. Click on the Radial Averaging section in the options list on the left. Set “Start plots
at q-point number” to the number you just found in Step 13.
* *Note:* This makes it so that every curve loaded from now on will by default
not display the first n points, which are covered by the beamstop.
* *Tip:* You can do the same for the end point.
|config_norm_start_point3_png|
#. RAW also allows you to add arbitrary metadata to your radially integrated
files. One use case is to provide metadata keys for data deposition (e.g. in
the `SASBDB <https://www.sasbdb.org/>`_). To start, click on the Metadata
section in the options list on the left of the Options window.
#. In the 'Key' field enter 'Detector'. In the 'Value' field enter 'Pilatus3 X 1M'.
#. Click the Add button.
|config_norm_metadata1_png|
#. Click the OK button to exit the options window and save your changes.
#. You have configured everything necessary, and are now ready to save your settings.
Go to the File menu and select “Save Settings”.
#. Save the settings as **SAXS.cfg**\ .
#. These settings can now be used to process images, and can be reloaded when you
open RAW by selecting “Load Settings” from the File menu.
**Additional Tips**
There are other settings you may find it useful to set.
#. In the "General Settings" section you can set "Hide controls on
profile items for new plots". This means that when you load a profile
item it starts with the extra controls (such as q min and q max) hidden.
.. |config_norm_load_image_png| image:: images/config_norm_load_image.png
:target: ../_images/config_norm_load_image.png
.. |config_norm_apply_png| image:: images/config_norm_apply.png
:target: ../_images/config_norm_apply.png
.. |config_norm_values_png| image:: images/config_norm_values.png
:target: ../_images/config_norm_values.png
.. |config_norm_enable_png| image:: images/config_norm_enable.png
:target: ../_images/config_norm_enable.png
.. |config_norm_start_point1_png| image:: images/config_norm_start_point1.png
:target: ../_images/config_start_point1.png
.. |config_norm_start_point2_png| image:: images/config_norm_start_point2.png
:target: ../_images/config_start_point2.png
.. |config_norm_start_point3_png| image:: images/config_norm_start_point3.png
:target: ../_images/config_start_point3.png
.. |config_norm_metadata1_png| image:: images/config_norm_metadata1.png
:target: ../_images/config_norm_metadata1.png
|