[1c03e14] | 1 | .. model_functions.rst |
---|
| 2 | |
---|
| 3 | .. This is a port of the original SasView model_functions.html to ReSTructured text |
---|
[6386cd8] | 4 | .. by S King, ISIS, during and after SasView CodeCamp-II in April 2014. |
---|
| 5 | |
---|
| 6 | .. Thanks are due to A Jackson & P Kienzle for advice on RST! |
---|
| 7 | |
---|
| 8 | .. The CoreShellEllipsoidXTModel was ported and documented by R K Heenan, ISIS, Apr 2014 |
---|
| 9 | .. The RectangularPrism models were coded and documented by M A Gonzalez, ILL, Apr 2014 |
---|
| 10 | |
---|
| 11 | .. To do: |
---|
| 12 | .. Add example parameters/plots for the CoreShellEllipsoidXTModel |
---|
| 13 | .. Add example parameters/plots for the RectangularPrism models |
---|
| 14 | .. Check the content against the NIST Igor Help File |
---|
| 15 | .. Wordsmith the content for consistency of style, etc |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ |
---|
| 20 | |
---|
[1c03e14] | 21 | |
---|
[ee9fa94] | 22 | .. note:: The contents of this document are presented in good faith and are |
---|
| 23 | believed to be mostly correct and accurate, however they have not |
---|
| 24 | yet been rigorously checked for errors. June2015 |
---|
[fb07044d] | 25 | |
---|
[1c03e14] | 26 | |
---|
| 27 | .. Set up some substitutions to make life easier... |
---|
| 28 | |
---|
| 29 | .. |alpha| unicode:: U+03B1 |
---|
| 30 | .. |beta| unicode:: U+03B2 |
---|
| 31 | .. |gamma| unicode:: U+03B3 |
---|
| 32 | .. |delta| unicode:: U+03B4 |
---|
| 33 | .. |epsilon| unicode:: U+03B5 |
---|
| 34 | .. |zeta| unicode:: U+03B6 |
---|
| 35 | .. |eta| unicode:: U+03B7 |
---|
| 36 | .. |theta| unicode:: U+03B8 |
---|
| 37 | .. |iota| unicode:: U+03B9 |
---|
| 38 | .. |kappa| unicode:: U+03BA |
---|
| 39 | .. |lambda| unicode:: U+03BB |
---|
| 40 | .. |mu| unicode:: U+03BC |
---|
| 41 | .. |nu| unicode:: U+03BD |
---|
| 42 | .. |xi| unicode:: U+03BE |
---|
| 43 | .. |omicron| unicode:: U+03BF |
---|
| 44 | .. |pi| unicode:: U+03C0 |
---|
| 45 | .. |rho| unicode:: U+03C1 |
---|
| 46 | .. |sigma| unicode:: U+03C3 |
---|
| 47 | .. |tau| unicode:: U+03C4 |
---|
| 48 | .. |upsilon| unicode:: U+03C5 |
---|
| 49 | .. |phi| unicode:: U+03C6 |
---|
| 50 | .. |chi| unicode:: U+03C7 |
---|
| 51 | .. |psi| unicode:: U+03C8 |
---|
| 52 | .. |omega| unicode:: U+03C9 |
---|
| 53 | .. |biggamma| unicode:: U+0393 |
---|
[93b6fcc] | 54 | .. |bigdelta| unicode:: U+0394 |
---|
| 55 | .. |bigzeta| unicode:: U+039E |
---|
[38d4102] | 56 | .. |bigpsi| unicode:: U+03A8 |
---|
[1c03e14] | 57 | .. |drho| replace:: |bigdelta|\ |rho| |
---|
| 58 | .. |Ang| unicode:: U+212B |
---|
| 59 | .. |Ang^-1| replace:: |Ang|\ :sup:`-1` |
---|
| 60 | .. |Ang^2| replace:: |Ang|\ :sup:`2` |
---|
| 61 | .. |Ang^-2| replace:: |Ang|\ :sup:`-2` |
---|
| 62 | .. |Ang^3| replace:: |Ang|\ :sup:`3` |
---|
[58eccf6] | 63 | .. |Ang^-3| replace:: |Ang|\ :sup:`-3` |
---|
| 64 | .. |Ang^-4| replace:: |Ang|\ :sup:`-4` |
---|
[1c03e14] | 65 | .. |cm^-1| replace:: cm\ :sup:`-1` |
---|
| 66 | .. |cm^2| replace:: cm\ :sup:`2` |
---|
| 67 | .. |cm^-2| replace:: cm\ :sup:`-2` |
---|
| 68 | .. |cm^3| replace:: cm\ :sup:`3` |
---|
| 69 | .. |cm^-3| replace:: cm\ :sup:`-3` |
---|
| 70 | .. |sr^-1| replace:: sr\ :sup:`-1` |
---|
| 71 | .. |P0| replace:: P\ :sub:`0`\ |
---|
| 72 | .. |A2| replace:: A\ :sub:`2`\ |
---|
| 73 | |
---|
| 74 | |
---|
| 75 | |
---|
| 76 | .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ |
---|
| 77 | |
---|
| 78 | |
---|
| 79 | |
---|
| 80 | .. Actual document starts here... |
---|
| 81 | |
---|
[5e880fe1] | 82 | .. _SasView_model_functions: |
---|
| 83 | |
---|
[1c03e14] | 84 | SasView Model Functions |
---|
| 85 | ======================= |
---|
| 86 | |
---|
[98b30b4] | 87 | .. _Background: |
---|
[1c03e14] | 88 | |
---|
[98b30b4] | 89 | 1. Background |
---|
[1c03e14] | 90 | --------------- |
---|
| 91 | |
---|
| 92 | Many of our models use the form factor calculations implemented in a c-library provided by the NIST Center for Neutron |
---|
[6386cd8] | 93 | Research and thus some content and figures in this document are originated from or shared with the NIST SANS Igor-based |
---|
| 94 | analysis package. |
---|
[1c03e14] | 95 | |
---|
| 96 | This software provides form factors for various particle shapes. After giving a mathematical definition of each model, |
---|
| 97 | we show the list of parameters available to the user. Validation plots for each model are also presented. |
---|
| 98 | |
---|
| 99 | Instructions on how to use SasView itself are available separately. |
---|
| 100 | |
---|
| 101 | To easily compare to the scattering intensity measured in experiments, we normalize the form factors by the volume of |
---|
| 102 | the particle |
---|
| 103 | |
---|
| 104 | .. image:: img/image001.PNG |
---|
| 105 | |
---|
| 106 | with |
---|
| 107 | |
---|
| 108 | .. image:: img/image002.PNG |
---|
| 109 | |
---|
| 110 | where |P0|\ *(q)* is the un-normalized form factor, |rho|\ *(r)* is the scattering length density at a given |
---|
| 111 | point in space and the integration is done over the volume *V* of the scatterer. |
---|
| 112 | |
---|
| 113 | For systems without inter-particle interference, the form factors we provide can be related to the scattering intensity |
---|
| 114 | by the particle volume fraction |
---|
| 115 | |
---|
| 116 | .. image:: img/image003.PNG |
---|
| 117 | |
---|
| 118 | Our so-called 1D scattering intensity functions provide *P(q)* for the case where the scatterer is randomly oriented. In |
---|
[6386cd8] | 119 | that case, the scattering intensity only depends on the length of *q* . The intensity measured on the plane of the SAS |
---|
[1c03e14] | 120 | detector will have an azimuthal symmetry around *q*\ =0 . |
---|
| 121 | |
---|
| 122 | Our so-called 2D scattering intensity functions provide *P(q,* |phi| *)* for an oriented system as a function of a |
---|
| 123 | q-vector in the plane of the detector. We define the angle |phi| as the angle between the q vector and the horizontal |
---|
| 124 | (x) axis of the plane of the detector. |
---|
| 125 | |
---|
| 126 | For information about polarised and magnetic scattering, click here_. |
---|
| 127 | |
---|
| 128 | .. _here: polar_mag_help.html |
---|
| 129 | |
---|
| 130 | |
---|
| 131 | |
---|
| 132 | .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ |
---|
| 133 | |
---|
| 134 | |
---|
| 135 | |
---|
| 136 | .. _Model: |
---|
| 137 | |
---|
| 138 | 2. Model functions |
---|
| 139 | ------------------ |
---|
| 140 | |
---|
| 141 | .. _Shape-based: |
---|
| 142 | |
---|
| 143 | 2.1 Shape-based Functions |
---|
| 144 | ------------------------- |
---|
| 145 | |
---|
| 146 | Sphere-based |
---|
| 147 | ------------ |
---|
| 148 | |
---|
| 149 | - SphereModel_ (including magnetic 2D version) |
---|
| 150 | - BinaryHSModel_ |
---|
| 151 | - FuzzySphereModel_ |
---|
| 152 | - RaspBerryModel_ |
---|
| 153 | - CoreShellModel_ (including magnetic 2D version) |
---|
[7072ce6] | 154 | - MicelleSphCoreModel_ |
---|
[1c03e14] | 155 | - CoreMultiShellModel_ (including magnetic 2D version) |
---|
| 156 | - Core2ndMomentModel_ |
---|
| 157 | - MultiShellModel_ |
---|
| 158 | - OnionExpShellModel_ |
---|
| 159 | - VesicleModel_ |
---|
| 160 | - SphericalSLDModel_ |
---|
| 161 | - LinearPearlsModel_ |
---|
| 162 | - PearlNecklaceModel_ |
---|
| 163 | |
---|
| 164 | Cylinder-based |
---|
| 165 | -------------- |
---|
| 166 | |
---|
| 167 | - CylinderModel_ (including magnetic 2D version) |
---|
| 168 | - HollowCylinderModel_ |
---|
[38d4102] | 169 | - CappedCylinderModel_ |
---|
| 170 | - CoreShellCylinderModel_ |
---|
| 171 | - EllipticalCylinderModel_ |
---|
[77cfcf0] | 172 | - FlexibleCylinderModel_ |
---|
| 173 | - FlexCylEllipXModel_ |
---|
| 174 | - CoreShellBicelleModel_ |
---|
| 175 | - BarBellModel_ |
---|
| 176 | - StackedDisksModel_ |
---|
| 177 | - PringleModel_ |
---|
[1c03e14] | 178 | |
---|
| 179 | Ellipsoid-based |
---|
| 180 | --------------- |
---|
| 181 | |
---|
[990c2eb] | 182 | - EllipsoidModel_ |
---|
| 183 | - CoreShellEllipsoidModel_ |
---|
| 184 | - CoreShellEllipsoidXTModel_ |
---|
[bf8c07b] | 185 | - TriaxialEllipsoidModel_ |
---|
[1c03e14] | 186 | |
---|
| 187 | Lamellae |
---|
| 188 | -------- |
---|
| 189 | |
---|
[1127c32] | 190 | - LamellarModel_ |
---|
| 191 | - LamellarFFHGModel_ |
---|
| 192 | - LamellarPSModel_ |
---|
| 193 | - LamellarPSHGModel_ |
---|
[1c03e14] | 194 | |
---|
| 195 | Paracrystals |
---|
| 196 | ------------ |
---|
| 197 | |
---|
[1127c32] | 198 | - LamellarPCrystalModel_ |
---|
[d4117ccb] | 199 | - SCCrystalModel_ |
---|
| 200 | - FCCrystalModel_ |
---|
| 201 | - BCCrystalModel_ |
---|
[1c03e14] | 202 | |
---|
| 203 | Parallelpipeds |
---|
| 204 | -------------- |
---|
| 205 | |
---|
[bf8c07b] | 206 | - ParallelepipedModel_ (including magnetic 2D version) |
---|
| 207 | - CSParallelepipedModel_ |
---|
[6386cd8] | 208 | - RectangularPrismModel_ |
---|
| 209 | - RectangularHollowPrismModel_ |
---|
| 210 | - RectangularHollowPrismInfThinWallsModel_ |
---|
[1c03e14] | 211 | |
---|
| 212 | .. _Shape-independent: |
---|
| 213 | |
---|
| 214 | 2.2 Shape-Independent Functions |
---|
| 215 | ------------------------------- |
---|
| 216 | |
---|
[6386cd8] | 217 | (In alphabetical order) |
---|
| 218 | |
---|
[4ed2d0a1] | 219 | - AbsolutePower_Law_ |
---|
[93b6fcc] | 220 | - BEPolyelectrolyte_ |
---|
| 221 | - BroadPeakModel_ |
---|
| 222 | - CorrLength_ |
---|
| 223 | - DABModel_ |
---|
| 224 | - Debye_ |
---|
| 225 | - FractalModel_ |
---|
| 226 | - FractalCoreShell_ |
---|
| 227 | - GaussLorentzGel_ |
---|
[6386cd8] | 228 | - GelFitModel_ |
---|
[93b6fcc] | 229 | - Guinier_ |
---|
| 230 | - GuinierPorod_ |
---|
[6386cd8] | 231 | - LineModel_ |
---|
[93b6fcc] | 232 | - Lorentz_ |
---|
| 233 | - MassFractalModel_ |
---|
| 234 | - MassSurfaceFractal_ |
---|
[6386cd8] | 235 | - PeakGaussModel_ |
---|
| 236 | - PeakLorentzModel_ |
---|
| 237 | - Poly_GaussCoil_ |
---|
| 238 | - PolyExclVolume_ |
---|
| 239 | - PorodModel_ |
---|
| 240 | - RPA10Model_ |
---|
| 241 | - StarPolymer_ |
---|
[93b6fcc] | 242 | - SurfaceFractalModel_ |
---|
| 243 | - TeubnerStrey_ |
---|
[6386cd8] | 244 | - TwoLorentzian_ |
---|
| 245 | - TwoPowerLaw_ |
---|
| 246 | - UnifiedPowerRg_ |
---|
| 247 | - ReflectivityModel_ |
---|
| 248 | - ReflectivityIIModel_ |
---|
[1c03e14] | 249 | |
---|
| 250 | .. _Structure-factor: |
---|
| 251 | |
---|
| 252 | 2.3 Structure Factor Functions |
---|
| 253 | ------------------------------ |
---|
| 254 | |
---|
| 255 | - HardSphereStructure_ |
---|
| 256 | - SquareWellStructure_ |
---|
| 257 | - HayterMSAStructure_ |
---|
| 258 | - StickyHSStructure_ |
---|
| 259 | |
---|
| 260 | .. _Customised: |
---|
| 261 | |
---|
| 262 | 2.4 Customized Functions |
---|
| 263 | ------------------------ |
---|
| 264 | |
---|
| 265 | - testmodel_ |
---|
| 266 | - testmodel_2_ |
---|
| 267 | - sum_p1_p2_ |
---|
| 268 | - sum_Ap1_1_Ap2_ |
---|
| 269 | - polynomial5_ |
---|
| 270 | - sph_bessel_jn_ |
---|
| 271 | |
---|
[ee9fa94] | 272 | Also see the documentation on :ref:`Adding_your_own_models` under Fitting Data. |
---|
| 273 | |
---|
[1c03e14] | 274 | |
---|
| 275 | |
---|
| 276 | .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ |
---|
| 277 | |
---|
| 278 | |
---|
| 279 | |
---|
| 280 | .. _References: |
---|
| 281 | |
---|
| 282 | 3. References |
---|
| 283 | ------------- |
---|
| 284 | |
---|
| 285 | *Small-Angle Scattering of X-Rays* |
---|
[93b6fcc] | 286 | A Guinier and G Fournet |
---|
[1c03e14] | 287 | John Wiley & Sons, New York (1955) |
---|
| 288 | |
---|
[93b6fcc] | 289 | P Stckel, R May, I Strell, Z Cejka, W Hoppe, H Heumann, W Zillig and H Crespi |
---|
[1c03e14] | 290 | *Eur. J. Biochem.*, 112, (1980), 411-417 |
---|
| 291 | |
---|
[93b6fcc] | 292 | G Porod |
---|
[1c03e14] | 293 | in *Small Angle X-ray Scattering* |
---|
[93b6fcc] | 294 | (editors) O Glatter and O Kratky |
---|
[1c03e14] | 295 | Academic Press (1982) |
---|
| 296 | |
---|
| 297 | *Structure Analysis by Small-Angle X-Ray and Neutron Scattering* |
---|
[93b6fcc] | 298 | L.A Feigin and D I Svergun |
---|
[1c03e14] | 299 | Plenum Press, New York (1987) |
---|
| 300 | |
---|
[93b6fcc] | 301 | S Hansen |
---|
[1c03e14] | 302 | *J. Appl. Cryst.* 23, (1990), 344-346 |
---|
| 303 | |
---|
[93b6fcc] | 304 | S J Henderson |
---|
[1c03e14] | 305 | *Biophys. J.* 70, (1996), 1618-1627 |
---|
| 306 | |
---|
[93b6fcc] | 307 | B C McAlister and B P Grady |
---|
[1c03e14] | 308 | *J. Appl. Cryst.* 31, (1998), 594-599 |
---|
| 309 | |
---|
[93b6fcc] | 310 | S R Kline |
---|
[1c03e14] | 311 | *J Appl. Cryst.* 39(6), (2006), 895 |
---|
| 312 | |
---|
| 313 | **Also see the references at the end of the each model function descriptions.** |
---|
| 314 | |
---|
| 315 | |
---|
| 316 | |
---|
| 317 | .. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ |
---|
| 318 | |
---|
| 319 | |
---|
| 320 | |
---|
| 321 | Model Definitions |
---|
| 322 | ----------------- |
---|
| 323 | |
---|
| 324 | .. _SphereModel: |
---|
| 325 | |
---|
| 326 | **2.1.1. SphereModel** |
---|
| 327 | |
---|
| 328 | This model provides the form factor, *P(q)*, for a monodisperse spherical particle with uniform scattering length |
---|
| 329 | density. The form factor is normalized by the particle volume as described below. |
---|
| 330 | |
---|
| 331 | For information about polarised and magnetic scattering, click here_. |
---|
| 332 | |
---|
| 333 | .. _here: polar_mag_help.html |
---|
| 334 | |
---|
| 335 | *2.1.1.1. Definition* |
---|
| 336 | |
---|
| 337 | The 1D scattering intensity is calculated in the following way (Guinier, 1955) |
---|
| 338 | |
---|
| 339 | .. image:: img/image004.PNG |
---|
| 340 | |
---|
| 341 | where *scale* is a volume fraction, *V* is the volume of the scatterer, *r* is the radius of the sphere, *bkg* is |
---|
| 342 | the background level and *sldXXX* is the scattering length density (SLD) of the scatterer or the solvent. |
---|
| 343 | |
---|
| 344 | Note that if your data is in absolute scale, the *scale* should represent the volume fraction (which is unitless) if |
---|
| 345 | you have a good fit. If not, it should represent the volume fraction \* a factor (by which your data might need to be |
---|
| 346 | rescaled). |
---|
| 347 | |
---|
| 348 | The 2D scattering intensity is the same as above, regardless of the orientation of the q vector. |
---|
| 349 | |
---|
| 350 | The returned value is scaled to units of |cm^-1| and the parameters of the SphereModel are the following: |
---|
| 351 | |
---|
| 352 | ============== ======== ============= |
---|
| 353 | Parameter name Units Default value |
---|
| 354 | ============== ======== ============= |
---|
| 355 | scale None 1 |
---|
| 356 | radius |Ang| 60 |
---|
| 357 | sldSph |Ang^-2| 2.0e-6 |
---|
| 358 | sldSolv |Ang^-2| 1.0e-6 |
---|
| 359 | background |cm^-1| 0 |
---|
| 360 | ============== ======== ============= |
---|
| 361 | |
---|
| 362 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron |
---|
| 363 | Research (Kline, 2006). |
---|
| 364 | |
---|
| 365 | REFERENCE |
---|
[bf8c07b] | 366 | |
---|
[93b6fcc] | 367 | A Guinier and G. Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, (1955) |
---|
[1c03e14] | 368 | |
---|
| 369 | *2.1.1.2. Validation of the SphereModel* |
---|
| 370 | |
---|
| 371 | Validation of our code was done by comparing the output of the 1D model to the output of the software provided by the |
---|
| 372 | NIST (Kline, 2006). Figure 1 shows a comparison of the output of our model and the output of the NIST software. |
---|
| 373 | |
---|
[7f42aad] | 374 | .. image:: img/image005.jpg |
---|
[1c03e14] | 375 | |
---|
| 376 | Figure 1: Comparison of the DANSE scattering intensity for a sphere with the output of the NIST SANS analysis software. |
---|
| 377 | The parameters were set to: Scale=1.0, Radius=60 |Ang|, Contrast=1e-6 |Ang^-2|, and Background=0.01 |cm^-1|. |
---|
| 378 | |
---|
[93b6fcc] | 379 | *2013/09/09 and 2014/01/06 - Description reviewed by S King and P Parker.* |
---|
[1c03e14] | 380 | |
---|
| 381 | |
---|
| 382 | |
---|
| 383 | .. _BinaryHSModel: |
---|
| 384 | |
---|
| 385 | **2.1.2. BinaryHSModel** |
---|
| 386 | |
---|
| 387 | *2.1.2.1. Definition* |
---|
| 388 | |
---|
| 389 | This model (binary hard sphere model) provides the scattering intensity, for binary mixture of spheres including hard |
---|
| 390 | sphere interaction between those particles. Using Percus-Yevick closure, the calculation is an exact multi-component |
---|
| 391 | solution |
---|
| 392 | |
---|
| 393 | .. image:: img/image006.PNG |
---|
| 394 | |
---|
| 395 | where *Sij* are the partial structure factors and *fi* are the scattering amplitudes of the particles. The subscript 1 |
---|
| 396 | is for the smaller particle and 2 is for the larger. The number fraction of the larger particle, (*x* = n2/(n1+n2), |
---|
| 397 | where *n* = the number density) is internally calculated based on |
---|
| 398 | |
---|
| 399 | .. image:: img/image007.PNG |
---|
| 400 | |
---|
| 401 | The 2D scattering intensity is the same as 1D, regardless of the orientation of the *q* vector which is defined as |
---|
| 402 | |
---|
| 403 | .. image:: img/image008.PNG |
---|
| 404 | |
---|
| 405 | The parameters of the BinaryHSModel are the following (in the names, *l* (or *ls*\ ) stands for larger spheres |
---|
| 406 | while *s* (or *ss*\ ) for the smaller spheres). |
---|
| 407 | |
---|
| 408 | ============== ======== ============= |
---|
| 409 | Parameter name Units Default value |
---|
| 410 | ============== ======== ============= |
---|
| 411 | background |cm^-1| 0.001 |
---|
| 412 | l_radius |Ang| 100.0 |
---|
| 413 | ss_sld |Ang^-2| 0.0 |
---|
| 414 | ls_sld |Ang^-2| 3e-6 |
---|
| 415 | solvent_sld |Ang^-2| 6e-6 |
---|
| 416 | s_radius |Ang| 25.0 |
---|
| 417 | vol_frac_ls None 0.1 |
---|
| 418 | vol_frac_ss None 0.2 |
---|
| 419 | ============== ======== ============= |
---|
| 420 | |
---|
[7f42aad] | 421 | .. image:: img/image009.jpg |
---|
[1c03e14] | 422 | |
---|
| 423 | *Figure. 1D plot using the default values above (w/200 data point).* |
---|
| 424 | |
---|
| 425 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron |
---|
| 426 | Research (Kline, 2006). |
---|
| 427 | |
---|
| 428 | See the reference for details. |
---|
| 429 | |
---|
| 430 | REFERENCE |
---|
[bf8c07b] | 431 | |
---|
[93b6fcc] | 432 | N W Ashcroft and D C Langreth, *Physical Review*, 156 (1967) 685-692 |
---|
[1c03e14] | 433 | [Errata found in *Phys. Rev.* 166 (1968) 934] |
---|
| 434 | |
---|
| 435 | |
---|
| 436 | |
---|
| 437 | .. _FuzzySphereModel: |
---|
| 438 | |
---|
| 439 | **2.1.3. FuzzySphereModel** |
---|
| 440 | |
---|
| 441 | This model is to calculate the scattering from spherical particles with a "fuzzy" interface. |
---|
| 442 | |
---|
| 443 | *2.1.3.1. Definition* |
---|
| 444 | |
---|
| 445 | The scattering intensity *I(q)* is calculated as: |
---|
| 446 | |
---|
| 447 | .. image:: img/image010.PNG |
---|
| 448 | |
---|
| 449 | where the amplitude *A(q)* is given as the typical sphere scattering convoluted with a Gaussian to get a gradual |
---|
| 450 | drop-off in the scattering length density |
---|
| 451 | |
---|
| 452 | .. image:: img/image011.PNG |
---|
| 453 | |
---|
| 454 | Here |A2|\ *(q)* is the form factor, *P(q)*. The scale is equivalent to the volume fraction of spheres, each of |
---|
| 455 | volume, *V*\. Contrast (|drho|) is the difference of scattering length densities of the sphere and the surrounding |
---|
| 456 | solvent. |
---|
| 457 | |
---|
| 458 | Poly-dispersion in radius and in fuzziness is provided for. |
---|
| 459 | |
---|
| 460 | The returned value is scaled to units of |cm^-1|\ |sr^-1|; ie, absolute scale. |
---|
| 461 | |
---|
| 462 | From the reference |
---|
| 463 | |
---|
| 464 | The "fuzziness" of the interface is defined by the parameter |sigma| :sub:`fuzzy`\ . The particle radius *R* |
---|
| 465 | represents the radius of the particle where the scattering length density profile decreased to 1/2 of the core |
---|
| 466 | density. The |sigma| :sub:`fuzzy`\ is the width of the smeared particle surface; i.e., the standard deviation |
---|
| 467 | from the average height of the fuzzy interface. The inner regions of the microgel that display a higher density |
---|
| 468 | are described by the radial box profile extending to a radius of approximately *Rbox* ~ *R* - 2\ |sigma|\ . The |
---|
| 469 | profile approaches zero as *Rsans* ~ *R* + 2\ |sigma|\ . |
---|
| 470 | |
---|
| 471 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
| 472 | |
---|
| 473 | .. image:: img/image008.PNG |
---|
| 474 | |
---|
| 475 | This example dataset is produced by running the FuzzySphereModel, using 200 data points, *qmin* = 0.001 -1, |
---|
| 476 | *qmax* = 0.7 |Ang^-1| and the default values |
---|
| 477 | |
---|
| 478 | ============== ======== ============= |
---|
| 479 | Parameter name Units Default value |
---|
| 480 | ============== ======== ============= |
---|
| 481 | scale None 1.0 |
---|
| 482 | radius |Ang| 60 |
---|
| 483 | fuzziness |Ang| 10 |
---|
| 484 | sldSolv |Ang^-2| 3e-6 |
---|
| 485 | sldSph |Ang^-2| 1e-6 |
---|
| 486 | background |cm^-1| 0.001 |
---|
| 487 | ============== ======== ============= |
---|
| 488 | |
---|
[7f42aad] | 489 | .. image:: img/image012.jpg |
---|
[1c03e14] | 490 | |
---|
| 491 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
| 492 | |
---|
| 493 | REFERENCE |
---|
[bf8c07b] | 494 | |
---|
[93b6fcc] | 495 | M Stieger, J. S Pedersen, P Lindner, W Richtering, *Langmuir*, 20 (2004) 7283-7292 |
---|
[1c03e14] | 496 | |
---|
| 497 | |
---|
| 498 | |
---|
| 499 | .. _RaspBerryModel: |
---|
| 500 | |
---|
| 501 | **2.1.4. RaspBerryModel** |
---|
| 502 | |
---|
| 503 | Calculates the form factor, *P(q)*, for a "Raspberry-like" structure where there are smaller spheres at the surface |
---|
| 504 | of a larger sphere, such as the structure of a Pickering emulsion. |
---|
| 505 | |
---|
| 506 | *2.1.4.1. Definition* |
---|
| 507 | |
---|
| 508 | The structure is: |
---|
| 509 | |
---|
[7f42aad] | 510 | .. image:: img/raspberry_pic.jpg |
---|
[1c03e14] | 511 | |
---|
| 512 | where *Ro* = the radius of the large sphere, *Rp* = the radius of the smaller sphere on the surface, |delta| = the |
---|
| 513 | fractional penetration depth, and surface coverage = fractional coverage of the large sphere surface (0.9 max). |
---|
| 514 | |
---|
| 515 | The large and small spheres have their own SLD, as well as the solvent. The surface coverage term is a fractional |
---|
| 516 | coverage (maximum of approximately 0.9 for hexagonally-packed spheres on a surface). Since not all of the small |
---|
| 517 | spheres are necessarily attached to the surface, the excess free (small) spheres scattering is also included in the |
---|
| 518 | calculation. The function calculated follows equations (8)-(12) of the reference below, and the equations are not |
---|
| 519 | reproduced here. |
---|
| 520 | |
---|
| 521 | The returned value is scaled to units of |cm^-1|. No inter-particle scattering is included in this model. |
---|
| 522 | |
---|
| 523 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
| 524 | |
---|
| 525 | .. image:: img/image008.PNG |
---|
| 526 | |
---|
| 527 | This example dataset is produced by running the RaspBerryModel, using 2000 data points, *qmin* = 0.0001 |Ang^-1|, |
---|
| 528 | *qmax* = 0.2 |Ang^-1| and the default values below, where *Ssph/Lsph* stands for smaller or larger sphere, respectively, |
---|
| 529 | and *surfrac_Ssph* is the surface fraction of the smaller spheres. |
---|
| 530 | |
---|
| 531 | ============== ======== ============= |
---|
| 532 | Parameter name Units Default value |
---|
| 533 | ============== ======== ============= |
---|
| 534 | delta_Ssph None 0 |
---|
| 535 | radius_Lsph |Ang| 5000 |
---|
| 536 | radius_Ssph |Ang| 100 |
---|
| 537 | sld_Lsph |Ang^-2| -4e-07 |
---|
| 538 | sld_Ssph |Ang^-2| 3.5e-6 |
---|
| 539 | sld_solv |Ang^-2| 6.3e-6 |
---|
| 540 | surfrac_Ssph None 0.4 |
---|
| 541 | volf_Lsph None 0.05 |
---|
| 542 | volf_Lsph None 0.005 |
---|
| 543 | background |cm^-1| 0 |
---|
| 544 | ============== ======== ============= |
---|
| 545 | |
---|
[7f42aad] | 546 | .. image:: img/raspberry_plot.jpg |
---|
[1c03e14] | 547 | |
---|
| 548 | *Figure. 1D plot using the values of /2000 data points.* |
---|
| 549 | |
---|
| 550 | REFERENCE |
---|
[bf8c07b] | 551 | |
---|
[93b6fcc] | 552 | K Larson-Smith, A Jackson, and D C Pozzo, *Small angle scattering model for Pickering emulsions and raspberry* |
---|
[1c03e14] | 553 | *particles*, *Journal of Colloid and Interface Science*, 343(1) (2010) 36-41 |
---|
| 554 | |
---|
| 555 | |
---|
| 556 | |
---|
| 557 | .. _CoreShellModel: |
---|
| 558 | |
---|
| 559 | **2.1.5. CoreShellModel** |
---|
| 560 | |
---|
| 561 | This model provides the form factor, *P(q)*, for a spherical particle with a core-shell structure. The form factor is |
---|
| 562 | normalized by the particle volume. |
---|
| 563 | |
---|
| 564 | For information about polarised and magnetic scattering, click here_. |
---|
| 565 | |
---|
| 566 | *2.1.5.1. Definition* |
---|
| 567 | |
---|
| 568 | The 1D scattering intensity is calculated in the following way (Guinier, 1955) |
---|
| 569 | |
---|
| 570 | .. image:: img/image013.PNG |
---|
| 571 | |
---|
| 572 | where *scale* is a scale factor, *Vs* is the volume of the outer shell, *Vc* is the volume of the core, *rs* is the |
---|
| 573 | radius of the shell, *rc* is the radius of the core, *c* is the scattering length density of the core, *s* is the |
---|
| 574 | scattering length density of the shell, *solv* is the scattering length density of the solvent, and *bkg* is the |
---|
| 575 | background level. |
---|
| 576 | |
---|
| 577 | The 2D scattering intensity is the same as *P(q)* above, regardless of the orientation of the *q* vector. |
---|
| 578 | |
---|
| 579 | NB: The outer most radius (ie, = *radius* + *thickness*) is used as the effective radius for *S(Q)* when |
---|
| 580 | *P(Q)* \* *S(Q)* is applied. |
---|
| 581 | |
---|
| 582 | The returned value is scaled to units of |cm^-1| and the parameters of the CoreShellModel are the following |
---|
| 583 | |
---|
| 584 | ============== ======== ============= |
---|
| 585 | Parameter name Units Default value |
---|
| 586 | ============== ======== ============= |
---|
| 587 | scale None 1.0 |
---|
| 588 | (core) radius |Ang| 60 |
---|
| 589 | thickness |Ang| 10 |
---|
| 590 | core_sld |Ang^-2| 1e-6 |
---|
| 591 | shell_sld |Ang^-2| 2e-6 |
---|
| 592 | solvent_sld |Ang^-2| 3e-6 |
---|
| 593 | background |cm^-1| 0.001 |
---|
| 594 | ============== ======== ============= |
---|
| 595 | |
---|
| 596 | Here, *radius* = the radius of the core and *thickness* = the thickness of the shell. |
---|
| 597 | |
---|
| 598 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron |
---|
| 599 | Research (Kline, 2006). |
---|
| 600 | |
---|
| 601 | REFERENCE |
---|
[bf8c07b] | 602 | |
---|
[93b6fcc] | 603 | A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, (1955) |
---|
[1c03e14] | 604 | |
---|
| 605 | *2.1.5.2. Validation of the core-shell sphere model* |
---|
| 606 | |
---|
| 607 | Validation of our code was done by comparing the output of the 1D model to the output of the software provided by |
---|
| 608 | NIST (Kline, 2006). Figure 1 shows a comparison of the output of our model and the output of the NIST software. |
---|
| 609 | |
---|
[7f42aad] | 610 | .. image:: img/image014.jpg |
---|
[1c03e14] | 611 | |
---|
| 612 | Figure 1: Comparison of the SasView scattering intensity for a core-shell sphere with the output of the NIST SANS |
---|
| 613 | analysis software. The parameters were set to: *Scale* = 1.0, *Radius* = 60 , *Contrast* = 1e-6 |Ang^-2|, and |
---|
| 614 | *Background* = 0.001 |cm^-1|. |
---|
| 615 | |
---|
| 616 | |
---|
| 617 | |
---|
| 618 | .. _CoreMultiShellModel: |
---|
| 619 | |
---|
| 620 | **2.1.6. CoreMultiShellModel** |
---|
| 621 | |
---|
| 622 | This model provides the scattering from a spherical core with 1 to 4 concentric shell structures. The SLDs of the core |
---|
| 623 | and each shell are individually specified. |
---|
| 624 | |
---|
| 625 | For information about polarised and magnetic scattering, click here_. |
---|
| 626 | |
---|
| 627 | *2.1.6.1. Definition* |
---|
| 628 | |
---|
| 629 | This model is a trivial extension of the CoreShell function to a larger number of shells. See the CoreShell function |
---|
| 630 | for a diagram and documentation. |
---|
| 631 | |
---|
[77cfcf0] | 632 | The returned value is scaled to units of |cm^-1|\ |sr^-1|, absolute scale. |
---|
[1c03e14] | 633 | |
---|
| 634 | Be careful! The SLDs and scale can be highly correlated. Hold as many of these parameters fixed as possible. |
---|
| 635 | |
---|
| 636 | The 2D scattering intensity is the same as P(q) of 1D, regardless of the orientation of the q vector. |
---|
| 637 | |
---|
| 638 | NB: The outer most radius (ie, = *radius* + 4 *thicknesses*) is used as the effective radius for *S(Q)* when |
---|
| 639 | *P(Q)* \* *S(Q)* is applied. |
---|
| 640 | |
---|
| 641 | The returned value is scaled to units of |cm^-1| and the parameters of the CoreMultiShell model are the following |
---|
| 642 | |
---|
| 643 | ============== ======== ============= |
---|
| 644 | Parameter name Units Default value |
---|
| 645 | ============== ======== ============= |
---|
| 646 | scale None 1.0 |
---|
| 647 | rad_core |Ang| 60 |
---|
| 648 | sld_core |Ang^-2| 6.4e-6 |
---|
| 649 | sld_shell1 |Ang^-2| 1e-6 |
---|
| 650 | sld_shell2 |Ang^-2| 2e-6 |
---|
| 651 | sld_shell3 |Ang^-2| 3e-6 |
---|
| 652 | sld_shell4 |Ang^-2| 4e-6 |
---|
| 653 | sld_solv |Ang^-2| 6.4e-6 |
---|
| 654 | thick_shell1 |Ang| 10 |
---|
| 655 | thick_shell2 |Ang| 10 |
---|
| 656 | thick_shell3 |Ang| 10 |
---|
| 657 | thick_shell4 |Ang| 10 |
---|
| 658 | background |cm^-1| 0.001 |
---|
| 659 | ============== ======== ============= |
---|
| 660 | |
---|
| 661 | NB: Here, *rad_core* = the radius of the core, *thick_shelli* = the thickness of the shell *i* and |
---|
| 662 | *sld_shelli* = the SLD of the shell *i*. *sld_core* and the *sld_solv* are the SLD of the core and the solvent, |
---|
| 663 | respectively. |
---|
| 664 | |
---|
| 665 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron |
---|
| 666 | Research (Kline, 2006). |
---|
| 667 | |
---|
| 668 | This example dataset is produced by running the CoreMultiShellModel using 200 data points, *qmin* = 0.001 -1, |
---|
| 669 | *qmax* = 0.7 -1 and the above default values. |
---|
| 670 | |
---|
[7f42aad] | 671 | .. image:: img/image015.jpg |
---|
[1c03e14] | 672 | |
---|
| 673 | *Figure: 1D plot using the default values (w/200 data point).* |
---|
| 674 | |
---|
| 675 | The scattering length density profile for the default sld values (w/ 4 shells). |
---|
| 676 | |
---|
[7f42aad] | 677 | .. image:: img/image016.jpg |
---|
[1c03e14] | 678 | |
---|
| 679 | *Figure: SLD profile against the radius of the sphere for default SLDs.* |
---|
| 680 | |
---|
| 681 | REFERENCE |
---|
[bf8c07b] | 682 | |
---|
| 683 | See the CoreShellModel_ documentation. |
---|
[1c03e14] | 684 | |
---|
| 685 | |
---|
| 686 | |
---|
| 687 | .. _Core2ndMomentModel: |
---|
| 688 | |
---|
| 689 | **2.1.7. Core2ndMomentModel** |
---|
| 690 | |
---|
| 691 | This model describes the scattering from a layer of surfactant or polymer adsorbed on spherical particles under the |
---|
| 692 | conditions that (i) the particles (cores) are contrast-matched to the dispersion medium, (ii) *S(Q)* ~ 1 (ie, the |
---|
| 693 | particle volume fraction is dilute), (iii) the particle radius is >> layer thickness (ie, the interface is locally |
---|
| 694 | flat), and (iv) scattering from excess unadsorbed adsorbate in the bulk medium is absent or has been corrected for. |
---|
| 695 | |
---|
| 696 | Unlike a core-shell model, this model does not assume any form for the density distribution of the adsorbed species |
---|
| 697 | normal to the interface (cf, a core-shell model which assumes the density distribution to be a homogeneous |
---|
| 698 | step-function). For comparison, if the thickness of a (core-shell like) step function distribution is *t*, the second |
---|
| 699 | moment, |sigma| = sqrt((*t* :sup:`2` )/12). The |sigma| is the second moment about the mean of the density distribution |
---|
| 700 | (ie, the distance of the centre-of-mass of the distribution from the interface). |
---|
| 701 | |
---|
| 702 | *2.1.7.1. Definition* |
---|
| 703 | |
---|
| 704 | The *I* :sub:`0` is calculated in the following way (King, 2002) |
---|
| 705 | |
---|
[7f42aad] | 706 | .. image:: img/secondmeq1.jpg |
---|
[1c03e14] | 707 | |
---|
| 708 | where *scale* is a scale factor, *poly* is the sld of the polymer (or surfactant) layer, *solv* is the sld of the |
---|
| 709 | solvent/medium and cores, |phi|\ :sub:`cores` is the volume fraction of the core paraticles, and |biggamma| and |
---|
| 710 | |delta| are the adsorbed amount and the bulk density of the polymers respectively. The |sigma| is the second moment |
---|
| 711 | of the thickness distribution. |
---|
| 712 | |
---|
| 713 | Note that all parameters except the |sigma| are correlated for fitting so that fitting those with more than one |
---|
| 714 | parameter will generally fail. Also note that unlike other shape models, no volume normalization is applied to this |
---|
| 715 | model (the calculation is exact). |
---|
| 716 | |
---|
| 717 | The returned value is scaled to units of |cm^-1| and the parameters are the following |
---|
| 718 | |
---|
| 719 | ============== ======== ============= |
---|
| 720 | Parameter name Units Default value |
---|
| 721 | ============== ======== ============= |
---|
| 722 | scale None 1.0 |
---|
| 723 | density_poly g/cm2 0.7 |
---|
| 724 | radius_core |Ang| 500 |
---|
| 725 | ads_amount mg/m 2 1.9 |
---|
| 726 | second_moment |Ang| 23.0 |
---|
| 727 | volf_cores None 0.14 |
---|
| 728 | sld_poly |Ang^-2| 1.5e-6 |
---|
| 729 | sld_solv |Ang^-2| 6.3e-6 |
---|
| 730 | background |cm^-1| 0.0 |
---|
| 731 | ============== ======== ============= |
---|
| 732 | |
---|
[7f42aad] | 733 | .. image:: img/secongm_fig1.jpg |
---|
[1c03e14] | 734 | |
---|
| 735 | REFERENCE |
---|
[bf8c07b] | 736 | |
---|
[93b6fcc] | 737 | S King, P Griffiths, J. Hone, and T Cosgrove, *SANS from Adsorbed Polymer Layers*, |
---|
[1c03e14] | 738 | *Macromol. Symp.*, 190 (2002) 33-42 |
---|
| 739 | |
---|
| 740 | |
---|
| 741 | |
---|
| 742 | .. _MultiShellModel: |
---|
| 743 | |
---|
| 744 | **2.1.8. MultiShellModel** |
---|
| 745 | |
---|
| 746 | This model provides the form factor, *P(q)*, for a multi-lamellar vesicle with *N* shells where the core is filled with |
---|
| 747 | solvent and the shells are interleaved with layers of solvent. For *N* = 1, this returns the VesicleModel (above). |
---|
| 748 | |
---|
[7f42aad] | 749 | .. image:: img/image020.jpg |
---|
[1c03e14] | 750 | |
---|
| 751 | The 2D scattering intensity is the same as 1D, regardless of the orientation of the *q* vector which is defined as |
---|
| 752 | |
---|
| 753 | .. image:: img/image008.PNG |
---|
| 754 | |
---|
| 755 | NB: The outer most radius (= *core_radius* + *n_pairs* \* *s_thickness* + (*n_pairs* - 1) \* *w_thickness*) is used |
---|
| 756 | as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
| 757 | |
---|
| 758 | The returned value is scaled to units of |cm^-1| and the parameters of the MultiShellModel are the following |
---|
| 759 | |
---|
| 760 | ============== ======== ============= |
---|
| 761 | Parameter name Units Default value |
---|
| 762 | ============== ======== ============= |
---|
| 763 | scale None 1.0 |
---|
| 764 | core_radius |Ang| 60.0 |
---|
| 765 | n_pairs None 2.0 |
---|
| 766 | core_sld |Ang^-2| 6.3e-6 |
---|
| 767 | shell_sld |Ang^-2| 0.0 |
---|
| 768 | background |cm^-1| 0.0 |
---|
| 769 | s_thickness |Ang| 10 |
---|
| 770 | w_thickness |Ang| 10 |
---|
| 771 | ============== ======== ============= |
---|
| 772 | |
---|
| 773 | NB: *s_thickness* is the shell thickness while the *w_thickness* is the solvent thickness, and *n_pair* |
---|
| 774 | is the number of shells. |
---|
| 775 | |
---|
[7f42aad] | 776 | .. image:: img/image021.jpg |
---|
[1c03e14] | 777 | |
---|
| 778 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
| 779 | |
---|
| 780 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron |
---|
| 781 | Research (Kline, 2006). |
---|
| 782 | |
---|
| 783 | REFERENCE |
---|
[bf8c07b] | 784 | |
---|
[93b6fcc] | 785 | B Cabane, *Small Angle Scattering Methods*, in *Surfactant Solutions: New Methods of Investigation*, Ch.2, |
---|
| 786 | Surfactant Science Series Vol. 22, Ed. R Zana and M Dekker, New York, (1987). |
---|
[1c03e14] | 787 | |
---|
| 788 | |
---|
| 789 | |
---|
| 790 | .. _OnionExpShellModel: |
---|
| 791 | |
---|
| 792 | **2.1.9. OnionExpShellModel** |
---|
| 793 | |
---|
| 794 | This model provides the form factor, *P(q)*, for a multi-shell sphere where the scattering length density (SLD) of the |
---|
| 795 | each shell is described by an exponential (linear, or flat-top) function. The form factor is normalized by the volume |
---|
| 796 | of the sphere where the SLD is not identical to the SLD of the solvent. We currently provide up to 9 shells with this |
---|
| 797 | model. |
---|
| 798 | |
---|
| 799 | *2.1.9.1. Definition* |
---|
| 800 | |
---|
| 801 | The 1D scattering intensity is calculated in the following way |
---|
| 802 | |
---|
[7f42aad] | 803 | .. image:: img/image022.gif |
---|
[1c03e14] | 804 | |
---|
[7f42aad] | 805 | .. image:: img/image023.gif |
---|
[1c03e14] | 806 | |
---|
| 807 | where, for a spherically symmetric particle with a particle density |rho|\ *(r)* |
---|
| 808 | |
---|
[7f42aad] | 809 | .. image:: img/image024.gif |
---|
[1c03e14] | 810 | |
---|
| 811 | so that |
---|
| 812 | |
---|
[7f42aad] | 813 | .. image:: img/image025.gif |
---|
[1c03e14] | 814 | |
---|
[7f42aad] | 815 | .. image:: img/image026.gif |
---|
[1c03e14] | 816 | |
---|
[7f42aad] | 817 | .. image:: img/image027.gif |
---|
[1c03e14] | 818 | |
---|
| 819 | Here we assumed that the SLDs of the core and solvent are constant against *r*. |
---|
| 820 | |
---|
| 821 | Now lets consider the SLD of a shell, *r*\ :sub:`shelli`, defined by |
---|
| 822 | |
---|
[7f42aad] | 823 | .. image:: img/image028.gif |
---|
[1c03e14] | 824 | |
---|
| 825 | An example of a possible SLD profile is shown below where *sld_in_shelli* (|rho|\ :sub:`in`\ ) and |
---|
| 826 | *thick_shelli* (|bigdelta|\ *t* :sub:`shelli`\ ) stand for the SLD of the inner side of the *i*\ th shell and the |
---|
| 827 | thickness of the *i*\ th shell in the equation above, respectively. |
---|
| 828 | |
---|
| 829 | For \| *A* \| > 0, |
---|
| 830 | |
---|
[7f42aad] | 831 | .. image:: img/image029.gif |
---|
[1c03e14] | 832 | |
---|
| 833 | For *A* ~ 0 (eg., *A* = -0.0001), this function converges to that of the linear SLD profile (ie, |
---|
| 834 | |rho|\ :sub:`shelli`\ *(r)* = *A*\ :sup:`'` ( *r* - *r*\ :sub:`shelli` - 1) / |bigdelta|\ *t* :sub:`shelli`) + *B*\ :sup:`'`), |
---|
| 835 | so this case is equivalent to |
---|
| 836 | |
---|
[7f42aad] | 837 | .. image:: img/image030.gif |
---|
[1c03e14] | 838 | |
---|
[7f42aad] | 839 | .. image:: img/image031.gif |
---|
[1c03e14] | 840 | |
---|
[7f42aad] | 841 | .. image:: img/image032.gif |
---|
[1c03e14] | 842 | |
---|
[7f42aad] | 843 | .. image:: img/image033.gif |
---|
[1c03e14] | 844 | |
---|
| 845 | For *A* = 0, the exponential function has no dependence on the radius (so that *sld_out_shell* (|rho|\ :sub:`out`) is |
---|
| 846 | ignored this case) and becomes flat. We set the constant to |rho|\ :sub:`in` for convenience, and thus the form |
---|
| 847 | factor contributed by the shells is |
---|
| 848 | |
---|
[7f42aad] | 849 | .. image:: img/image034.gif |
---|
[1c03e14] | 850 | |
---|
[7f42aad] | 851 | .. image:: img/image035.gif |
---|
[1c03e14] | 852 | |
---|
| 853 | In the equation |
---|
| 854 | |
---|
[7f42aad] | 855 | .. image:: img/image036.gif |
---|
[1c03e14] | 856 | |
---|
| 857 | Finally, the form factor can be calculated by |
---|
| 858 | |
---|
[7f42aad] | 859 | .. image:: img/image037.gif |
---|
[1c03e14] | 860 | |
---|
| 861 | where |
---|
| 862 | |
---|
[7f42aad] | 863 | .. image:: img/image038.gif |
---|
[1c03e14] | 864 | |
---|
| 865 | and |
---|
| 866 | |
---|
[7f42aad] | 867 | .. image:: img/image039.gif |
---|
[1c03e14] | 868 | |
---|
| 869 | The 2D scattering intensity is the same as *P(q)* above, regardless of the orientation of the *q* vector which is |
---|
| 870 | defined as |
---|
| 871 | |
---|
[7f42aad] | 872 | .. image:: img/image040.gif |
---|
[1c03e14] | 873 | |
---|
| 874 | NB: The outer most radius is used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
| 875 | |
---|
| 876 | The returned value is scaled to units of |cm^-1| and the parameters of this model (for only one shell) are the following |
---|
| 877 | |
---|
| 878 | ============== ======== ============= |
---|
| 879 | Parameter name Units Default value |
---|
| 880 | ============== ======== ============= |
---|
| 881 | A_shell1 None 1 |
---|
| 882 | scale None 1.0 |
---|
| 883 | rad_core |Ang| 200 |
---|
| 884 | thick_shell1 |Ang| 50 |
---|
| 885 | sld_core |Ang^-2| 1.0e-06 |
---|
| 886 | sld_in_shell1 |Ang^-2| 1.7e-06 |
---|
| 887 | sld_out_shell1 |Ang^-2| 2.0e-06 |
---|
| 888 | sld_solv |Ang^-2| 6.4e-06 |
---|
| 889 | background |cm^-1| 0.0 |
---|
| 890 | ============== ======== ============= |
---|
| 891 | |
---|
| 892 | NB: *rad_core* represents the core radius (*R1*) and *thick_shell1* (*R2* - *R1*) is the thickness of the shell1, etc. |
---|
| 893 | |
---|
[7f42aad] | 894 | .. image:: img/image041.jpg |
---|
[1c03e14] | 895 | |
---|
| 896 | *Figure. 1D plot using the default values (w/400 point).* |
---|
| 897 | |
---|
[7f42aad] | 898 | .. image:: img/image042.jpg |
---|
[1c03e14] | 899 | |
---|
| 900 | *Figure. SLD profile from the default values.* |
---|
| 901 | |
---|
| 902 | REFERENCE |
---|
[bf8c07b] | 903 | |
---|
[93b6fcc] | 904 | L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, |
---|
[1c03e14] | 905 | Plenum Press, New York, (1987). |
---|
| 906 | |
---|
| 907 | |
---|
| 908 | |
---|
| 909 | .. _VesicleModel: |
---|
| 910 | |
---|
| 911 | **2.1.10. VesicleModel** |
---|
| 912 | |
---|
| 913 | This model provides the form factor, *P(q)*, for an unilamellar vesicle. The form factor is normalized by the volume |
---|
| 914 | of the shell. |
---|
| 915 | |
---|
| 916 | *2.1.10.1. Definition* |
---|
| 917 | |
---|
| 918 | The 1D scattering intensity is calculated in the following way (Guinier, 1955) |
---|
| 919 | |
---|
| 920 | .. image:: img/image017.PNG |
---|
| 921 | |
---|
| 922 | where *scale* is a scale factor, *Vshell* is the volume of the shell, *V1* is the volume of the core, *V2* is the total |
---|
| 923 | volume, *R1* is the radius of the core, *R2* is the outer radius of the shell, |rho|\ :sub:`1` is the scattering |
---|
| 924 | length density of the core and the solvent, |rho|\ :sub:`2` is the scattering length density of the shell, *bkg* is |
---|
| 925 | the background level, and *J1* = (sin\ *x*- *x* cos\ *x*)/ *x* :sup:`2`\ . The functional form is identical to a |
---|
| 926 | "typical" core-shell structure, except that the scattering is normalized by the volume that is contributing to the |
---|
| 927 | scattering, namely the volume of the shell alone. Also, the vesicle is best defined in terms of a core radius (= *R1*) |
---|
| 928 | and a shell thickness, *t*. |
---|
| 929 | |
---|
[7f42aad] | 930 | .. image:: img/image018.jpg |
---|
[1c03e14] | 931 | |
---|
| 932 | The 2D scattering intensity is the same as *P(q)* above, regardless of the orientation of the *q* vector which is |
---|
| 933 | defined as |
---|
| 934 | |
---|
| 935 | .. image:: img/image008.PNG |
---|
| 936 | |
---|
| 937 | NB: The outer most radius (= *radius* + *thickness*) is used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* |
---|
| 938 | is applied. |
---|
| 939 | |
---|
| 940 | The returned value is scaled to units of |cm^-1| and the parameters of the VesicleModel are the following |
---|
| 941 | |
---|
| 942 | ============== ======== ============= |
---|
| 943 | Parameter name Units Default value |
---|
| 944 | ============== ======== ============= |
---|
| 945 | scale None 1.0 |
---|
| 946 | radius |Ang| 100 |
---|
| 947 | thickness |Ang| 30 |
---|
| 948 | core_sld |Ang^-2| 6.3e-6 |
---|
| 949 | shell_sld |Ang^-2| 0 |
---|
| 950 | background |cm^-1| 0.0 |
---|
| 951 | ============== ======== ============= |
---|
| 952 | |
---|
| 953 | NB: *radius* represents the core radius (*R1*) and the *thickness* (*R2* - *R1*) is the shell thickness. |
---|
| 954 | |
---|
[7f42aad] | 955 | .. image:: img/image019.jpg |
---|
[1c03e14] | 956 | |
---|
| 957 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
| 958 | |
---|
| 959 | Our model uses the form factor calculations implemented in a c-library |
---|
| 960 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 961 | |
---|
| 962 | REFERENCE |
---|
[bf8c07b] | 963 | |
---|
[93b6fcc] | 964 | A Guinier and G. Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, (1955) |
---|
[1c03e14] | 965 | |
---|
| 966 | |
---|
| 967 | |
---|
| 968 | .. _SphericalSLDModel: |
---|
| 969 | |
---|
| 970 | **2.1.11. SphericalSLDModel** |
---|
| 971 | |
---|
| 972 | Similarly to the OnionExpShellModel, this model provides the form factor, *P(q)*, for a multi-shell sphere, where the |
---|
| 973 | interface between the each neighboring shells can be described by one of a number of functions including error, |
---|
| 974 | power-law, and exponential functions. This model is to calculate the scattering intensity by building a continuous |
---|
| 975 | custom SLD profile against the radius of the particle. The SLD profile is composed of a flat core, a flat solvent, |
---|
| 976 | a number (up to 9 ) flat shells, and the interfacial layers between the adjacent flat shells (or core, and solvent) |
---|
| 977 | (see below). Unlike the OnionExpShellModel (using an analytical integration), the interfacial layers here are |
---|
| 978 | sub-divided and numerically integrated assuming each of the sub-layers are described by a line function. The number |
---|
| 979 | of the sub-layer can be given by users by setting the integer values of *npts_inter* in the GUI. The form factor is |
---|
| 980 | normalized by the total volume of the sphere. |
---|
| 981 | |
---|
| 982 | *2.1.11.1. Definition* |
---|
| 983 | |
---|
| 984 | The 1D scattering intensity is calculated in the following way: |
---|
| 985 | |
---|
[7f42aad] | 986 | .. image:: img/image022.gif |
---|
[1c03e14] | 987 | |
---|
[7f42aad] | 988 | .. image:: img/image043.gif |
---|
[1c03e14] | 989 | |
---|
| 990 | where, for a spherically symmetric particle with a particle density |rho|\ *(r)* |
---|
| 991 | |
---|
[7f42aad] | 992 | .. image:: img/image024.gif |
---|
[1c03e14] | 993 | |
---|
| 994 | so that |
---|
| 995 | |
---|
[7f42aad] | 996 | .. image:: img/image044.gif |
---|
[1c03e14] | 997 | |
---|
[7f42aad] | 998 | .. image:: img/image045.gif |
---|
[1c03e14] | 999 | |
---|
[7f42aad] | 1000 | .. image:: img/image046.gif |
---|
[1c03e14] | 1001 | |
---|
[7f42aad] | 1002 | .. image:: img/image047.gif |
---|
[1c03e14] | 1003 | |
---|
[7f42aad] | 1004 | .. image:: img/image048.gif |
---|
[1c03e14] | 1005 | |
---|
[7f42aad] | 1006 | .. image:: img/image027.gif |
---|
[1c03e14] | 1007 | |
---|
| 1008 | Here we assumed that the SLDs of the core and solvent are constant against *r*. The SLD at the interface between |
---|
| 1009 | shells, |rho|\ :sub:`inter_i`, is calculated with a function chosen by an user, where the functions are |
---|
| 1010 | |
---|
| 1011 | 1) Exp |
---|
| 1012 | |
---|
[7f42aad] | 1013 | .. image:: img/image049.gif |
---|
[1c03e14] | 1014 | |
---|
| 1015 | 2) Power-Law |
---|
| 1016 | |
---|
[7f42aad] | 1017 | .. image:: img/image050.gif |
---|
[1c03e14] | 1018 | |
---|
| 1019 | 3) Erf |
---|
| 1020 | |
---|
[7f42aad] | 1021 | .. image:: img/image051.gif |
---|
[1c03e14] | 1022 | |
---|
| 1023 | The functions are normalized so that they vary between 0 and 1, and they are constrained such that the SLD is |
---|
| 1024 | continuous at the boundaries of the interface as well as each sub-layers. Thus *B* and *C* are determined. |
---|
| 1025 | |
---|
| 1026 | Once |rho|\ :sub:`rinter_i` is found at the boundary of the sub-layer of the interface, we can find its contribution |
---|
| 1027 | to the form factor *P(q)* |
---|
| 1028 | |
---|
[7f42aad] | 1029 | .. image:: img/image052.gif |
---|
[1c03e14] | 1030 | |
---|
[7f42aad] | 1031 | .. image:: img/image053.gif |
---|
[1c03e14] | 1032 | |
---|
[7f42aad] | 1033 | .. image:: img/image054.gif |
---|
[1c03e14] | 1034 | |
---|
| 1035 | where we assume that |rho|\ :sub:`inter_i`\ *(r)* can be approximately linear within a sub-layer *j*. |
---|
| 1036 | |
---|
| 1037 | In the equation |
---|
| 1038 | |
---|
[7f42aad] | 1039 | .. image:: img/image055.gif |
---|
[1c03e14] | 1040 | |
---|
| 1041 | Finally, the form factor can be calculated by |
---|
| 1042 | |
---|
[7f42aad] | 1043 | .. image:: img/image037.gif |
---|
[1c03e14] | 1044 | |
---|
| 1045 | where |
---|
| 1046 | |
---|
[7f42aad] | 1047 | .. image:: img/image038.gif |
---|
[1c03e14] | 1048 | |
---|
| 1049 | and |
---|
| 1050 | |
---|
[7f42aad] | 1051 | .. image:: img/image056.gif |
---|
[1c03e14] | 1052 | |
---|
| 1053 | The 2D scattering intensity is the same as *P(q)* above, regardless of the orientation of the *q* vector which is |
---|
| 1054 | defined as |
---|
| 1055 | |
---|
[7f42aad] | 1056 | .. image:: img/image040.gif |
---|
[1c03e14] | 1057 | |
---|
| 1058 | NB: The outer most radius is used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
| 1059 | |
---|
| 1060 | The returned value is scaled to units of |cm^-1| and the parameters of this model (for just one shell) are the following |
---|
| 1061 | |
---|
| 1062 | ============== ======== ============= |
---|
| 1063 | Parameter name Units Default value |
---|
| 1064 | ============== ======== ============= |
---|
| 1065 | background |cm^-1| 0.0 |
---|
| 1066 | npts_inter None 35 |
---|
| 1067 | scale None 1 |
---|
| 1068 | sld_solv |Ang^-2| 1e-006 |
---|
| 1069 | func_inter1 None Erf |
---|
| 1070 | nu_inter None 2.5 |
---|
| 1071 | thick_inter1 |Ang| 50 |
---|
| 1072 | sld_flat1 |Ang^-2| 4e-006 |
---|
| 1073 | thick_flat1 |Ang| 100 |
---|
| 1074 | func_inter0 None Erf |
---|
| 1075 | nu_inter0 None 2.5 |
---|
| 1076 | rad_core0 |Ang| 50 |
---|
| 1077 | sld_core0 |Ang^-2| 2.07e-06 |
---|
| 1078 | thick_core0 |Ang| 50 |
---|
| 1079 | ============== ======== ============= |
---|
| 1080 | |
---|
| 1081 | NB: *rad_core0* represents the core radius (*R1*). |
---|
| 1082 | |
---|
[7f42aad] | 1083 | .. image:: img/image057.jpg |
---|
[1c03e14] | 1084 | |
---|
| 1085 | *Figure. 1D plot using the default values (w/400 point).* |
---|
| 1086 | |
---|
[7f42aad] | 1087 | .. image:: img/image058.jpg |
---|
[1c03e14] | 1088 | |
---|
| 1089 | *Figure. SLD profile from the default values.* |
---|
| 1090 | |
---|
| 1091 | REFERENCE |
---|
[bf8c07b] | 1092 | |
---|
[93b6fcc] | 1093 | L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, |
---|
[1c03e14] | 1094 | Plenum Press, New York, (1987) |
---|
| 1095 | |
---|
| 1096 | |
---|
| 1097 | |
---|
| 1098 | .. _LinearPearlsModel: |
---|
| 1099 | |
---|
| 1100 | **2.1.12. LinearPearlsModel** |
---|
| 1101 | |
---|
| 1102 | This model provides the form factor for *N* spherical pearls of radius *R* linearly joined by short strings (or segment |
---|
| 1103 | length or edge separation) *l* (= *A* - 2\ *R*)). *A* is the center-to-center pearl separation distance. The thickness |
---|
| 1104 | of each string is assumed to be negligible. |
---|
| 1105 | |
---|
| 1106 | .. image:: img/linearpearls.jpg |
---|
| 1107 | |
---|
| 1108 | *2.1.12.1. Definition* |
---|
| 1109 | |
---|
| 1110 | The output of the scattering intensity function for the LinearPearlsModel is given by (Dobrynin, 1996) |
---|
| 1111 | |
---|
| 1112 | .. image:: img/linearpearl_eq1.gif |
---|
| 1113 | |
---|
| 1114 | where the mass *m*\ :sub:`p` is (SLD\ :sub:`pearl` - SLD\ :sub:`solvent`) \* (volume of *N* pearls). V is the total |
---|
| 1115 | volume. |
---|
| 1116 | |
---|
| 1117 | The 2D scattering intensity is the same as *P(q)* above, regardless of the orientation of the *q* vector. |
---|
| 1118 | |
---|
| 1119 | The returned value is scaled to units of |cm^-1| and the parameters of the LinearPearlsModel are the following |
---|
| 1120 | |
---|
| 1121 | =============== ======== ============= |
---|
| 1122 | Parameter name Units Default value |
---|
| 1123 | =============== ======== ============= |
---|
| 1124 | scale None 1.0 |
---|
| 1125 | radius |Ang| 80.0 |
---|
| 1126 | edge_separation |Ang| 350.0 |
---|
| 1127 | num_pearls None 3 |
---|
| 1128 | sld_pearl |Ang^-2| 1e-6 |
---|
| 1129 | sld_solv |Ang^-2| 6.3e-6 |
---|
| 1130 | background |cm^-1| 0.0 |
---|
| 1131 | =============== ======== ============= |
---|
| 1132 | |
---|
| 1133 | NB: *num_pearls* must be an integer. |
---|
| 1134 | |
---|
| 1135 | .. image:: img/linearpearl_plot.jpg |
---|
| 1136 | |
---|
| 1137 | REFERENCE |
---|
[bf8c07b] | 1138 | |
---|
[93b6fcc] | 1139 | A V Dobrynin, M Rubinstein and S P Obukhov, *Macromol.*, 29 (1996) 2974-2979 |
---|
[1c03e14] | 1140 | |
---|
| 1141 | |
---|
| 1142 | |
---|
| 1143 | .. _PearlNecklaceModel: |
---|
| 1144 | |
---|
| 1145 | **2.1.13. PearlNecklaceModel** |
---|
| 1146 | |
---|
| 1147 | This model provides the form factor for a pearl necklace composed of two elements: *N* pearls (homogeneous spheres |
---|
| 1148 | of radius *R*) freely jointed by *M* rods (like strings - with a total mass *Mw* = *M* \* *m*\ :sub:`r` + *N* \* *m*\ :sub:`s`, |
---|
| 1149 | and the string segment length (or edge separation) *l* (= *A* - 2\ *R*)). *A* is the center-to-center pearl separation |
---|
| 1150 | distance. |
---|
| 1151 | |
---|
| 1152 | .. image:: img/pearl_fig.jpg |
---|
| 1153 | |
---|
| 1154 | *2.1.13.1. Definition* |
---|
| 1155 | |
---|
| 1156 | The output of the scattering intensity function for the PearlNecklaceModel is given by (Schweins, 2004) |
---|
| 1157 | |
---|
| 1158 | .. image:: img/pearl_eq1.gif |
---|
| 1159 | |
---|
| 1160 | where |
---|
| 1161 | |
---|
| 1162 | .. image:: img/pearl_eq2.gif |
---|
| 1163 | |
---|
| 1164 | .. image:: img/pearl_eq3.gif |
---|
| 1165 | |
---|
| 1166 | .. image:: img/pearl_eq4.gif |
---|
| 1167 | |
---|
| 1168 | .. image:: img/pearl_eq5.gif |
---|
| 1169 | |
---|
| 1170 | .. image:: img/pearl_eq6.gif |
---|
| 1171 | |
---|
| 1172 | and |
---|
| 1173 | |
---|
| 1174 | .. image:: img/pearl_eq7.gif |
---|
| 1175 | |
---|
| 1176 | where the mass *m*\ :sub:`i` is (SLD\ :sub:`i` - SLD\ :sub:`solvent`) \* (volume of the *N* pearls/rods). *V* is the |
---|
| 1177 | total volume of the necklace. |
---|
| 1178 | |
---|
| 1179 | The 2D scattering intensity is the same as *P(q)* above, regardless of the orientation of the *q* vector. |
---|
| 1180 | |
---|
| 1181 | The returned value is scaled to units of |cm^-1| and the parameters of the PearlNecklaceModel are the following |
---|
| 1182 | |
---|
| 1183 | =============== ======== ============= |
---|
| 1184 | Parameter name Units Default value |
---|
| 1185 | =============== ======== ============= |
---|
| 1186 | scale None 1.0 |
---|
| 1187 | radius |Ang| 80.0 |
---|
| 1188 | edge_separation |Ang| 350.0 |
---|
| 1189 | num_pearls None 3 |
---|
| 1190 | sld_pearl |Ang^-2| 1e-6 |
---|
| 1191 | sld_solv |Ang^-2| 6.3e-6 |
---|
| 1192 | sld_string |Ang^-2| 1e-6 |
---|
| 1193 | thick_string |
---|
| 1194 | (=rod diameter) |Ang| 2.5 |
---|
| 1195 | background |cm^-1| 0.0 |
---|
| 1196 | =============== ======== ============= |
---|
| 1197 | |
---|
| 1198 | NB: *num_pearls* must be an integer. |
---|
| 1199 | |
---|
| 1200 | .. image:: img/pearl_plot.jpg |
---|
| 1201 | |
---|
| 1202 | REFERENCE |
---|
[bf8c07b] | 1203 | |
---|
[93b6fcc] | 1204 | R Schweins and K Huber, *Particle Scattering Factor of Pearl Necklace Chains*, *Macromol. Symp.* 211 (2004) 25-42 2004 |
---|
[1c03e14] | 1205 | |
---|
| 1206 | |
---|
| 1207 | |
---|
| 1208 | .. _CylinderModel: |
---|
| 1209 | |
---|
| 1210 | **2.1.14. CylinderModel** |
---|
| 1211 | |
---|
| 1212 | This model provides the form factor for a right circular cylinder with uniform scattering length density. The form |
---|
| 1213 | factor is normalized by the particle volume. |
---|
| 1214 | |
---|
| 1215 | For information about polarised and magnetic scattering, click here_. |
---|
| 1216 | |
---|
| 1217 | *2.1.14.1. Definition* |
---|
| 1218 | |
---|
| 1219 | The output of the 2D scattering intensity function for oriented cylinders is given by (Guinier, 1955) |
---|
| 1220 | |
---|
| 1221 | .. image:: img/image059.PNG |
---|
| 1222 | |
---|
| 1223 | where |
---|
| 1224 | |
---|
| 1225 | .. image:: img/image060.PNG |
---|
| 1226 | |
---|
| 1227 | and |alpha| is the angle between the axis of the cylinder and the *q*-vector, *V* is the volume of the cylinder, |
---|
[58eccf6] | 1228 | *L* is the length of the cylinder, *r* is the radius of the cylinder, and |drho| (contrast) is the |
---|
[1c03e14] | 1229 | scattering length density difference between the scatterer and the solvent. *J1* is the first order Bessel function. |
---|
| 1230 | |
---|
| 1231 | To provide easy access to the orientation of the cylinder, we define the axis of the cylinder using two angles |theta| |
---|
| 1232 | and |phi|. Those angles are defined in Figure 1. |
---|
| 1233 | |
---|
[7f42aad] | 1234 | .. image:: img/image061.jpg |
---|
[1c03e14] | 1235 | |
---|
| 1236 | *Figure 1. Definition of the angles for oriented cylinders.* |
---|
| 1237 | |
---|
[7f42aad] | 1238 | .. image:: img/image062.jpg |
---|
[1c03e14] | 1239 | |
---|
| 1240 | *Figure 2. Examples of the angles for oriented pp against the detector plane.* |
---|
| 1241 | |
---|
| 1242 | NB: The 2nd virial coefficient of the cylinder is calculated based on the radius and length values, and used as the |
---|
| 1243 | effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
| 1244 | |
---|
| 1245 | The returned value is scaled to units of |cm^-1| and the parameters of the CylinderModel are the following: |
---|
| 1246 | |
---|
| 1247 | ============== ======== ============= |
---|
| 1248 | Parameter name Units Default value |
---|
| 1249 | ============== ======== ============= |
---|
| 1250 | scale None 1.0 |
---|
| 1251 | radius |Ang| 20.0 |
---|
| 1252 | length |Ang| 400.0 |
---|
| 1253 | contrast |Ang^-2| 3.0e-6 |
---|
| 1254 | background |cm^-1| 0.0 |
---|
| 1255 | cyl_theta degree 60 |
---|
| 1256 | cyl_phi degree 60 |
---|
| 1257 | ============== ======== ============= |
---|
| 1258 | |
---|
| 1259 | The output of the 1D scattering intensity function for randomly oriented cylinders is then given by |
---|
| 1260 | |
---|
| 1261 | .. image:: img/image063.PNG |
---|
| 1262 | |
---|
| 1263 | The *cyl_theta* and *cyl_phi* parameter are not used for the 1D output. Our implementation of the scattering kernel |
---|
| 1264 | and the 1D scattering intensity use the c-library from NIST. |
---|
| 1265 | |
---|
[38d4102] | 1266 | *2.1.14.2. Validation of the CylinderModel* |
---|
[1c03e14] | 1267 | |
---|
| 1268 | Validation of our code was done by comparing the output of the 1D model to the output of the software provided by the |
---|
| 1269 | NIST (Kline, 2006). Figure 3 shows a comparison of the 1D output of our model and the output of the NIST software. |
---|
| 1270 | |
---|
[7f42aad] | 1271 | .. image:: img/image065.jpg |
---|
[1c03e14] | 1272 | |
---|
[38d4102] | 1273 | *Figure 3: Comparison of the SasView scattering intensity for a cylinder with the output of the NIST SANS analysis* |
---|
| 1274 | *software.* The parameters were set to: *Scale* = 1.0, *Radius* = 20 |Ang|, *Length* = 400 |Ang|, |
---|
[1c03e14] | 1275 | *Contrast* = 3e-6 |Ang^-2|, and *Background* = 0.01 |cm^-1|. |
---|
| 1276 | |
---|
| 1277 | In general, averaging over a distribution of orientations is done by evaluating the following |
---|
| 1278 | |
---|
| 1279 | .. image:: img/image064.PNG |
---|
| 1280 | |
---|
| 1281 | where *p(*\ |theta|,\ |phi|\ *)* is the probability distribution for the orientation and |P0|\ *(q,*\ |alpha|\ *)* is |
---|
| 1282 | the scattering intensity for the fully oriented system. Since we have no other software to compare the implementation |
---|
| 1283 | of the intensity for fully oriented cylinders, we can compare the result of averaging our 2D output using a uniform |
---|
| 1284 | distribution *p(*\ |theta|,\ |phi|\ *)* = 1.0. Figure 4 shows the result of such a cross-check. |
---|
| 1285 | |
---|
[7f42aad] | 1286 | .. image:: img/image066.jpg |
---|
[1c03e14] | 1287 | |
---|
[38d4102] | 1288 | *Figure 4: Comparison of the intensity for uniformly distributed cylinders calculated from our 2D model and the* |
---|
| 1289 | *intensity from the NIST SANS analysis software.* The parameters used were: *Scale* = 1.0, *Radius* = 20 |Ang|, |
---|
| 1290 | *Length* = 400 |Ang|, *Contrast* = 3e-6 |Ang^-2|, and *Background* = 0.0 |cm^-1|. |
---|
[1c03e14] | 1291 | |
---|
| 1292 | |
---|
| 1293 | |
---|
| 1294 | .. _HollowCylinderModel: |
---|
| 1295 | |
---|
| 1296 | **2.1.15. HollowCylinderModel** |
---|
| 1297 | |
---|
| 1298 | This model provides the form factor, *P(q)*, for a monodisperse hollow right angle circular cylinder (tube) where the |
---|
| 1299 | form factor is normalized by the volume of the tube |
---|
| 1300 | |
---|
| 1301 | *P(q)* = *scale* \* *<F*\ :sup:`2`\ *>* / *V*\ :sub:`shell` + *background* |
---|
| 1302 | |
---|
| 1303 | where the averaging < > is applied only for the 1D calculation. |
---|
| 1304 | |
---|
| 1305 | The inside and outside of the hollow cylinder are assumed have the same SLD. |
---|
| 1306 | |
---|
[38d4102] | 1307 | *2.1.15.1 Definition* |
---|
| 1308 | |
---|
[1c03e14] | 1309 | The 1D scattering intensity is calculated in the following way (Guinier, 1955) |
---|
| 1310 | |
---|
| 1311 | .. image:: img/image072.PNG |
---|
| 1312 | |
---|
| 1313 | where *scale* is a scale factor, *J1* is the 1st order Bessel function, *J1(x)* = (sin *x* - *x* cos *x*)/ *x*\ :sup:`2`. |
---|
| 1314 | |
---|
| 1315 | To provide easy access to the orientation of the core-shell cylinder, we define the axis of the cylinder using two |
---|
| 1316 | angles |theta| and |phi|\ . As for the case of the cylinder, those angles are defined in Figure 2 of the CylinderModel. |
---|
| 1317 | |
---|
| 1318 | NB: The 2nd virial coefficient of the cylinder is calculated based on the radius and 2 length values, and used as the |
---|
| 1319 | effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
| 1320 | |
---|
| 1321 | In the parameters, the contrast represents SLD :sub:`shell` - SLD :sub:`solvent` and the *radius* = *R*\ :sub:`shell` |
---|
| 1322 | while *core_radius* = *R*\ :sub:`core`. |
---|
| 1323 | |
---|
| 1324 | ============== ======== ============= |
---|
| 1325 | Parameter name Units Default value |
---|
| 1326 | ============== ======== ============= |
---|
| 1327 | scale None 1.0 |
---|
| 1328 | radius |Ang| 30 |
---|
| 1329 | length |Ang| 400 |
---|
| 1330 | core_radius |Ang| 20 |
---|
| 1331 | sldCyl |Ang^-2| 6.3e-6 |
---|
| 1332 | sldSolv |Ang^-2| 5e-06 |
---|
| 1333 | background |cm^-1| 0.01 |
---|
| 1334 | ============== ======== ============= |
---|
| 1335 | |
---|
[7f42aad] | 1336 | .. image:: img/image074.jpg |
---|
[1c03e14] | 1337 | |
---|
| 1338 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 1339 | |
---|
| 1340 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 1341 | (Kline, 2006). |
---|
| 1342 | |
---|
[7f42aad] | 1343 | .. image:: img/image061.jpg |
---|
[1c03e14] | 1344 | |
---|
[38d4102] | 1345 | *Figure. Definition of the angles for the oriented HollowCylinderModel.* |
---|
[1c03e14] | 1346 | |
---|
[7f42aad] | 1347 | .. image:: img/image062.jpg |
---|
[1c03e14] | 1348 | |
---|
[38d4102] | 1349 | *Figure. Examples of the angles for oriented pp against the detector plane.* |
---|
[1c03e14] | 1350 | |
---|
| 1351 | REFERENCE |
---|
[bf8c07b] | 1352 | |
---|
[93b6fcc] | 1353 | L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum Press, |
---|
[38d4102] | 1354 | New York, (1987) |
---|
[1c03e14] | 1355 | |
---|
| 1356 | |
---|
| 1357 | |
---|
| 1358 | .. _CappedCylinderModel: |
---|
| 1359 | |
---|
| 1360 | **2.1.16 CappedCylinderModel** |
---|
| 1361 | |
---|
[38d4102] | 1362 | Calculates the scattering from a cylinder with spherical section end-caps. This model simply becomes the ConvexLensModel |
---|
| 1363 | when the length of the cylinder *L* = 0, that is, a sphereocylinder with end caps that have a radius larger than that |
---|
| 1364 | of the cylinder and the center of the end cap radius lies within the cylinder. See the diagram for the details |
---|
[1c03e14] | 1365 | of the geometry and restrictions on parameter values. |
---|
| 1366 | |
---|
[38d4102] | 1367 | *2.1.16.1. Definition* |
---|
[1c03e14] | 1368 | |
---|
[77cfcf0] | 1369 | The returned value is scaled to units of |cm^-1|\ |sr^-1|, absolute scale. |
---|
[1c03e14] | 1370 | |
---|
[38d4102] | 1371 | The Capped Cylinder geometry is defined as |
---|
[1c03e14] | 1372 | |
---|
[7f42aad] | 1373 | .. image:: img/image112.jpg |
---|
[1c03e14] | 1374 | |
---|
[38d4102] | 1375 | where *r* is the radius of the cylinder. All other parameters are as defined in the diagram. Since the end cap radius |
---|
| 1376 | *R* >= *r* and by definition for this geometry *h* < 0, *h* is then defined by *r* and *R* as |
---|
[1c03e14] | 1377 | |
---|
[38d4102] | 1378 | *h* = -1 \* sqrt(*R*\ :sup:`2` - *r*\ :sup:`2`) |
---|
[1c03e14] | 1379 | |
---|
[38d4102] | 1380 | The scattered intensity *I(q)* is calculated as |
---|
[1c03e14] | 1381 | |
---|
[7f42aad] | 1382 | .. image:: img/image113.jpg |
---|
[1c03e14] | 1383 | |
---|
[38d4102] | 1384 | where the amplitude *A(q)* is given as |
---|
[1c03e14] | 1385 | |
---|
[7f42aad] | 1386 | .. image:: img/image114.jpg |
---|
[1c03e14] | 1387 | |
---|
[38d4102] | 1388 | The < > brackets denote an average of the structure over all orientations. <\ *A*\ :sup:`2`\ *(q)*> is then the form |
---|
| 1389 | factor, *P(q)*. The scale factor is equivalent to the volume fraction of cylinders, each of volume, *V*. Contrast is the |
---|
| 1390 | difference of scattering length densities of the cylinder and the surrounding solvent. |
---|
[1c03e14] | 1391 | |
---|
[38d4102] | 1392 | The volume of the Capped Cylinder is (with *h* as a positive value here) |
---|
[1c03e14] | 1393 | |
---|
[7f42aad] | 1394 | .. image:: img/image115.jpg |
---|
[1c03e14] | 1395 | |
---|
[6386cd8] | 1396 | and its radius-of-gyration |
---|
[1c03e14] | 1397 | |
---|
[7f42aad] | 1398 | .. image:: img/image116.jpg |
---|
[1c03e14] | 1399 | |
---|
[38d4102] | 1400 | **The requirement that** *R* >= *r* **is not enforced in the model! It is up to you to restrict this during analysis.** |
---|
[1c03e14] | 1401 | |
---|
[38d4102] | 1402 | This following example dataset is produced by running the MacroCappedCylinder(), using 200 data points, |
---|
| 1403 | *qmin* = 0.001 |Ang^-1|, *qmax* = 0.7 |Ang^-1| and the default values |
---|
[1c03e14] | 1404 | |
---|
| 1405 | ============== ======== ============= |
---|
| 1406 | Parameter name Units Default value |
---|
| 1407 | ============== ======== ============= |
---|
| 1408 | scale None 1.0 |
---|
| 1409 | len_cyl |Ang| 400.0 |
---|
| 1410 | rad_cap |Ang| 40.0 |
---|
| 1411 | rad_cyl |Ang| 20.0 |
---|
| 1412 | sld_capcyl |Ang^-2| 1.0e-006 |
---|
| 1413 | sld_solv |Ang^-2| 6.3e-006 |
---|
| 1414 | background |cm^-1| 0 |
---|
| 1415 | ============== ======== ============= |
---|
| 1416 | |
---|
[7f42aad] | 1417 | .. image:: img/image117.jpg |
---|
[1c03e14] | 1418 | |
---|
| 1419 | *Figure. 1D plot using the default values (w/256 data point).* |
---|
| 1420 | |
---|
[38d4102] | 1421 | For 2D data: The 2D scattering intensity is calculated similar to the 2D cylinder model. For example, for |
---|
| 1422 | |theta| = 45 deg and |phi| =0 deg with default values for other parameters |
---|
[1c03e14] | 1423 | |
---|
[7f42aad] | 1424 | .. image:: img/image118.jpg |
---|
[1c03e14] | 1425 | |
---|
| 1426 | *Figure. 2D plot (w/(256X265) data points).* |
---|
| 1427 | |
---|
[7f42aad] | 1428 | .. image:: img/image061.jpg |
---|
[1c03e14] | 1429 | |
---|
[38d4102] | 1430 | *Figure. Definition of the angles for oriented 2D cylinders.* |
---|
[1c03e14] | 1431 | |
---|
[38d4102] | 1432 | .. image:: img/image062.jpg |
---|
[1c03e14] | 1433 | |
---|
[38d4102] | 1434 | *Figure. Examples of the angles for oriented pp against the detector plane.* |
---|
[1c03e14] | 1435 | |
---|
[38d4102] | 1436 | REFERENCE |
---|
[bf8c07b] | 1437 | |
---|
[93b6fcc] | 1438 | H Kaya, *J. Appl. Cryst.*, 37 (2004) 223-230 |
---|
[bf8c07b] | 1439 | |
---|
[93b6fcc] | 1440 | H Kaya and N-R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda and errata) |
---|
[1c03e14] | 1441 | |
---|
| 1442 | |
---|
| 1443 | |
---|
| 1444 | .. _CoreShellCylinderModel: |
---|
| 1445 | |
---|
[38d4102] | 1446 | **2.1.17. CoreShellCylinderModel** |
---|
[1c03e14] | 1447 | |
---|
[38d4102] | 1448 | This model provides the form factor for a circular cylinder with a core-shell scattering length density profile. The |
---|
| 1449 | form factor is normalized by the particle volume. |
---|
[1c03e14] | 1450 | |
---|
[38d4102] | 1451 | *2.1.17.1. Definition* |
---|
[1c03e14] | 1452 | |
---|
[38d4102] | 1453 | The output of the 2D scattering intensity function for oriented core-shell cylinders is given by (Kline, 2006) |
---|
[1c03e14] | 1454 | |
---|
[38d4102] | 1455 | .. image:: img/image067.PNG |
---|
[1c03e14] | 1456 | |
---|
[38d4102] | 1457 | where |
---|
[1c03e14] | 1458 | |
---|
[38d4102] | 1459 | .. image:: img/image068.PNG |
---|
[1c03e14] | 1460 | |
---|
[38d4102] | 1461 | .. image:: img/image239.PNG |
---|
[1c03e14] | 1462 | |
---|
[38d4102] | 1463 | and |alpha| is the angle between the axis of the cylinder and the *q*\ -vector, *Vs* is the volume of the outer shell |
---|
| 1464 | (i.e. the total volume, including the shell), *Vc* is the volume of the core, *L* is the length of the core, *r* is the |
---|
| 1465 | radius of the core, *t* is the thickness of the shell, |rho|\ :sub:`c` is the scattering length density of the core, |
---|
| 1466 | |rho|\ :sub:`s` is the scattering length density of the shell, |rho|\ :sub:`solv` is the scattering length density of |
---|
| 1467 | the solvent, and *bkg* is the background level. The outer radius of the shell is given by *r+t* and the total length of |
---|
| 1468 | the outer shell is given by *L+2t*. *J1* is the first order Bessel function. |
---|
[1c03e14] | 1469 | |
---|
[7f42aad] | 1470 | .. image:: img/image069.jpg |
---|
[1c03e14] | 1471 | |
---|
[38d4102] | 1472 | To provide easy access to the orientation of the core-shell cylinder, we define the axis of the cylinder using two |
---|
| 1473 | angles |theta| and |phi|\ . As for the case of the cylinder, those angles are defined in Figure 2 of the CylinderModel. |
---|
[1c03e14] | 1474 | |
---|
[38d4102] | 1475 | NB: The 2nd virial coefficient of the cylinder is calculated based on the radius and 2 length values, and used as the |
---|
| 1476 | effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 1477 | |
---|
[38d4102] | 1478 | The returned value is scaled to units of |cm^-1| and the parameters of the core-shell cylinder model are the following |
---|
[1c03e14] | 1479 | |
---|
| 1480 | ============== ======== ============= |
---|
| 1481 | Parameter name Units Default value |
---|
| 1482 | ============== ======== ============= |
---|
| 1483 | scale None 1.0 |
---|
| 1484 | radius |Ang| 20.0 |
---|
| 1485 | thickness |Ang| 10.0 |
---|
| 1486 | length |Ang| 400.0 |
---|
| 1487 | core_sld |Ang^-2| 1e-6 |
---|
| 1488 | shell_sld |Ang^-2| 4e-6 |
---|
| 1489 | solvent_sld |Ang^-2| 1e-6 |
---|
| 1490 | background |cm^-1| 0.0 |
---|
| 1491 | axis_theta degree 90 |
---|
| 1492 | axis_phi degree 0.0 |
---|
| 1493 | ============== ======== ============= |
---|
| 1494 | |
---|
[38d4102] | 1495 | The output of the 1D scattering intensity function for randomly oriented cylinders is then given by the equation above. |
---|
[1c03e14] | 1496 | |
---|
[38d4102] | 1497 | The *axis_theta* and *axis_phi* parameters are not used for the 1D output. Our implementation of the scattering kernel |
---|
| 1498 | and the 1D scattering intensity use the c-library from NIST. |
---|
[1c03e14] | 1499 | |
---|
[38d4102] | 1500 | *2.1.17.2. Validation of the CoreShellCylinderModel* |
---|
[1c03e14] | 1501 | |
---|
[38d4102] | 1502 | Validation of our code was done by comparing the output of the 1D model to the output of the software provided by the |
---|
| 1503 | NIST (Kline, 2006). Figure 1 shows a comparison of the 1D output of our model and the output of the NIST software. |
---|
[1c03e14] | 1504 | |
---|
[7f42aad] | 1505 | .. image:: img/image070.jpg |
---|
[1c03e14] | 1506 | |
---|
[38d4102] | 1507 | *Figure 1: Comparison of the SasView scattering intensity for a core-shell cylinder with the output of the NIST SANS* |
---|
| 1508 | *analysis software.* The parameters were set to: *Scale* = 1.0, *Radius* = 20 |Ang|, *Thickness* = 10 |Ang|, |
---|
| 1509 | *Length* = 400 |Ang|, *Core_sld* = 1e-6 |Ang^-2|, *Shell_sld* = 4e-6 |Ang^-2|, *Solvent_sld* = 1e-6 |Ang^-2|, |
---|
| 1510 | and *Background* = 0.01 |cm^-1|. |
---|
[1c03e14] | 1511 | |
---|
[38d4102] | 1512 | Averaging over a distribution of orientation is done by evaluating the equation above. Since we have no other software |
---|
| 1513 | to compare the implementation of the intensity for fully oriented cylinders, we can compare the result of averaging our |
---|
| 1514 | 2D output using a uniform distribution *p(*\ |theta|,\ |phi|\ *)* = 1.0. Figure 2 shows the result of such a cross-check. |
---|
[1c03e14] | 1515 | |
---|
[7f42aad] | 1516 | .. image:: img/image071.jpg |
---|
[1c03e14] | 1517 | |
---|
[38d4102] | 1518 | *Figure 2: Comparison of the intensity for uniformly distributed core-shell cylinders calculated from our 2D model and* |
---|
| 1519 | *the intensity from the NIST SANS analysis software.* The parameters used were: *Scale* = 1.0, *Radius* = 20 |Ang|, |
---|
| 1520 | *Thickness* = 10 |Ang|, *Length* =400 |Ang|, *Core_sld* = 1e-6 |Ang^-2|, *Shell_sld* = 4e-6 |Ang^-2|, |
---|
| 1521 | *Solvent_sld* = 1e-6 |Ang^-2|, and *Background* = 0.0 |cm^-1|. |
---|
[1c03e14] | 1522 | |
---|
[7f42aad] | 1523 | .. image:: img/image061.jpg |
---|
[1c03e14] | 1524 | |
---|
[38d4102] | 1525 | *Figure. Definition of the angles for oriented core-shell cylinders.* |
---|
[1c03e14] | 1526 | |
---|
[7f42aad] | 1527 | .. image:: img/image062.jpg |
---|
[1c03e14] | 1528 | |
---|
[38d4102] | 1529 | *Figure. Examples of the angles for oriented pp against the detector plane.* |
---|
[1c03e14] | 1530 | |
---|
| 1531 | 2013/11/26 - Description reviewed by Heenan, R. |
---|
| 1532 | |
---|
| 1533 | |
---|
| 1534 | |
---|
| 1535 | .. _EllipticalCylinderModel: |
---|
| 1536 | |
---|
| 1537 | **2.1.18 EllipticalCylinderModel** |
---|
| 1538 | |
---|
[38d4102] | 1539 | This function calculates the scattering from an elliptical cylinder. |
---|
[1c03e14] | 1540 | |
---|
[38d4102] | 1541 | *2.1.18.1 Definition for 2D (orientated system)* |
---|
[1c03e14] | 1542 | |
---|
[38d4102] | 1543 | The angles |theta| and |phi| define the orientation of the axis of the cylinder. The angle |bigpsi| is defined as the |
---|
| 1544 | orientation of the major axis of the ellipse with respect to the vector *Q*\ . A gaussian polydispersity can be added |
---|
| 1545 | to any of the orientation angles, and also for the minor radius and the ratio of the ellipse radii. |
---|
[1c03e14] | 1546 | |
---|
[38d4102] | 1547 | .. image:: img/image098.gif |
---|
[1c03e14] | 1548 | |
---|
[38d4102] | 1549 | *Figure.* *a* = *r_minor* and |nu|\ :sub:`n` = *r_ratio* (i.e., *r_major* / *r_minor*). |
---|
[1c03e14] | 1550 | |
---|
[38d4102] | 1551 | The function calculated is |
---|
[1c03e14] | 1552 | |
---|
[38d4102] | 1553 | .. image:: img/image099.PNG |
---|
[1c03e14] | 1554 | |
---|
[38d4102] | 1555 | with the functions |
---|
[1c03e14] | 1556 | |
---|
[38d4102] | 1557 | .. image:: img/image100.PNG |
---|
[1c03e14] | 1558 | |
---|
[38d4102] | 1559 | and the angle |bigpsi| is defined as the orientation of the major axis of the ellipse with respect to the vector *q*\ . |
---|
[1c03e14] | 1560 | |
---|
[38d4102] | 1561 | *2.1.18.2 Definition for 1D (no preferred orientation)* |
---|
[1c03e14] | 1562 | |
---|
[38d4102] | 1563 | The form factor is averaged over all possible orientation before normalized by the particle volume |
---|
[1c03e14] | 1564 | |
---|
[38d4102] | 1565 | *P(q)* = *scale* \* <*F*\ :sup:`2`> / *V* |
---|
[1c03e14] | 1566 | |
---|
| 1567 | The returned value is scaled to units of |cm^-1|. |
---|
| 1568 | |
---|
[38d4102] | 1569 | To provide easy access to the orientation of the elliptical cylinder, we define the axis of the cylinder using two |
---|
| 1570 | angles |theta|, |phi| and |bigpsi|. As for the case of the cylinder, the angles |theta| and |phi| are defined on |
---|
| 1571 | Figure 2 of CylinderModel. The angle |bigpsi| is the rotational angle around its own long_c axis against the *q* plane. |
---|
| 1572 | For example, |bigpsi| = 0 when the *r_minor* axis is parallel to the *x*\ -axis of the detector. |
---|
[1c03e14] | 1573 | |
---|
[38d4102] | 1574 | All angle parameters are valid and given only for 2D calculation; ie, an oriented system. |
---|
[1c03e14] | 1575 | |
---|
[7f42aad] | 1576 | .. image:: img/image101.jpg |
---|
[1c03e14] | 1577 | |
---|
[38d4102] | 1578 | *Figure. Definition of angles for 2D* |
---|
[1c03e14] | 1579 | |
---|
[7f42aad] | 1580 | .. image:: img/image062.jpg |
---|
[1c03e14] | 1581 | |
---|
[38d4102] | 1582 | *Figure. Examples of the angles for oriented elliptical cylinders against the detector plane.* |
---|
[1c03e14] | 1583 | |
---|
[38d4102] | 1584 | NB: The 2nd virial coefficient of the cylinder is calculated based on the averaged radius (= sqrt(*r_minor*\ :sup:`2` \* *r_ratio*)) |
---|
| 1585 | and length values, and used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 1586 | |
---|
| 1587 | ============== ======== ============= |
---|
| 1588 | Parameter name Units Default value |
---|
| 1589 | ============== ======== ============= |
---|
| 1590 | scale None 1.0 |
---|
| 1591 | r_minor |Ang| 20.0 |
---|
| 1592 | r_ratio |Ang| 1.5 |
---|
| 1593 | length |Ang| 400.0 |
---|
| 1594 | sldCyl |Ang^-2| 4e-06 |
---|
| 1595 | sldSolv |Ang^-2| 1e-06 |
---|
| 1596 | background |cm^-1| 0 |
---|
| 1597 | ============== ======== ============= |
---|
| 1598 | |
---|
[7f42aad] | 1599 | .. image:: img/image102.jpg |
---|
[1c03e14] | 1600 | |
---|
| 1601 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 1602 | |
---|
[38d4102] | 1603 | *2.1.18.3 Validation of the EllipticalCylinderModel* |
---|
[1c03e14] | 1604 | |
---|
[38d4102] | 1605 | Validation of our code was done by comparing the output of the 1D calculation to the angular average of the output of |
---|
| 1606 | the 2D calculation over all possible angles. The figure below shows the comparison where the solid dot refers to |
---|
| 1607 | averaged 2D values while the line represents the result of the 1D calculation (for the 2D averaging, values of 76, 180, |
---|
| 1608 | and 76 degrees are taken for the angles of |theta|, |phi|, and |bigpsi| respectively). |
---|
[1c03e14] | 1609 | |
---|
[7f42aad] | 1610 | .. image:: img/image103.gif |
---|
[1c03e14] | 1611 | |
---|
| 1612 | *Figure. Comparison between 1D and averaged 2D.* |
---|
| 1613 | |
---|
[38d4102] | 1614 | In the 2D average, more binning in the angle |phi| is necessary to get the proper result. The following figure shows |
---|
| 1615 | the results of the averaging by varying the number of angular bins. |
---|
[1c03e14] | 1616 | |
---|
[7f42aad] | 1617 | .. image:: img/image104.gif |
---|
[1c03e14] | 1618 | |
---|
| 1619 | *Figure. The intensities averaged from 2D over different numbers of bins and angles.* |
---|
| 1620 | |
---|
| 1621 | REFERENCE |
---|
[bf8c07b] | 1622 | |
---|
[93b6fcc] | 1623 | L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum, |
---|
[38d4102] | 1624 | New York, (1987) |
---|
[1c03e14] | 1625 | |
---|
| 1626 | |
---|
| 1627 | |
---|
| 1628 | .. _FlexibleCylinderModel: |
---|
| 1629 | |
---|
| 1630 | **2.1.19. FlexibleCylinderModel** |
---|
| 1631 | |
---|
[38d4102] | 1632 | This model provides the form factor, *P(q)*, for a flexible cylinder where the form factor is normalized by the volume |
---|
| 1633 | of the cylinder. **Inter-cylinder interactions are NOT provided for.** |
---|
[1c03e14] | 1634 | |
---|
[38d4102] | 1635 | *P(q)* = *scale* \* <*F*\ :sup:`2`> / *V* + *background* |
---|
[1c03e14] | 1636 | |
---|
[38d4102] | 1637 | where the averaging < > is applied over all orientations for 1D. |
---|
[1c03e14] | 1638 | |
---|
[38d4102] | 1639 | The 2D scattering intensity is the same as 1D, regardless of the orientation of the *q* vector which is defined as |
---|
| 1640 | |
---|
| 1641 | .. image:: img/image040.gif |
---|
| 1642 | |
---|
| 1643 | *2.1.19.1. Definition* |
---|
| 1644 | |
---|
[7f42aad] | 1645 | .. image:: img/image075.jpg |
---|
[38d4102] | 1646 | |
---|
| 1647 | The chain of contour length, *L*, (the total length) can be described as a chain of some number of locally stiff |
---|
| 1648 | segments of length *l*\ :sub:`p`\ , the persistence length (the length along the cylinder over which the flexible |
---|
| 1649 | cylinder can be considered a rigid rod). The Kuhn length (*b* = 2 \* *l* :sub:`p`) is also used to describe the |
---|
| 1650 | stiffness of a chain. |
---|
| 1651 | |
---|
| 1652 | The returned value is in units of |cm^-1|, on absolute scale. |
---|
| 1653 | |
---|
| 1654 | In the parameters, the sldCyl and sldSolv represent the SLD of the chain/cylinder and solvent respectively. |
---|
[1c03e14] | 1655 | |
---|
| 1656 | ============== ======== ============= |
---|
| 1657 | Parameter name Units Default value |
---|
| 1658 | ============== ======== ============= |
---|
| 1659 | scale None 1.0 |
---|
| 1660 | radius |Ang| 20 |
---|
| 1661 | length |Ang| 1000 |
---|
| 1662 | sldCyl |Ang^-2| 1e-06 |
---|
| 1663 | sldSolv |Ang^-2| 6.3e-06 |
---|
| 1664 | background |cm^-1| 0.01 |
---|
| 1665 | kuhn_length |Ang| 100 |
---|
| 1666 | ============== ======== ============= |
---|
| 1667 | |
---|
[7f42aad] | 1668 | .. image:: img/image076.jpg |
---|
[1c03e14] | 1669 | |
---|
| 1670 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 1671 | |
---|
[38d4102] | 1672 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 1673 | (Kline, 2006). |
---|
[1c03e14] | 1674 | |
---|
[38d4102] | 1675 | From the reference |
---|
[1c03e14] | 1676 | |
---|
[38d4102] | 1677 | "Method 3 With Excluded Volume" is used. The model is a parametrization of simulations of a discrete representation |
---|
| 1678 | of the worm-like chain model of Kratky and Porod applied in the pseudocontinuous limit. See equations (13,26-27) in |
---|
| 1679 | the original reference for the details. |
---|
[1c03e14] | 1680 | |
---|
[38d4102] | 1681 | REFERENCE |
---|
[bf8c07b] | 1682 | |
---|
[93b6fcc] | 1683 | J S Pedersen and P Schurtenberger. *Scattering functions of semiflexible polymers with and without excluded volume* |
---|
[38d4102] | 1684 | *effects*. *Macromolecules*, 29 (1996) 7602-7612 |
---|
[1c03e14] | 1685 | |
---|
[38d4102] | 1686 | Correction of the formula can be found in |
---|
[bf8c07b] | 1687 | |
---|
[93b6fcc] | 1688 | W R Chen, P D Butler and L J Magid, *Incorporating Intermicellar Interactions in the Fitting of SANS Data from* |
---|
[4ed2d0a1] | 1689 | *Cationic Wormlike Micelles*. *Langmuir*, 22(15) 2006 6539ââ¬â6548 |
---|
[1c03e14] | 1690 | |
---|
| 1691 | |
---|
| 1692 | |
---|
| 1693 | .. _FlexCylEllipXModel: |
---|
| 1694 | |
---|
| 1695 | **2.1.20 FlexCylEllipXModel** |
---|
| 1696 | |
---|
[38d4102] | 1697 | This model calculates the form factor for a flexible cylinder with an elliptical cross section and a uniform scattering |
---|
| 1698 | length density. The non-negligible diameter of the cylinder is included by accounting for excluded volume interactions |
---|
| 1699 | within the walk of a single cylinder. The form factor is normalized by the particle volume such that |
---|
[1c03e14] | 1700 | |
---|
[38d4102] | 1701 | *P(q)* = *scale* \* <*F*\ :sup:`2`> / *V* + *background* |
---|
| 1702 | |
---|
| 1703 | where < > is an average over all possible orientations of the flexible cylinder. |
---|
| 1704 | |
---|
| 1705 | *2.1.20.1. Definition* |
---|
[1c03e14] | 1706 | |
---|
[38d4102] | 1707 | The function calculated is from the reference given below. From that paper, "Method 3 With Excluded Volume" is used. |
---|
| 1708 | The model is a parameterization of simulations of a discrete representation of the worm-like chain model of Kratky and |
---|
| 1709 | Porod applied in the pseudo-continuous limit. See equations (13, 26-27) in the original reference for the details. |
---|
[1c03e14] | 1710 | |
---|
[38d4102] | 1711 | NB: there are several typos in the original reference that have been corrected by WRC. Details of the corrections are |
---|
| 1712 | in the reference below. Most notably |
---|
[1c03e14] | 1713 | |
---|
[38d4102] | 1714 | - Equation (13): the term (1 - w(QR)) should swap position with w(QR) |
---|
[1c03e14] | 1715 | |
---|
[38d4102] | 1716 | - Equations (23) and (24) are incorrect; WRC has entered these into Mathematica and solved analytically. The results |
---|
| 1717 | were then converted to code. |
---|
[1c03e14] | 1718 | |
---|
| 1719 | - Equation (27) should be q0 = max(a3/sqrt(RgSquare),3) instead of max(a3*b/sqrt(RgSquare),3) |
---|
| 1720 | |
---|
| 1721 | - The scattering function is negative for a range of parameter values and q-values that are experimentally accessible. A correction function has been added to give the proper behavior. |
---|
| 1722 | |
---|
[7f42aad] | 1723 | .. image:: img/image077.jpg |
---|
[1c03e14] | 1724 | |
---|
[38d4102] | 1725 | The chain of contour length, *L*, (the total length) can be described as a chain of some number of locally stiff |
---|
| 1726 | segments of length *l*\ :sub:`p`\ , the persistence length (the length along the cylinder over which the flexible |
---|
| 1727 | cylinder can be considered a rigid rod). The Kuhn length (*b* = 2 \* *l* :sub:`p`) is also used to describe the |
---|
| 1728 | stiffness of a chain. |
---|
[1c03e14] | 1729 | |
---|
[38d4102] | 1730 | The cross section of the cylinder is elliptical, with minor radius *a*\ . The major radius is larger, so of course, |
---|
| 1731 | **the axis ratio (parameter 4) must be greater than one.** Simple constraints should be applied during curve fitting to |
---|
| 1732 | maintain this inequality. |
---|
[1c03e14] | 1733 | |
---|
| 1734 | The returned value is in units of |cm^-1|, on absolute scale. |
---|
| 1735 | |
---|
[38d4102] | 1736 | In the parameters, *sldCyl* and *sldSolv* represent the SLD of the chain/cylinder and solvent respectively. The |
---|
| 1737 | *scale*, and the contrast are both multiplicative factors in the model and are perfectly correlated. One or both of |
---|
| 1738 | these parameters must be held fixed during model fitting. |
---|
[1c03e14] | 1739 | |
---|
[38d4102] | 1740 | If the scale is set equal to the particle volume fraction, |phi|, the returned value is the scattered intensity per |
---|
| 1741 | unit volume, *I(q)* = |phi| \* *P(q)*. |
---|
[1c03e14] | 1742 | |
---|
[38d4102] | 1743 | **No inter-cylinder interference effects are included in this calculation.** |
---|
[1c03e14] | 1744 | |
---|
[38d4102] | 1745 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 1746 | |
---|
[38d4102] | 1747 | .. image:: img/image008.PNG |
---|
[1c03e14] | 1748 | |
---|
[38d4102] | 1749 | This example dataset is produced by running the Macro FlexCylEllipXModel, using 200 data points, *qmin* = 0.001 |Ang^-1|, |
---|
| 1750 | *qmax* = 0.7 |Ang^-1| and the default values below |
---|
[1c03e14] | 1751 | |
---|
| 1752 | ============== ======== ============= |
---|
| 1753 | Parameter name Units Default value |
---|
| 1754 | ============== ======== ============= |
---|
| 1755 | axis_ratio None 1.5 |
---|
| 1756 | background |cm^-1| 0.0001 |
---|
| 1757 | Kuhn_length |Ang| 100 |
---|
| 1758 | Contour length |Ang| 1e+3 |
---|
| 1759 | radius |Ang| 20.0 |
---|
| 1760 | scale None 1.0 |
---|
| 1761 | sldCyl |Ang^-2| 1e-6 |
---|
| 1762 | sldSolv |Ang^-2| 6.3e-6 |
---|
| 1763 | ============== ======== ============= |
---|
| 1764 | |
---|
[7f42aad] | 1765 | .. image:: img/image078.jpg |
---|
[1c03e14] | 1766 | |
---|
| 1767 | *Figure. 1D plot using the default values (w/200 data points).* |
---|
| 1768 | |
---|
[38d4102] | 1769 | REFERENCE |
---|
[bf8c07b] | 1770 | |
---|
[93b6fcc] | 1771 | J S Pedersen and P Schurtenberger. *Scattering functions of semiflexible polymers with and without excluded volume* |
---|
[38d4102] | 1772 | *effects*. *Macromolecules*, 29 (1996) 7602-7612 |
---|
| 1773 | |
---|
| 1774 | Correction of the formula can be found in |
---|
[bf8c07b] | 1775 | |
---|
[93b6fcc] | 1776 | W R Chen, P D Butler and L J Magid, *Incorporating Intermicellar Interactions in the Fitting of SANS Data from* |
---|
[4ed2d0a1] | 1777 | *Cationic Wormlike Micelles*. *Langmuir*, 22(15) 2006 6539ââ¬â6548 |
---|
[38d4102] | 1778 | |
---|
[1c03e14] | 1779 | |
---|
| 1780 | |
---|
| 1781 | .. _CoreShellBicelleModel: |
---|
| 1782 | |
---|
| 1783 | **2.1.21 CoreShellBicelleModel** |
---|
| 1784 | |
---|
[77cfcf0] | 1785 | This model provides the form factor for a circular cylinder with a core-shell scattering length density profile. The |
---|
| 1786 | form factor is normalized by the particle volume. |
---|
[1c03e14] | 1787 | |
---|
[77cfcf0] | 1788 | This model is a more general case of core-shell cylinder model (see above and reference below) in that the parameters |
---|
| 1789 | of the shell are separated into a face-shell and a rim-shell so that users can set different values of the thicknesses |
---|
| 1790 | and SLDs. |
---|
[1c03e14] | 1791 | |
---|
[7f42aad] | 1792 | .. image:: img/image240.png |
---|
[1c03e14] | 1793 | |
---|
[77cfcf0] | 1794 | *(Graphic from DOI: 10.1039/C0NP00002G)* |
---|
| 1795 | |
---|
| 1796 | The returned value is scaled to units of |cm^-1| and the parameters of the CoreShellBicelleModel are the following |
---|
[1c03e14] | 1797 | |
---|
| 1798 | ============== ======== ============= |
---|
| 1799 | Parameter name Units Default value |
---|
| 1800 | ============== ======== ============= |
---|
| 1801 | scale None 1.0 |
---|
| 1802 | radius |Ang| 20.0 |
---|
| 1803 | rim_thick |Ang| 10.0 |
---|
| 1804 | face_thick |Ang| 10.0 |
---|
| 1805 | length |Ang| 400.0 |
---|
| 1806 | core_sld |Ang^-2| 1e-6 |
---|
| 1807 | rim_sld |Ang^-2| 4e-6 |
---|
| 1808 | face_sld |Ang^-2| 4e-6 |
---|
| 1809 | solvent_sld |Ang^-2| 1e-6 |
---|
| 1810 | background |cm^-1| 0.0 |
---|
| 1811 | axis_theta degree 90 |
---|
| 1812 | axis_phi degree 0.0 |
---|
| 1813 | ============== ======== ============= |
---|
| 1814 | |
---|
[77cfcf0] | 1815 | The output of the 1D scattering intensity function for randomly oriented cylinders is then given by the equation above. |
---|
[1c03e14] | 1816 | |
---|
[77cfcf0] | 1817 | The *axis_theta* and *axis_phi* parameters are not used for the 1D output. Our implementation of the scattering kernel |
---|
| 1818 | and the 1D scattering intensity use the c-library from NIST. |
---|
[1c03e14] | 1819 | |
---|
[77cfcf0] | 1820 | .. image:: img/cscylbicelle_pic.jpg |
---|
[1c03e14] | 1821 | |
---|
| 1822 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
| 1823 | |
---|
[7f42aad] | 1824 | .. image:: img/image061.jpg |
---|
[1c03e14] | 1825 | |
---|
[77cfcf0] | 1826 | *Figure. Definition of the angles for the oriented CoreShellBicelleModel.* |
---|
[1c03e14] | 1827 | |
---|
[7f42aad] | 1828 | .. image:: img/image062.jpg |
---|
[1c03e14] | 1829 | |
---|
[77cfcf0] | 1830 | *Figure. Examples of the angles for oriented pp against the detector plane.* |
---|
[1c03e14] | 1831 | |
---|
| 1832 | REFERENCE |
---|
[bf8c07b] | 1833 | |
---|
[93b6fcc] | 1834 | L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum Press, |
---|
[77cfcf0] | 1835 | New York, (1987) |
---|
[1c03e14] | 1836 | |
---|
| 1837 | |
---|
| 1838 | |
---|
| 1839 | .. _BarBellModel: |
---|
| 1840 | |
---|
| 1841 | **2.1.22. BarBellModel** |
---|
| 1842 | |
---|
[77cfcf0] | 1843 | Calculates the scattering from a barbell-shaped cylinder (This model simply becomes the DumBellModel when the length of |
---|
| 1844 | the cylinder, *L*, is set to zero). That is, a sphereocylinder with spherical end caps that have a radius larger than |
---|
| 1845 | that of the cylinder and the center of the end cap radius lies outside of the cylinder. All dimensions of the BarBell |
---|
| 1846 | are considered to be monodisperse. See the diagram for the details of the geometry and restrictions on parameter values. |
---|
[1c03e14] | 1847 | |
---|
[77cfcf0] | 1848 | *2.1.22.1. Definition* |
---|
[1c03e14] | 1849 | |
---|
[77cfcf0] | 1850 | The returned value is scaled to units of |cm^-1|\ |sr^-1|, absolute scale. |
---|
[1c03e14] | 1851 | |
---|
| 1852 | The barbell geometry is defined as |
---|
| 1853 | |
---|
[7f42aad] | 1854 | .. image:: img/image105.jpg |
---|
[1c03e14] | 1855 | |
---|
[77cfcf0] | 1856 | where *r* is the radius of the cylinder. All other parameters are as defined in the diagram. |
---|
[1c03e14] | 1857 | |
---|
[77cfcf0] | 1858 | Since the end cap radius |
---|
| 1859 | *R* >= *r* and by definition for this geometry *h* < 0, *h* is then defined by *r* and *R* as |
---|
[1c03e14] | 1860 | |
---|
[77cfcf0] | 1861 | *h* = -1 \* sqrt(*R*\ :sup:`2` - *r*\ :sup:`2`) |
---|
[1c03e14] | 1862 | |
---|
[77cfcf0] | 1863 | The scattered intensity *I(q)* is calculated as |
---|
[1c03e14] | 1864 | |
---|
[77cfcf0] | 1865 | .. image:: img/image106.PNG |
---|
[1c03e14] | 1866 | |
---|
[77cfcf0] | 1867 | where the amplitude *A(q)* is given as |
---|
[1c03e14] | 1868 | |
---|
[77cfcf0] | 1869 | .. image:: img/image107.PNG |
---|
[1c03e14] | 1870 | |
---|
[77cfcf0] | 1871 | The < > brackets denote an average of the structure over all orientations. <*A* :sup:`2`\ *(q)*> is then the form |
---|
| 1872 | factor, *P(q)*. The scale factor is equivalent to the volume fraction of cylinders, each of volume, *V*. Contrast is |
---|
| 1873 | the difference of scattering length densities of the cylinder and the surrounding solvent. |
---|
[1c03e14] | 1874 | |
---|
[77cfcf0] | 1875 | The volume of the barbell is |
---|
[1c03e14] | 1876 | |
---|
[7f42aad] | 1877 | .. image:: img/image108.jpg |
---|
[1c03e14] | 1878 | |
---|
| 1879 | |
---|
[6386cd8] | 1880 | and its radius-of-gyration is |
---|
[1c03e14] | 1881 | |
---|
[7f42aad] | 1882 | .. image:: img/image109.jpg |
---|
[1c03e14] | 1883 | |
---|
[77cfcf0] | 1884 | **The requirement that** *R* >= *r* **is not enforced in the model!** It is up to you to restrict this during analysis. |
---|
[1c03e14] | 1885 | |
---|
[77cfcf0] | 1886 | This example dataset is produced by running the Macro PlotBarbell(), using 200 data points, *qmin* = 0.001 |Ang^-1|, |
---|
| 1887 | *qmax* = 0.7 |Ang^-1| and the following default values |
---|
[1c03e14] | 1888 | |
---|
| 1889 | ============== ======== ============= |
---|
| 1890 | Parameter name Units Default value |
---|
| 1891 | ============== ======== ============= |
---|
| 1892 | scale None 1.0 |
---|
| 1893 | len_bar |Ang| 400.0 |
---|
| 1894 | rad_bar |Ang| 20.0 |
---|
| 1895 | rad_bell |Ang| 40.0 |
---|
| 1896 | sld_barbell |Ang^-2| 1.0e-006 |
---|
| 1897 | sld_solv |Ang^-2| 6.3e-006 |
---|
| 1898 | background |cm^-1| 0 |
---|
| 1899 | ============== ======== ============= |
---|
| 1900 | |
---|
[7f42aad] | 1901 | .. image:: img/image110.jpg |
---|
[1c03e14] | 1902 | |
---|
| 1903 | *Figure. 1D plot using the default values (w/256 data point).* |
---|
| 1904 | |
---|
[77cfcf0] | 1905 | For 2D data: The 2D scattering intensity is calculated similar to the 2D cylinder model. For example, for |
---|
| 1906 | |theta| = 45 deg and |phi| = 0 deg with default values for other parameters |
---|
[1c03e14] | 1907 | |
---|
[7f42aad] | 1908 | .. image:: img/image111.jpg |
---|
[1c03e14] | 1909 | |
---|
| 1910 | *Figure. 2D plot (w/(256X265) data points).* |
---|
| 1911 | |
---|
[7f42aad] | 1912 | .. image:: img/image061.jpg |
---|
[1c03e14] | 1913 | |
---|
[77cfcf0] | 1914 | *Figure. Examples of the angles for oriented pp against the detector plane.* |
---|
[1c03e14] | 1915 | |
---|
[7f42aad] | 1916 | .. image:: img/image062.jpg |
---|
[1c03e14] | 1917 | |
---|
| 1918 | Figure. Definition of the angles for oriented 2D barbells. |
---|
| 1919 | |
---|
[77cfcf0] | 1920 | REFERENCE |
---|
[bf8c07b] | 1921 | |
---|
[93b6fcc] | 1922 | H Kaya, *J. Appl. Cryst.*, 37 (2004) 37 223-230 |
---|
[bf8c07b] | 1923 | |
---|
[93b6fcc] | 1924 | H Kaya and N R deSouza, *J. Appl. Cryst.*, 37 (2004) 508-509 (addenda and errata) |
---|
[77cfcf0] | 1925 | |
---|
[1c03e14] | 1926 | |
---|
| 1927 | |
---|
| 1928 | .. _StackedDisksModel: |
---|
| 1929 | |
---|
| 1930 | **2.1.23. StackedDisksModel** |
---|
| 1931 | |
---|
[77cfcf0] | 1932 | This model provides the form factor, *P(q)*, for stacked discs (tactoids) with a core/layer structure where the form |
---|
| 1933 | factor is normalized by the volume of the cylinder. Assuming the next neighbor distance (d-spacing) in a stack of |
---|
| 1934 | parallel discs obeys a Gaussian distribution, a structure factor *S(q)* proposed by Kratky and Porod in 1949 is used |
---|
| 1935 | in this function. |
---|
[1c03e14] | 1936 | |
---|
[77cfcf0] | 1937 | Note that the resolution smearing calculation uses 76 Gauss quadrature points to properly smear the model since the |
---|
| 1938 | function is HIGHLY oscillatory, especially around the *q*-values that correspond to the repeat distance of the layers. |
---|
[1c03e14] | 1939 | |
---|
[77cfcf0] | 1940 | The 2D scattering intensity is the same as 1D, regardless of the orientation of the *q* vector which is defined as |
---|
[1c03e14] | 1941 | |
---|
[77cfcf0] | 1942 | .. image:: img/image008.PNG |
---|
[1c03e14] | 1943 | |
---|
[77cfcf0] | 1944 | The returned value is in units of |cm^-1| |sr^-1|, on absolute scale. |
---|
[1c03e14] | 1945 | |
---|
[77cfcf0] | 1946 | *2.1.23.1 Definition* |
---|
[1c03e14] | 1947 | |
---|
[7f42aad] | 1948 | .. image:: img/image079.gif |
---|
[1c03e14] | 1949 | |
---|
[4ed2d0a1] | 1950 | The scattering intensity *I(q)* is |
---|
[1c03e14] | 1951 | |
---|
[77cfcf0] | 1952 | .. image:: img/image081.PNG |
---|
[1c03e14] | 1953 | |
---|
[77cfcf0] | 1954 | where the contrast |
---|
[1c03e14] | 1955 | |
---|
[77cfcf0] | 1956 | .. image:: img/image082.PNG |
---|
[1c03e14] | 1957 | |
---|
[77cfcf0] | 1958 | and *N* is the number of discs per unit volume, |alpha| is the angle between the axis of the disc and *q*, and *Vt* |
---|
| 1959 | and *Vc* are the total volume and the core volume of a single disc, respectively. |
---|
[1c03e14] | 1960 | |
---|
[77cfcf0] | 1961 | .. image:: img/image083.PNG |
---|
[1c03e14] | 1962 | |
---|
[77cfcf0] | 1963 | where *d* = thickness of the layer (*layer_thick*), 2\ *h* = core thickness (*core_thick*), and *R* = radius of the |
---|
| 1964 | disc (*radius*). |
---|
[1c03e14] | 1965 | |
---|
[77cfcf0] | 1966 | .. image:: img/image084.PNG |
---|
[1c03e14] | 1967 | |
---|
[77cfcf0] | 1968 | where *n* = the total number of the disc stacked (*n_stacking*), *D* = the next neighbor center-to-center distance |
---|
| 1969 | (*d-spacing*), and |sigma|\ D= the Gaussian standard deviation of the d-spacing (*sigma_d*). |
---|
[1c03e14] | 1970 | |
---|
[77cfcf0] | 1971 | To provide easy access to the orientation of the stacked disks, we define the axis of the cylinder using two angles |
---|
| 1972 | |theta| and |phi|. These angles are defined on Figure 2 of CylinderModel. |
---|
[1c03e14] | 1973 | |
---|
[77cfcf0] | 1974 | NB: The 2nd virial coefficient of the cylinder is calculated based on the *radius* and *length* = *n_stacking* \* |
---|
| 1975 | (*core_thick* + 2 \* *layer_thick*) values, and used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 1976 | |
---|
| 1977 | ============== ======== ============= |
---|
| 1978 | Parameter name Units Default value |
---|
| 1979 | ============== ======== ============= |
---|
| 1980 | background |cm^-1| 0.001 |
---|
| 1981 | core_sld |Ang^-2| 4e-006 |
---|
| 1982 | core_thick |Ang| 10 |
---|
| 1983 | layer_sld |Ang^-2| 0 |
---|
| 1984 | layer_thick |Ang| 15 |
---|
| 1985 | n_stacking None 1 |
---|
| 1986 | radius |Ang| 3e+03 |
---|
| 1987 | scale None 0.01 |
---|
| 1988 | sigma_d |Ang| 0 |
---|
| 1989 | solvent_sld |Ang^-2| 5e-06 |
---|
| 1990 | ============== ======== ============= |
---|
| 1991 | |
---|
[7f42aad] | 1992 | .. image:: img/image085.jpg |
---|
[1c03e14] | 1993 | |
---|
| 1994 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 1995 | |
---|
[7f42aad] | 1996 | .. image:: img/image086.jpg |
---|
[1c03e14] | 1997 | |
---|
[77cfcf0] | 1998 | *Figure. Examples of the angles for oriented stackeddisks against the detector plane.* |
---|
[1c03e14] | 1999 | |
---|
[7f42aad] | 2000 | .. image:: img/image062.jpg |
---|
[1c03e14] | 2001 | |
---|
[77cfcf0] | 2002 | *Figure. Examples of the angles for oriented pp against the detector plane.* |
---|
[1c03e14] | 2003 | |
---|
[77cfcf0] | 2004 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2005 | (Kline, 2006) |
---|
[1c03e14] | 2006 | |
---|
| 2007 | REFERENCE |
---|
[bf8c07b] | 2008 | |
---|
[93b6fcc] | 2009 | A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, 1955 |
---|
[bf8c07b] | 2010 | |
---|
[93b6fcc] | 2011 | O Kratky and G Porod, *J. Colloid Science*, 4, (1949) 35 |
---|
[bf8c07b] | 2012 | |
---|
[93b6fcc] | 2013 | J S Higgins and H C Benoit, *Polymers and Neutron Scattering*, Clarendon, Oxford, 1994 |
---|
[1c03e14] | 2014 | |
---|
| 2015 | |
---|
| 2016 | |
---|
| 2017 | .. _PringleModel: |
---|
| 2018 | |
---|
| 2019 | **2.1.24. PringleModel** |
---|
| 2020 | |
---|
[77cfcf0] | 2021 | This model provides the form factor, *P(q)*, for a 'pringle' or 'saddle-shaped' object (a hyperbolic paraboloid). |
---|
[1c03e14] | 2022 | |
---|
[7f42aad] | 2023 | .. image:: img/image241.png |
---|
[1c03e14] | 2024 | |
---|
[77cfcf0] | 2025 | *(Graphic from Matt Henderson, matt@matthen.com)* |
---|
[1c03e14] | 2026 | |
---|
| 2027 | The returned value is in units of |cm^-1|, on absolute scale. |
---|
| 2028 | |
---|
[77cfcf0] | 2029 | The form factor calculated is |
---|
[1c03e14] | 2030 | |
---|
[77cfcf0] | 2031 | .. image:: img/pringle_eqn_1.jpg |
---|
[1c03e14] | 2032 | |
---|
| 2033 | where |
---|
| 2034 | |
---|
[77cfcf0] | 2035 | .. image:: img/pringle_eqn_2.jpg |
---|
[1c03e14] | 2036 | |
---|
[77cfcf0] | 2037 | The parameters of the model and a plot comparing the pringle model with the equivalent cylinder are shown below. |
---|
[1c03e14] | 2038 | |
---|
| 2039 | ============== ======== ============= |
---|
| 2040 | Parameter name Units Default value |
---|
| 2041 | ============== ======== ============= |
---|
| 2042 | background |cm^-1| 0.0 |
---|
| 2043 | alpha None 0.001 |
---|
| 2044 | beta None 0.02 |
---|
| 2045 | radius |Ang| 60 |
---|
| 2046 | scale None 1 |
---|
| 2047 | sld_pringle |Ang^-2| 1e-06 |
---|
| 2048 | sld_solvent |Ang^-2| 6.3e-06 |
---|
| 2049 | thickness |Ang| 10 |
---|
| 2050 | ============== ======== ============= |
---|
| 2051 | |
---|
[77cfcf0] | 2052 | .. image:: img/pringle-vs-cylinder.png |
---|
[1c03e14] | 2053 | |
---|
| 2054 | *Figure. 1D plot using the default values (w/150 data point).* |
---|
| 2055 | |
---|
| 2056 | REFERENCE |
---|
[bf8c07b] | 2057 | |
---|
[93b6fcc] | 2058 | S Alexandru Rautu, Private Communication. |
---|
[1c03e14] | 2059 | |
---|
| 2060 | |
---|
| 2061 | |
---|
| 2062 | .. _EllipsoidModel: |
---|
| 2063 | |
---|
| 2064 | **2.1.25. EllipsoidModel** |
---|
| 2065 | |
---|
[ca1af82] | 2066 | This model provides the form factor for an ellipsoid (ellipsoid of revolution) with uniform scattering length density. |
---|
| 2067 | The form factor is normalized by the particle volume. |
---|
[1c03e14] | 2068 | |
---|
[ca1af82] | 2069 | *2.1.25.1. Definition* |
---|
[1c03e14] | 2070 | |
---|
[ca1af82] | 2071 | The output of the 2D scattering intensity function for oriented ellipsoids is given by (Feigin, 1987) |
---|
[1c03e14] | 2072 | |
---|
[ca1af82] | 2073 | .. image:: img/image059.PNG |
---|
[1c03e14] | 2074 | |
---|
[ca1af82] | 2075 | where |
---|
[1c03e14] | 2076 | |
---|
[ca1af82] | 2077 | .. image:: img/image119.PNG |
---|
[1c03e14] | 2078 | |
---|
[ca1af82] | 2079 | and |
---|
[1c03e14] | 2080 | |
---|
[ca1af82] | 2081 | .. image:: img/image120.PNG |
---|
[1c03e14] | 2082 | |
---|
[ca1af82] | 2083 | |alpha| is the angle between the axis of the ellipsoid and the *q*\ -vector, *V* is the volume of the ellipsoid, *Ra* |
---|
| 2084 | is the radius along the rotational axis of the ellipsoid, *Rb* is the radius perpendicular to the rotational axis of |
---|
[58eccf6] | 2085 | the ellipsoid and |drho| (contrast) is the scattering length density difference between the scatterer and |
---|
[ca1af82] | 2086 | the solvent. |
---|
[1c03e14] | 2087 | |
---|
[ca1af82] | 2088 | To provide easy access to the orientation of the ellipsoid, we define the rotation axis of the ellipsoid using two |
---|
| 2089 | angles |theta| and |phi|\ . These angles are defined on Figure 2 of the CylinderModel_. For the ellipsoid, |theta| |
---|
| 2090 | is the angle between the rotational axis and the *z*\ -axis. |
---|
[1c03e14] | 2091 | |
---|
[ca1af82] | 2092 | NB: The 2nd virial coefficient of the solid ellipsoid is calculated based on the *radius_a* and *radius_b* values, and |
---|
| 2093 | used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 2094 | |
---|
[ca1af82] | 2095 | The returned value is scaled to units of |cm^-1| and the parameters of the EllipsoidModel are the following |
---|
[1c03e14] | 2096 | |
---|
| 2097 | ================ ======== ============= |
---|
| 2098 | Parameter name Units Default value |
---|
| 2099 | ================ ======== ============= |
---|
| 2100 | scale None 1.0 |
---|
| 2101 | radius_a (polar) |Ang| 20.0 |
---|
| 2102 | radius_b (equat) |Ang| 400.0 |
---|
| 2103 | sldEll |Ang^-2| 4.0e-6 |
---|
| 2104 | sldSolv |Ang^-2| 1.0e-6 |
---|
| 2105 | background |cm^-1| 0.0 |
---|
| 2106 | axis_theta degree 90 |
---|
| 2107 | axis_phi degree 0.0 |
---|
| 2108 | ================ ======== ============= |
---|
| 2109 | |
---|
[ca1af82] | 2110 | The output of the 1D scattering intensity function for randomly oriented ellipsoids is then given by the equation |
---|
| 2111 | above. |
---|
[1c03e14] | 2112 | |
---|
[7f42aad] | 2113 | .. image:: img/image121.jpg |
---|
[1c03e14] | 2114 | |
---|
[ca1af82] | 2115 | The *axis_theta* and *axis_phi* parameters are not used for the 1D output. Our implementation of the scattering |
---|
| 2116 | kernel and the 1D scattering intensity use the c-library from NIST. |
---|
[1c03e14] | 2117 | |
---|
[7f42aad] | 2118 | .. image:: img/image122.jpg |
---|
[1c03e14] | 2119 | |
---|
[ca1af82] | 2120 | *Figure. The angles for oriented ellipsoid.* |
---|
[1c03e14] | 2121 | |
---|
[ca1af82] | 2122 | *2.1.25.1. Validation of the EllipsoidModel* |
---|
[1c03e14] | 2123 | |
---|
[ca1af82] | 2124 | Validation of our code was done by comparing the output of the 1D model to the output of the software provided by the |
---|
| 2125 | NIST (Kline, 2006). Figure 1 below shows a comparison of the 1D output of our model and the output of the NIST |
---|
| 2126 | software. |
---|
[1c03e14] | 2127 | |
---|
[7f42aad] | 2128 | .. image:: img/image123.jpg |
---|
[1c03e14] | 2129 | |
---|
[ca1af82] | 2130 | *Figure 1: Comparison of the SasView scattering intensity for an ellipsoid with the output of the NIST SANS analysis* |
---|
| 2131 | *software.* The parameters were set to: *Scale* = 1.0, *Radius_a* = 20, *Radius_b* = 400, *Contrast* = 3e-6 |Ang^-2|, |
---|
| 2132 | and *Background* = 0.01 |cm^-1|. |
---|
[1c03e14] | 2133 | |
---|
[ca1af82] | 2134 | Averaging over a distribution of orientation is done by evaluating the equation above. Since we have no other software |
---|
| 2135 | to compare the implementation of the intensity for fully oriented ellipsoids, we can compare the result of averaging |
---|
| 2136 | our 2D output using a uniform distribution *p(*\ |theta|,\ |phi|\ *)* = 1.0. Figure 2 shows the result of such a |
---|
[1c03e14] | 2137 | cross-check. |
---|
| 2138 | |
---|
[7f42aad] | 2139 | .. image:: img/image124.jpg |
---|
[1c03e14] | 2140 | |
---|
[ca1af82] | 2141 | *Figure 2: Comparison of the intensity for uniformly distributed ellipsoids calculated from our 2D model and the* |
---|
| 2142 | *intensity from the NIST SANS analysis software.* The parameters used were: *Scale* = 1.0, *Radius_a* = 20, |
---|
| 2143 | *Radius_b* = 400, *Contrast* = 3e-6 |Ang^-2|, and *Background* = 0.0 |cm^-1|. |
---|
[1c03e14] | 2144 | |
---|
[ca1af82] | 2145 | The discrepancy above *q* = 0.3 |cm^-1| is due to the way the form factors are calculated in the c-library provided by |
---|
| 2146 | NIST. A numerical integration has to be performed to obtain *P(q)* for randomly oriented particles. The NIST software |
---|
| 2147 | performs that integration with a 76-point Gaussian quadrature rule, which will become imprecise at high q where the |
---|
| 2148 | amplitude varies quickly as a function of *q*. The SasView result shown has been obtained by summing over 501 |
---|
| 2149 | equidistant points in . Our result was found to be stable over the range of *q* shown for a number of points higher |
---|
| 2150 | than 500. |
---|
[1c03e14] | 2151 | |
---|
[ca1af82] | 2152 | REFERENCE |
---|
[bf8c07b] | 2153 | |
---|
[93b6fcc] | 2154 | L A Feigin and D I Svergun. *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum, |
---|
[ca1af82] | 2155 | New York, 1987. |
---|
[1c03e14] | 2156 | |
---|
| 2157 | |
---|
| 2158 | |
---|
| 2159 | .. _CoreShellEllipsoidModel: |
---|
| 2160 | |
---|
| 2161 | **2.1.26. CoreShellEllipsoidModel** |
---|
| 2162 | |
---|
[990c2eb] | 2163 | This model provides the form factor, *P(q)*, for a core shell ellipsoid (below) where the form factor is normalized by |
---|
| 2164 | the volume of the cylinder. |
---|
[1c03e14] | 2165 | |
---|
[990c2eb] | 2166 | *P(q)* = *scale* \* <*f*\ :sup:`2`> / *V* + *background* |
---|
[1c03e14] | 2167 | |
---|
[990c2eb] | 2168 | where the volume *V* = (4/3)\ |pi| (*r*\ :sub:`maj` *r*\ :sub:`min`\ :sup:`2`) and the averaging < > is applied over |
---|
| 2169 | all orientations for 1D. |
---|
[1c03e14] | 2170 | |
---|
[7f42aad] | 2171 | .. image:: img/image125.gif |
---|
[1c03e14] | 2172 | |
---|
[990c2eb] | 2173 | The returned value is in units of |cm^-1|, on absolute scale. |
---|
[1c03e14] | 2174 | |
---|
[990c2eb] | 2175 | *2.1.26.1. Definition* |
---|
[1c03e14] | 2176 | |
---|
[990c2eb] | 2177 | The form factor calculated is |
---|
[1c03e14] | 2178 | |
---|
[990c2eb] | 2179 | .. image:: img/image126.PNG |
---|
[1c03e14] | 2180 | |
---|
[990c2eb] | 2181 | To provide easy access to the orientation of the core-shell ellipsoid, we define the axis of the solid ellipsoid using |
---|
| 2182 | two angles |theta| and |phi|\ . These angles are defined on Figure 2 of the CylinderModel_. The contrast is defined as |
---|
| 2183 | SLD(core) - SLD(shell) and SLD(shell) - SLD(solvent). |
---|
[1c03e14] | 2184 | |
---|
[990c2eb] | 2185 | In the parameters, *equat_core* = equatorial core radius, *polar_core* = polar core radius, *equat_shell* = |
---|
| 2186 | *r*\ :sub:`min` (or equatorial outer radius), and *polar_shell* = = *r*\ :sub:`maj` (or polar outer radius). |
---|
[1c03e14] | 2187 | |
---|
[990c2eb] | 2188 | NB: The 2nd virial coefficient of the solid ellipsoid is calculated based on the *radius_a* (= *polar_shell*) and |
---|
| 2189 | *radius_b* (= *equat_shell*) values, and used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 2190 | |
---|
| 2191 | ============== ======== ============= |
---|
| 2192 | Parameter name Units Default value |
---|
| 2193 | ============== ======== ============= |
---|
| 2194 | background |cm^-1| 0.001 |
---|
| 2195 | equat_core |Ang| 200 |
---|
| 2196 | equat_shell |Ang| 250 |
---|
| 2197 | sld_solvent |Ang^-2| 6e-06 |
---|
| 2198 | ploar_shell |Ang| 30 |
---|
| 2199 | ploar_core |Ang| 20 |
---|
| 2200 | scale None 1 |
---|
| 2201 | sld_core |Ang^-2| 2e-06 |
---|
| 2202 | sld_shell |Ang^-2| 1e-06 |
---|
| 2203 | ============== ======== ============= |
---|
| 2204 | |
---|
[7f42aad] | 2205 | .. image:: img/image127.jpg |
---|
[1c03e14] | 2206 | |
---|
| 2207 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 2208 | |
---|
[7f42aad] | 2209 | .. image:: img/image122.jpg |
---|
[1c03e14] | 2210 | |
---|
[990c2eb] | 2211 | *Figure. The angles for oriented CoreShellEllipsoid.* |
---|
[1c03e14] | 2212 | |
---|
[990c2eb] | 2213 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2214 | (Kline, 2006). |
---|
[1c03e14] | 2215 | |
---|
| 2216 | REFERENCE |
---|
[bf8c07b] | 2217 | |
---|
[93b6fcc] | 2218 | M Kotlarchyk, S H Chen, *J. Chem. Phys.*, 79 (1983) 2461 |
---|
[bf8c07b] | 2219 | |
---|
[93b6fcc] | 2220 | S J Berr, *Phys. Chem.*, 91 (1987) 4760 |
---|
[1c03e14] | 2221 | |
---|
| 2222 | |
---|
| 2223 | |
---|
[77cfcf0] | 2224 | .. _CoreShellEllipsoidXTModel: |
---|
| 2225 | |
---|
| 2226 | **2.1.27. CoreShellEllipsoidXTModel** |
---|
| 2227 | |
---|
| 2228 | An alternative version of *P(q)* for the core-shell ellipsoid (see CoreShellEllipsoidModel), having as parameters the |
---|
| 2229 | core axial ratio *X* and a shell thickness, which are more often what we would like to determine. |
---|
| 2230 | |
---|
| 2231 | This model is also better behaved when polydispersity is applied than the four independent radii in |
---|
| 2232 | CoreShellEllipsoidModel. |
---|
| 2233 | |
---|
[990c2eb] | 2234 | *2.1.27.1. Definition* |
---|
[77cfcf0] | 2235 | |
---|
| 2236 | .. image:: img/image125.gif |
---|
| 2237 | |
---|
| 2238 | The geometric parameters of this model are |
---|
| 2239 | |
---|
| 2240 | *equat_core* = equatorial core radius = *Rminor_core* |
---|
[a342928] | 2241 | |
---|
[77cfcf0] | 2242 | *X_core* = *polar_core* / *equat_core* = *Rmajor_core* / *Rminor_core* |
---|
[a342928] | 2243 | |
---|
[77cfcf0] | 2244 | *T_shell* = *equat_outer* - *equat_core* = *Rminor_outer* - *Rminor_core* |
---|
[a342928] | 2245 | |
---|
[77cfcf0] | 2246 | *XpolarShell* = *Tpolar_shell* / *T_shell* = (*Rmajor_outer* - *Rmajor_core*)/(*Rminor_outer* - *Rminor_core*) |
---|
| 2247 | |
---|
| 2248 | In terms of the original radii |
---|
| 2249 | |
---|
| 2250 | *polar_core* = *equat_core* \* *X_core* |
---|
[a342928] | 2251 | |
---|
[77cfcf0] | 2252 | *equat_shell* = *equat_core* + *T_shell* |
---|
[a342928] | 2253 | |
---|
[77cfcf0] | 2254 | *polar_shell* = *equat_core* \* *X_core* + *T_shell* \* *XpolarShell* |
---|
| 2255 | |
---|
| 2256 | (where we note that "shell" perhaps confusingly, relates to the outer radius) |
---|
| 2257 | |
---|
| 2258 | When *X_core* < 1 the core is oblate; when *X_core* > 1 it is prolate. *X_core* = 1 is a spherical core. |
---|
| 2259 | |
---|
| 2260 | For a fixed shell thickness *XpolarShell* = 1, to scale the shell thickness pro-rata with the radius |
---|
| 2261 | *XpolarShell* = *X_core*. |
---|
| 2262 | |
---|
| 2263 | When including an *S(q)*, the radius in *S(q)* is calculated to be that of a sphere with the same 2nd virial |
---|
| 2264 | coefficient of the **outer** surface of the ellipsoid. This may have some undesirable effects if the aspect ratio of |
---|
| 2265 | the ellipsoid is large (ie, if *X* << 1 or *X* >> 1), when the *S(q)* - which assumes spheres - will not in any case |
---|
| 2266 | be valid. |
---|
| 2267 | |
---|
[6386cd8] | 2268 | If SAS data are in absolute units, and the SLDs are correct, then *scale* should be the total volume fraction of the |
---|
[77cfcf0] | 2269 | "outer particle". When *S(q)* is introduced this moves to the *S(q)* volume fraction, and *scale* should then be 1.0, |
---|
| 2270 | or contain some other units conversion factor (for example, if you have SAXS data). |
---|
| 2271 | |
---|
| 2272 | ============== ======== ============= |
---|
| 2273 | Parameter name Units Default value |
---|
| 2274 | ============== ======== ============= |
---|
| 2275 | background |cm^-1| 0.001 |
---|
| 2276 | equat_core |Ang| 20 |
---|
| 2277 | scale None 0.05 |
---|
| 2278 | sld_core |Ang^-2| 2.0e-6 |
---|
| 2279 | sld_shell |Ang^-2| 1.0e-6 |
---|
| 2280 | sld_solv |Ang^-2| 6.3e-6 |
---|
| 2281 | T_shell |Ang| 30 |
---|
| 2282 | X_core None 3.0 |
---|
| 2283 | XpolarShell None 1.0 |
---|
| 2284 | ============== ======== ============= |
---|
| 2285 | |
---|
| 2286 | REFERENCE |
---|
[bf8c07b] | 2287 | |
---|
[93b6fcc] | 2288 | R K Heenan, Private communication |
---|
[77cfcf0] | 2289 | |
---|
| 2290 | |
---|
| 2291 | |
---|
[bf8c07b] | 2292 | .. _TriaxialEllipsoidModel: |
---|
[1c03e14] | 2293 | |
---|
[77cfcf0] | 2294 | **2.1.28. TriaxialEllipsoidModel** |
---|
[1c03e14] | 2295 | |
---|
[990c2eb] | 2296 | This model provides the form factor, *P(q)*, for an ellipsoid (below) where all three axes are of different lengths, |
---|
| 2297 | i.e., *Ra* =< *Rb* =< *Rc*\ . **Users should maintain this inequality for all calculations**. |
---|
[1c03e14] | 2298 | |
---|
[990c2eb] | 2299 | *P(q)* = *scale* \* <*f*\ :sup:`2`> / *V* + *background* |
---|
[1c03e14] | 2300 | |
---|
[990c2eb] | 2301 | where the volume *V* = (4/3)\ |pi| (*Ra* *Rb* *Rc*), and the averaging < > is applied over all orientations for 1D. |
---|
[1c03e14] | 2302 | |
---|
[7f42aad] | 2303 | .. image:: img/image128.jpg |
---|
[1c03e14] | 2304 | |
---|
| 2305 | The returned value is in units of |cm^-1|, on absolute scale. |
---|
| 2306 | |
---|
[990c2eb] | 2307 | *2.1.28.1. Definition* |
---|
| 2308 | |
---|
| 2309 | The form factor calculated is |
---|
[1c03e14] | 2310 | |
---|
[990c2eb] | 2311 | .. image:: img/image129.PNG |
---|
[1c03e14] | 2312 | |
---|
[990c2eb] | 2313 | To provide easy access to the orientation of the triaxial ellipsoid, we define the axis of the cylinder using the |
---|
| 2314 | angles |theta|, |phi| and |bigpsi|. These angles are defined on Figure 2 of the CylinderModel_. The angle |bigpsi| is |
---|
| 2315 | the rotational angle around its own *semi_axisC* axis against the *q* plane. For example, |bigpsi| = 0 when the |
---|
| 2316 | *semi_axisA* axis is parallel to the *x*-axis of the detector. |
---|
[1c03e14] | 2317 | |
---|
[6386cd8] | 2318 | The radius-of-gyration for this system is *Rg*\ :sup:`2` = (*Ra*\ :sup:`2` *Rb*\ :sup:`2` *Rc*\ :sup:`2`)/5. |
---|
[1c03e14] | 2319 | |
---|
[990c2eb] | 2320 | The contrast is defined as SLD(ellipsoid) - SLD(solvent). In the parameters, *semi_axisA* = *Ra* (or minor equatorial |
---|
| 2321 | radius), *semi_axisB* = *Rb* (or major equatorial radius), and *semi_axisC* = *Rc* (or polar radius of the ellipsoid). |
---|
[1c03e14] | 2322 | |
---|
[990c2eb] | 2323 | NB: The 2nd virial coefficient of the triaxial solid ellipsoid is calculated based on the |
---|
| 2324 | *radius_a* (= *semi_axisC*\ ) and *radius_b* (= sqrt(*semi_axisA* \* *semi_axisB*)) values, and used as the effective |
---|
| 2325 | radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 2326 | |
---|
| 2327 | ============== ======== ============= |
---|
| 2328 | Parameter name Units Default value |
---|
| 2329 | ============== ======== ============= |
---|
| 2330 | background |cm^-1| 0.0 |
---|
| 2331 | semi_axisA |Ang| 35 |
---|
| 2332 | semi_axisB |Ang| 100 |
---|
| 2333 | semi_axisC |Ang| 400 |
---|
| 2334 | scale None 1 |
---|
| 2335 | sldEll |Ang^-2| 1.0e-06 |
---|
| 2336 | sldSolv |Ang^-2| 6.3e-06 |
---|
| 2337 | ============== ======== ============= |
---|
| 2338 | |
---|
[7f42aad] | 2339 | .. image:: img/image130.jpg |
---|
[1c03e14] | 2340 | |
---|
| 2341 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 2342 | |
---|
[990c2eb] | 2343 | *2.1.28.2.Validation of the TriaxialEllipsoidModel* |
---|
[1c03e14] | 2344 | |
---|
[990c2eb] | 2345 | Validation of our code was done by comparing the output of the 1D calculation to the angular average of the output of |
---|
| 2346 | 2D calculation over all possible angles. The Figure below shows the comparison where the solid dot refers to averaged |
---|
| 2347 | 2D while the line represents the result of 1D calculation (for 2D averaging, 76, 180, and 76 points are taken for the |
---|
| 2348 | angles of |theta|, |phi|, and |psi| respectively). |
---|
[1c03e14] | 2349 | |
---|
[7f42aad] | 2350 | .. image:: img/image131.gif |
---|
[1c03e14] | 2351 | |
---|
| 2352 | *Figure. Comparison between 1D and averaged 2D.* |
---|
| 2353 | |
---|
[7f42aad] | 2354 | .. image:: img/image132.jpg |
---|
[1c03e14] | 2355 | |
---|
[990c2eb] | 2356 | *Figure. The angles for oriented ellipsoid.* |
---|
[1c03e14] | 2357 | |
---|
[990c2eb] | 2358 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2359 | (Kline, 2006) |
---|
[1c03e14] | 2360 | |
---|
| 2361 | REFERENCE |
---|
[bf8c07b] | 2362 | |
---|
[93b6fcc] | 2363 | L A Feigin and D I Svergun, *Structure Analysis by Small-Angle X-Ray and Neutron Scattering*, Plenum, |
---|
[990c2eb] | 2364 | New York, 1987. |
---|
[1c03e14] | 2365 | |
---|
| 2366 | |
---|
| 2367 | |
---|
| 2368 | .. _LamellarModel: |
---|
| 2369 | |
---|
[77cfcf0] | 2370 | **2.1.29. LamellarModel** |
---|
[1c03e14] | 2371 | |
---|
[1127c32] | 2372 | This model provides the scattering intensity, *I(q)*, for a lyotropic lamellar phase where a uniform SLD and random |
---|
| 2373 | distribution in solution are assumed. Polydispersity in the bilayer thickness can be applied from the GUI. |
---|
[1c03e14] | 2374 | |
---|
[1127c32] | 2375 | *2.1.29.1. Definition* |
---|
[1c03e14] | 2376 | |
---|
[1127c32] | 2377 | The scattering intensity *I(q)* is |
---|
[1c03e14] | 2378 | |
---|
[1127c32] | 2379 | .. image:: img/image133.PNG |
---|
[1c03e14] | 2380 | |
---|
[1127c32] | 2381 | The form factor is |
---|
[1c03e14] | 2382 | |
---|
[1127c32] | 2383 | .. image:: img/image134.PNG |
---|
[1c03e14] | 2384 | |
---|
[1127c32] | 2385 | where |delta| = bilayer thickness. |
---|
[1c03e14] | 2386 | |
---|
[1127c32] | 2387 | The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 2388 | |
---|
[7f42aad] | 2389 | .. image:: img/image040.gif |
---|
[1c03e14] | 2390 | |
---|
[1127c32] | 2391 | The returned value is in units of |cm^-1|, on absolute scale. In the parameters, *sld_bi* = SLD of the bilayer, |
---|
| 2392 | *sld_sol* = SLD of the solvent, and *bi_thick* = thickness of the bilayer. |
---|
[1c03e14] | 2393 | |
---|
| 2394 | ============== ======== ============= |
---|
| 2395 | Parameter name Units Default value |
---|
| 2396 | ============== ======== ============= |
---|
| 2397 | background |cm^-1| 0.0 |
---|
| 2398 | sld_bi |Ang^-2| 1e-06 |
---|
| 2399 | bi_thick |Ang| 50 |
---|
| 2400 | sld_sol |Ang^-2| 6e-06 |
---|
| 2401 | scale None 1 |
---|
| 2402 | ============== ======== ============= |
---|
| 2403 | |
---|
[7f42aad] | 2404 | .. image:: img/image135.jpg |
---|
[1c03e14] | 2405 | |
---|
| 2406 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 2407 | |
---|
[1127c32] | 2408 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2409 | (Kline, 2006). |
---|
[1c03e14] | 2410 | |
---|
| 2411 | REFERENCE |
---|
| 2412 | |
---|
[93b6fcc] | 2413 | F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 |
---|
[1c03e14] | 2414 | |
---|
[bf8c07b] | 2415 | also in J. Phys. Chem. B, 105, (2001) 11081-11088 |
---|
[1c03e14] | 2416 | |
---|
| 2417 | |
---|
| 2418 | |
---|
| 2419 | .. _LamellarFFHGModel: |
---|
| 2420 | |
---|
[77cfcf0] | 2421 | **2.1.30. LamellarFFHGModel** |
---|
[1c03e14] | 2422 | |
---|
[1127c32] | 2423 | This model provides the scattering intensity, *I(q)*, for a lyotropic lamellar phase where a random distribution in |
---|
| 2424 | solution are assumed. The SLD of the head region is taken to be different from the SLD of the tail region. |
---|
[1c03e14] | 2425 | |
---|
[1127c32] | 2426 | *2.1.31.1. Definition* |
---|
[1c03e14] | 2427 | |
---|
[1127c32] | 2428 | The scattering intensity *I(q)* is |
---|
[1c03e14] | 2429 | |
---|
[1127c32] | 2430 | .. image:: img/image136.PNG |
---|
[1c03e14] | 2431 | |
---|
[1127c32] | 2432 | The form factor is |
---|
[1c03e14] | 2433 | |
---|
[7f42aad] | 2434 | .. image:: img/image137.jpg |
---|
[1c03e14] | 2435 | |
---|
[1127c32] | 2436 | where |delta|\ T = tail length (or *t_length*), |delta|\ H = head thickness (or *h_thickness*), |
---|
[3342eb3] | 2437 | |drho|\ H = SLD(headgroup) - SLD(solvent), and |drho|\ T = SLD(tail) - SLD(solvent). The total thickness is 2(H+T). |
---|
[1c03e14] | 2438 | |
---|
[1127c32] | 2439 | The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 2440 | |
---|
[7f42aad] | 2441 | .. image:: img/image040.gif |
---|
[1c03e14] | 2442 | |
---|
[1127c32] | 2443 | The returned value is in units of |cm^-1|, on absolute scale. In the parameters, *sld_tail* = SLD of the tail group, |
---|
| 2444 | and *sld_head* = SLD of the head group. |
---|
[1c03e14] | 2445 | |
---|
| 2446 | ============== ======== ============= |
---|
| 2447 | Parameter name Units Default value |
---|
| 2448 | ============== ======== ============= |
---|
| 2449 | background |cm^-1| 0.0 |
---|
| 2450 | sld_head |Ang^-2| 3e-06 |
---|
| 2451 | scale None 1 |
---|
| 2452 | sld_solvent |Ang^-2| 6e-06 |
---|
| 2453 | h_thickness |Ang| 10 |
---|
| 2454 | t_length |Ang| 15 |
---|
| 2455 | sld_tail |Ang^-2| 0 |
---|
| 2456 | ============== ======== ============= |
---|
| 2457 | |
---|
[7f42aad] | 2458 | .. image:: img/image138.jpg |
---|
[1c03e14] | 2459 | |
---|
| 2460 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 2461 | |
---|
[1127c32] | 2462 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2463 | (Kline, 2006). |
---|
[1c03e14] | 2464 | |
---|
| 2465 | REFERENCE |
---|
| 2466 | |
---|
[93b6fcc] | 2467 | F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 |
---|
[1c03e14] | 2468 | |
---|
[bf8c07b] | 2469 | also in J. Phys. Chem. B, 105, (2001) 11081-11088 |
---|
[1c03e14] | 2470 | |
---|
[93b6fcc] | 2471 | *2014/04/17 - Description reviewed by S King and P Butler.* |
---|
[4ed2d0a1] | 2472 | |
---|
[1c03e14] | 2473 | |
---|
| 2474 | |
---|
| 2475 | .. _LamellarPSModel: |
---|
| 2476 | |
---|
[77cfcf0] | 2477 | **2.1.31. LamellarPSModel** |
---|
[1c03e14] | 2478 | |
---|
[1127c32] | 2479 | This model provides the scattering intensity, *I(q)* = *P(q)* \* *S(q)*, for a lyotropic lamellar phase where a random |
---|
| 2480 | distribution in solution are assumed. |
---|
[1c03e14] | 2481 | |
---|
[1127c32] | 2482 | *2.1.31.1. Definition* |
---|
[1c03e14] | 2483 | |
---|
[1127c32] | 2484 | The scattering intensity *I(q)* is |
---|
[1c03e14] | 2485 | |
---|
[1127c32] | 2486 | .. image:: img/image139.PNG |
---|
[1c03e14] | 2487 | |
---|
| 2488 | The form factor is |
---|
| 2489 | |
---|
[1127c32] | 2490 | .. image:: img/image134.PNG |
---|
[1c03e14] | 2491 | |
---|
[1127c32] | 2492 | and the structure factor is |
---|
[1c03e14] | 2493 | |
---|
[1127c32] | 2494 | .. image:: img/image140.PNG |
---|
[1c03e14] | 2495 | |
---|
| 2496 | where |
---|
| 2497 | |
---|
[1127c32] | 2498 | .. image:: img/image141.PNG |
---|
[1c03e14] | 2499 | |
---|
[58eccf6] | 2500 | Here *d* = (repeat) spacing, |delta| = bilayer thickness, the contrast |drho| = SLD(headgroup) - SLD(solvent), |
---|
[1127c32] | 2501 | K = smectic bending elasticity, B = compression modulus, and N = number of lamellar plates (*n_plates*). |
---|
[1c03e14] | 2502 | |
---|
[1127c32] | 2503 | NB: **When the Caille parameter is greater than approximately 0.8 to 1.0, the assumptions of the model are incorrect.** |
---|
| 2504 | And due to a complication of the model function, users are responsible for making sure that all the assumptions are |
---|
| 2505 | handled accurately (see the original reference below for more details). |
---|
[1c03e14] | 2506 | |
---|
[1127c32] | 2507 | The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 2508 | |
---|
[7f42aad] | 2509 | .. image:: img/image040.gif |
---|
[1c03e14] | 2510 | |
---|
| 2511 | The returned value is in units of |cm^-1|, on absolute scale. |
---|
| 2512 | |
---|
| 2513 | ============== ======== ============= |
---|
| 2514 | Parameter name Units Default value |
---|
| 2515 | ============== ======== ============= |
---|
| 2516 | background |cm^-1| 0.0 |
---|
| 2517 | contrast |Ang^-2| 5e-06 |
---|
| 2518 | scale None 1 |
---|
| 2519 | delta |Ang| 30 |
---|
| 2520 | n_plates None 20 |
---|
| 2521 | spacing |Ang| 400 |
---|
| 2522 | caille |Ang^-2| 0.1 |
---|
| 2523 | ============== ======== ============= |
---|
| 2524 | |
---|
[7f42aad] | 2525 | .. image:: img/image142.jpg |
---|
[1c03e14] | 2526 | |
---|
| 2527 | *Figure. 1D plot using the default values (w/6000 data point).* |
---|
| 2528 | |
---|
[1127c32] | 2529 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2530 | (Kline, 2006). |
---|
[1c03e14] | 2531 | |
---|
| 2532 | REFERENCE |
---|
| 2533 | |
---|
[93b6fcc] | 2534 | F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 |
---|
[1c03e14] | 2535 | |
---|
[bf8c07b] | 2536 | also in J. Phys. Chem. B, 105, (2001) 11081-11088 |
---|
[1c03e14] | 2537 | |
---|
| 2538 | |
---|
| 2539 | |
---|
| 2540 | .. _LamellarPSHGModel: |
---|
| 2541 | |
---|
[77cfcf0] | 2542 | **2.1.32. LamellarPSHGModel** |
---|
[1c03e14] | 2543 | |
---|
[1127c32] | 2544 | This model provides the scattering intensity, *I(q)* = *P(q)* \* *S(q)*, for a lyotropic lamellar phase where a random |
---|
| 2545 | distribution in solution are assumed. The SLD of the head region is taken to be different from the SLD of the tail |
---|
| 2546 | region. |
---|
[1c03e14] | 2547 | |
---|
[1127c32] | 2548 | *2.1.32.1. Definition* |
---|
[1c03e14] | 2549 | |
---|
[1127c32] | 2550 | The scattering intensity *I(q)* is |
---|
[1c03e14] | 2551 | |
---|
[1127c32] | 2552 | .. image:: img/image139.PNG |
---|
[1c03e14] | 2553 | |
---|
[1127c32] | 2554 | The form factor is |
---|
[1c03e14] | 2555 | |
---|
[1127c32] | 2556 | .. image:: img/image143.PNG |
---|
[1c03e14] | 2557 | |
---|
| 2558 | The structure factor is |
---|
| 2559 | |
---|
[1127c32] | 2560 | .. image:: img/image140.PNG |
---|
[1c03e14] | 2561 | |
---|
| 2562 | where |
---|
| 2563 | |
---|
[1127c32] | 2564 | .. image:: img/image141.PNG |
---|
[1c03e14] | 2565 | |
---|
[1127c32] | 2566 | where |delta|\ T = tail length (or *t_length*), |delta|\ H = head thickness (or *h_thickness*), |
---|
[58eccf6] | 2567 | |drho|\ H = SLD(headgroup) - SLD(solvent), and |drho|\ T = SLD(tail) - SLD(headgroup). |
---|
[1127c32] | 2568 | Here *d* = (repeat) spacing, *K* = smectic bending elasticity, *B* = compression modulus, and N = number of lamellar |
---|
| 2569 | plates (*n_plates*). |
---|
[1c03e14] | 2570 | |
---|
[1127c32] | 2571 | NB: **When the Caille parameter is greater than approximately 0.8 to 1.0, the assumptions of the model are incorrect.** |
---|
| 2572 | And due to a complication of the model function, users are responsible for making sure that all the assumptions are |
---|
| 2573 | handled accurately (see the original reference below for more details). |
---|
[1c03e14] | 2574 | |
---|
[1127c32] | 2575 | The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 2576 | |
---|
[7f42aad] | 2577 | .. image:: img/image040.gif |
---|
[1c03e14] | 2578 | |
---|
[1127c32] | 2579 | The returned value is in units of |cm^-1|, on absolute scale. In the parameters, *sld_tail* = SLD of the tail group, |
---|
| 2580 | *sld_head* = SLD of the head group, and *sld_solvent* = SLD of the solvent. |
---|
[1c03e14] | 2581 | |
---|
| 2582 | ============== ======== ============= |
---|
| 2583 | Parameter name Units Default value |
---|
| 2584 | ============== ======== ============= |
---|
| 2585 | background |cm^-1| 0.001 |
---|
| 2586 | sld_head |Ang^-2| 2e-06 |
---|
| 2587 | scale None 1 |
---|
| 2588 | sld_solvent |Ang^-2| 6e-06 |
---|
| 2589 | deltaH |Ang| 2 |
---|
| 2590 | deltaT |Ang| 10 |
---|
| 2591 | sld_tail |Ang^-2| 0 |
---|
| 2592 | n_plates None 30 |
---|
| 2593 | spacing |Ang| 40 |
---|
| 2594 | caille |Ang^-2| 0.001 |
---|
| 2595 | ============== ======== ============= |
---|
| 2596 | |
---|
[7f42aad] | 2597 | .. image:: img/image144.jpg |
---|
[1c03e14] | 2598 | |
---|
| 2599 | *Figure. 1D plot using the default values (w/6000 data point).* |
---|
| 2600 | |
---|
[1127c32] | 2601 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2602 | (Kline, 2006). |
---|
[1c03e14] | 2603 | |
---|
| 2604 | REFERENCE |
---|
| 2605 | |
---|
[93b6fcc] | 2606 | F Nallet, R Laversanne, and D Roux, J. Phys. II France, 3, (1993) 487-502 |
---|
[1c03e14] | 2607 | |
---|
[bf8c07b] | 2608 | also in J. Phys. Chem. B, 105, (2001) 11081-11088 |
---|
[1c03e14] | 2609 | |
---|
| 2610 | |
---|
| 2611 | |
---|
| 2612 | .. _LamellarPCrystalModel: |
---|
| 2613 | |
---|
[77cfcf0] | 2614 | **2.1.33. LamellarPCrystalModel** |
---|
[1c03e14] | 2615 | |
---|
[1127c32] | 2616 | This model calculates the scattering from a stack of repeating lamellar structures. The stacks of lamellae (infinite |
---|
| 2617 | in lateral dimension) are treated as a paracrystal to account for the repeating spacing. The repeat distance is further |
---|
| 2618 | characterized by a Gaussian polydispersity. **This model can be used for large multilamellar vesicles.** |
---|
[1c03e14] | 2619 | |
---|
[1127c32] | 2620 | *2.1.33.1. Definition* |
---|
[1c03e14] | 2621 | |
---|
[1127c32] | 2622 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 2623 | |
---|
[7f42aad] | 2624 | .. image:: img/image145.jpg |
---|
[1c03e14] | 2625 | |
---|
[1127c32] | 2626 | The form factor of the bilayer is approximated as the cross section of an infinite, planar bilayer of thickness *t* |
---|
[1c03e14] | 2627 | |
---|
[7f42aad] | 2628 | .. image:: img/image146.jpg |
---|
[1c03e14] | 2629 | |
---|
[1127c32] | 2630 | Here, the scale factor is used instead of the mass per area of the bilayer (*G*). The scale factor is the volume |
---|
[d4117ccb] | 2631 | fraction of the material in the bilayer, *not* the total excluded volume of the paracrystal. *Z*\ :sub:`N`\ *(q)* |
---|
| 2632 | describes the interference effects for aggregates consisting of more than one bilayer. The equations used are (3-5) |
---|
| 2633 | from the Bergstrom reference below. |
---|
[1c03e14] | 2634 | |
---|
[1127c32] | 2635 | Non-integer numbers of stacks are calculated as a linear combination of the lower and higher values |
---|
[1c03e14] | 2636 | |
---|
[7f42aad] | 2637 | .. image:: img/image147.jpg |
---|
[1c03e14] | 2638 | |
---|
[1127c32] | 2639 | The 2D scattering intensity is the same as 1D, regardless of the orientation of the *q* vector which is defined as |
---|
[1c03e14] | 2640 | |
---|
[7f42aad] | 2641 | .. image:: img/image040.gif |
---|
[1c03e14] | 2642 | |
---|
[1127c32] | 2643 | The parameters of the model are *Nlayers* = no. of layers, and *pd_spacing* = polydispersity of spacing. |
---|
[1c03e14] | 2644 | |
---|
| 2645 | ============== ======== ============= |
---|
| 2646 | Parameter name Units Default value |
---|
| 2647 | ============== ======== ============= |
---|
| 2648 | background |cm^-1| 0 |
---|
| 2649 | scale None 1 |
---|
| 2650 | Nlayers None 20 |
---|
| 2651 | pd_spacing None 0.2 |
---|
| 2652 | sld_layer |Ang^-2| 1e-6 |
---|
| 2653 | sld_solvent |Ang^-2| 6.34e-6 |
---|
| 2654 | spacing |Ang| 250 |
---|
| 2655 | thickness |Ang| 33 |
---|
| 2656 | ============== ======== ============= |
---|
| 2657 | |
---|
[7f42aad] | 2658 | .. image:: img/image148.jpg |
---|
[1c03e14] | 2659 | |
---|
[1127c32] | 2660 | *Figure. 1D plot using the default values above (w/20000 data point).* |
---|
[1c03e14] | 2661 | |
---|
[1127c32] | 2662 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 2663 | (Kline, 2006). |
---|
[1c03e14] | 2664 | |
---|
| 2665 | REFERENCE |
---|
| 2666 | |
---|
[93b6fcc] | 2667 | M Bergstrom, J S Pedersen, P Schurtenberger, S U Egelhaaf, *J. Phys. Chem. B*, 103 (1999) 9888-9897 |
---|
[1c03e14] | 2668 | |
---|
| 2669 | |
---|
| 2670 | |
---|
| 2671 | .. _SCCrystalModel: |
---|
| 2672 | |
---|
[77cfcf0] | 2673 | **2.1.34. SCCrystalModel** |
---|
[1c03e14] | 2674 | |
---|
[d4117ccb] | 2675 | Calculates the scattering from a **simple cubic lattice** with paracrystalline distortion. Thermal vibrations are |
---|
| 2676 | considered to be negligible, and the size of the paracrystal is infinitely large. Paracrystalline distortion is assumed |
---|
| 2677 | to be isotropic and characterized by a Gaussian distribution. |
---|
[1c03e14] | 2678 | |
---|
[77cfcf0] | 2679 | The returned value is scaled to units of |cm^-1|\ |sr^-1|, absolute scale. |
---|
[1c03e14] | 2680 | |
---|
[d4117ccb] | 2681 | *2.1.34.1. Definition* |
---|
[1c03e14] | 2682 | |
---|
[4ed2d0a1] | 2683 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 2684 | |
---|
[7f42aad] | 2685 | .. image:: img/image149.jpg |
---|
[1c03e14] | 2686 | |
---|
[d4117ccb] | 2687 | where *scale* is the volume fraction of spheres, *Vp* is the volume of the primary particle, *V(lattice)* is a volume |
---|
| 2688 | correction for the crystal structure, *P(q)* is the form factor of the sphere (normalized), and *Z(q)* is the |
---|
| 2689 | paracrystalline structure factor for a simple cubic structure. |
---|
[1c03e14] | 2690 | |
---|
[d4117ccb] | 2691 | Equation (16) of the 1987 reference is used to calculate *Z(q)*, using equations (13)-(15) from the 1987 paper for |
---|
| 2692 | *Z1*\ , *Z2*\ , and *Z3*\ . |
---|
[1c03e14] | 2693 | |
---|
[d4117ccb] | 2694 | The lattice correction (the occupied volume of the lattice) for a simple cubic structure of particles of radius *R* |
---|
| 2695 | and nearest neighbor separation *D* is |
---|
[1c03e14] | 2696 | |
---|
[7f42aad] | 2697 | .. image:: img/image150.jpg |
---|
[1c03e14] | 2698 | |
---|
[d4117ccb] | 2699 | The distortion factor (one standard deviation) of the paracrystal is included in the calculation of *Z(q)* |
---|
[1c03e14] | 2700 | |
---|
[7f42aad] | 2701 | .. image:: img/image151.jpg |
---|
[1c03e14] | 2702 | |
---|
[d4117ccb] | 2703 | where *g* is a fractional distortion based on the nearest neighbor distance. |
---|
[1c03e14] | 2704 | |
---|
[d4117ccb] | 2705 | The simple cubic lattice is |
---|
[1c03e14] | 2706 | |
---|
[7f42aad] | 2707 | .. image:: img/image152.jpg |
---|
[1c03e14] | 2708 | |
---|
[d4117ccb] | 2709 | For a crystal, diffraction peaks appear at reduced *q*\ -values given by |
---|
[1c03e14] | 2710 | |
---|
[7f42aad] | 2711 | .. image:: img/image153.jpg |
---|
[1c03e14] | 2712 | |
---|
[d4117ccb] | 2713 | where for a simple cubic lattice any *h*\ , *k*\ , *l* are allowed and none are forbidden. Thus the peak positions |
---|
| 2714 | correspond to (just the first 5) |
---|
[1c03e14] | 2715 | |
---|
[7f42aad] | 2716 | .. image:: img/image154.jpg |
---|
[1c03e14] | 2717 | |
---|
[d4117ccb] | 2718 | **NB: The calculation of** *Z(q)* **is a double numerical integral that must be carried out with a high density of** |
---|
| 2719 | **points to properly capture the sharp peaks of the paracrystalline scattering.** So be warned that the calculation is |
---|
| 2720 | SLOW. Go get some coffee. Fitting of any experimental data must be resolution smeared for any meaningful fit. This |
---|
| 2721 | makes a triple integral. Very, very slow. Go get lunch! |
---|
[1c03e14] | 2722 | |
---|
| 2723 | ============== ======== ============= |
---|
| 2724 | Parameter name Units Default value |
---|
| 2725 | ============== ======== ============= |
---|
| 2726 | background |cm^-1| 0 |
---|
| 2727 | dnn |Ang| 220 |
---|
| 2728 | scale None 1 |
---|
| 2729 | sldSolv |Ang^-2| 6.3e-06 |
---|
| 2730 | radius |Ang| 40 |
---|
| 2731 | sld_Sph |Ang^-2| 3e-06 |
---|
| 2732 | d_factor None 0.06 |
---|
| 2733 | ============== ======== ============= |
---|
| 2734 | |
---|
[d4117ccb] | 2735 | This example dataset is produced using 200 data points, *qmin* = 0.01 |Ang^-1|, *qmax* = 0.1 |Ang^-1| and the above |
---|
| 2736 | default values. |
---|
[bf8c07b] | 2737 | |
---|
[7f42aad] | 2738 | .. image:: img/image155.jpg |
---|
[1c03e14] | 2739 | |
---|
[d4117ccb] | 2740 | *Figure. 1D plot in the linear scale using the default values (w/200 data point).* |
---|
[1c03e14] | 2741 | |
---|
[d4117ccb] | 2742 | The 2D (Anisotropic model) is based on the reference below where *I(q)* is approximated for 1d scattering. Thus the |
---|
| 2743 | scattering pattern for 2D may not be accurate. Note that we are not responsible for any incorrectness of the 2D model |
---|
| 2744 | computation. |
---|
[1c03e14] | 2745 | |
---|
[7f42aad] | 2746 | .. image:: img/image156.jpg |
---|
[1c03e14] | 2747 | |
---|
[7f42aad] | 2748 | .. image:: img/image157.jpg |
---|
[1c03e14] | 2749 | |
---|
[d4117ccb] | 2750 | *Figure. 2D plot using the default values (w/200X200 pixels).* |
---|
[1c03e14] | 2751 | |
---|
[d4117ccb] | 2752 | REFERENCE |
---|
[1c03e14] | 2753 | |
---|
[d4117ccb] | 2754 | Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765 |
---|
| 2755 | (Original Paper) |
---|
[1c03e14] | 2756 | |
---|
[d4117ccb] | 2757 | Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856 |
---|
| 2758 | (Corrections to FCC and BCC lattice structure calculation) |
---|
[1c03e14] | 2759 | |
---|
| 2760 | |
---|
| 2761 | |
---|
| 2762 | .. _FCCrystalModel: |
---|
| 2763 | |
---|
[77cfcf0] | 2764 | **2.1.35. FCCrystalModel** |
---|
[1c03e14] | 2765 | |
---|
[d4117ccb] | 2766 | Calculates the scattering from a **face-centered cubic lattice** with paracrystalline distortion. Thermal vibrations |
---|
| 2767 | are considered to be negligible, and the size of the paracrystal is infinitely large. Paracrystalline distortion is |
---|
| 2768 | assumed to be isotropic and characterized by a Gaussian distribution. |
---|
[1c03e14] | 2769 | |
---|
[77cfcf0] | 2770 | The returned value is scaled to units of |cm^-1|\ |sr^-1|, absolute scale. |
---|
[1c03e14] | 2771 | |
---|
[d4117ccb] | 2772 | *2.1.35.1. Definition* |
---|
[1c03e14] | 2773 | |
---|
[d4117ccb] | 2774 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 2775 | |
---|
[7f42aad] | 2776 | .. image:: img/image158.jpg |
---|
[1c03e14] | 2777 | |
---|
[d4117ccb] | 2778 | where *scale* is the volume fraction of spheres, *Vp* is the volume of the primary particle, *V(lattice)* is a volume |
---|
| 2779 | correction for the crystal structure, *P(q)* is the form factor of the sphere (normalized), and *Z(q)* is the |
---|
| 2780 | paracrystalline structure factor for a face-centered cubic structure. |
---|
[1c03e14] | 2781 | |
---|
[d4117ccb] | 2782 | Equation (1) of the 1990 reference is used to calculate *Z(q)*, using equations (23)-(25) from the 1987 paper for |
---|
| 2783 | *Z1*\ , *Z2*\ , and *Z3*\ . |
---|
[1c03e14] | 2784 | |
---|
[d4117ccb] | 2785 | The lattice correction (the occupied volume of the lattice) for a face-centered cubic structure of particles of radius |
---|
| 2786 | *R* and nearest neighbor separation *D* is |
---|
[1c03e14] | 2787 | |
---|
[7f42aad] | 2788 | .. image:: img/image159.jpg |
---|
[1c03e14] | 2789 | |
---|
[d4117ccb] | 2790 | The distortion factor (one standard deviation) of the paracrystal is included in the calculation of *Z(q)* |
---|
[1c03e14] | 2791 | |
---|
[7f42aad] | 2792 | .. image:: img/image160.jpg |
---|
[1c03e14] | 2793 | |
---|
[d4117ccb] | 2794 | where *g* is a fractional distortion based on the nearest neighbor distance. |
---|
[1c03e14] | 2795 | |
---|
[d4117ccb] | 2796 | The face-centered cubic lattice is |
---|
[1c03e14] | 2797 | |
---|
[7f42aad] | 2798 | .. image:: img/image161.jpg |
---|
[1c03e14] | 2799 | |
---|
[d4117ccb] | 2800 | For a crystal, diffraction peaks appear at reduced q-values given by |
---|
[1c03e14] | 2801 | |
---|
[7f42aad] | 2802 | .. image:: img/image162.jpg |
---|
[1c03e14] | 2803 | |
---|
[d4117ccb] | 2804 | where for a face-centered cubic lattice *h*\ , *k*\ , *l* all odd or all even are allowed and reflections where |
---|
| 2805 | *h*\ , *k*\ , *l* are mixed odd/even are forbidden. Thus the peak positions correspond to (just the first 5) |
---|
[1c03e14] | 2806 | |
---|
[7f42aad] | 2807 | .. image:: img/image163.jpg |
---|
[1c03e14] | 2808 | |
---|
[d4117ccb] | 2809 | **NB: The calculation of** *Z(q)* **is a double numerical integral that must be carried out with a high density of** |
---|
| 2810 | **points to properly capture the sharp peaks of the paracrystalline scattering.** So be warned that the calculation is |
---|
| 2811 | SLOW. Go get some coffee. Fitting of any experimental data must be resolution smeared for any meaningful fit. This |
---|
| 2812 | makes a triple integral. Very, very slow. Go get lunch! |
---|
[1c03e14] | 2813 | |
---|
| 2814 | ============== ======== ============= |
---|
| 2815 | Parameter name Units Default value |
---|
| 2816 | ============== ======== ============= |
---|
| 2817 | background |cm^-1| 0 |
---|
| 2818 | dnn |Ang| 220 |
---|
| 2819 | scale None 1 |
---|
| 2820 | sldSolv |Ang^-2| 6.3e-06 |
---|
| 2821 | radius |Ang| 40 |
---|
| 2822 | sld_Sph |Ang^-2| 3e-06 |
---|
| 2823 | d_factor None 0.06 |
---|
| 2824 | ============== ======== ============= |
---|
| 2825 | |
---|
[d4117ccb] | 2826 | This example dataset is produced using 200 data points, *qmin* = 0.01 |Ang^-1|, *qmax* = 0.1 |Ang^-1| and the above |
---|
| 2827 | default values. |
---|
[1c03e14] | 2828 | |
---|
[7f42aad] | 2829 | .. image:: img/image164.jpg |
---|
[1c03e14] | 2830 | |
---|
[d4117ccb] | 2831 | *Figure. 1D plot in the linear scale using the default values (w/200 data point).* |
---|
[1c03e14] | 2832 | |
---|
[d4117ccb] | 2833 | The 2D (Anisotropic model) is based on the reference below where *I(q)* is approximated for 1d scattering. Thus the |
---|
| 2834 | scattering pattern for 2D may not be accurate. Note that we are not responsible for any incorrectness of the 2D model |
---|
| 2835 | computation. |
---|
[1c03e14] | 2836 | |
---|
[7f42aad] | 2837 | .. image:: img/image165.gif |
---|
[1c03e14] | 2838 | |
---|
[7f42aad] | 2839 | .. image:: img/image166.jpg |
---|
[1c03e14] | 2840 | |
---|
| 2841 | *Figure. 2D plot using the default values (w/200X200 pixels).* |
---|
| 2842 | |
---|
[d4117ccb] | 2843 | REFERENCE |
---|
[1c03e14] | 2844 | |
---|
[d4117ccb] | 2845 | Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765 |
---|
| 2846 | (Original Paper) |
---|
[1c03e14] | 2847 | |
---|
[d4117ccb] | 2848 | Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856 |
---|
| 2849 | (Corrections to FCC and BCC lattice structure calculation) |
---|
[1c03e14] | 2850 | |
---|
| 2851 | |
---|
| 2852 | |
---|
[d4117ccb] | 2853 | .. _BCCrystalModel: |
---|
[1c03e14] | 2854 | |
---|
[d4117ccb] | 2855 | **2.1.36. BCCrystalModel** |
---|
[1c03e14] | 2856 | |
---|
[d4117ccb] | 2857 | Calculates the scattering from a **body-centered cubic lattice** with paracrystalline distortion. Thermal vibrations |
---|
| 2858 | are considered to be negligible, and the size of the paracrystal is infinitely large. Paracrystalline distortion is |
---|
| 2859 | assumed to be isotropic and characterized by a Gaussian distribution. |
---|
[1c03e14] | 2860 | |
---|
[d4117ccb] | 2861 | The returned value is scaled to units of |cm^-1|\ |sr^-1|, absolute scale. |
---|
[1c03e14] | 2862 | |
---|
[d4117ccb] | 2863 | *2.1.36.1. Definition** |
---|
[1c03e14] | 2864 | |
---|
[d4117ccb] | 2865 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 2866 | |
---|
[7f42aad] | 2867 | .. image:: img/image167.jpg |
---|
[1c03e14] | 2868 | |
---|
[d4117ccb] | 2869 | where *scale* is the volume fraction of spheres, *Vp* is the volume of the primary particle, *V(lattice)* is a volume |
---|
| 2870 | correction for the crystal structure, *P(q)* is the form factor of the sphere (normalized), and *Z(q)* is the |
---|
| 2871 | paracrystalline structure factor for a body-centered cubic structure. |
---|
[1c03e14] | 2872 | |
---|
[d4117ccb] | 2873 | Equation (1) of the 1990 reference is used to calculate *Z(q)*, using equations (29)-(31) from the 1987 paper for |
---|
| 2874 | *Z1*\ , *Z2*\ , and *Z3*\ . |
---|
[1c03e14] | 2875 | |
---|
[d4117ccb] | 2876 | The lattice correction (the occupied volume of the lattice) for a body-centered cubic structure of particles of radius |
---|
| 2877 | *R* and nearest neighbor separation *D* is |
---|
[1c03e14] | 2878 | |
---|
[7f42aad] | 2879 | .. image:: img/image159.jpg |
---|
[1c03e14] | 2880 | |
---|
[d4117ccb] | 2881 | The distortion factor (one standard deviation) of the paracrystal is included in the calculation of *Z(q)* |
---|
[1c03e14] | 2882 | |
---|
[7f42aad] | 2883 | .. image:: img/image160.jpg |
---|
[1c03e14] | 2884 | |
---|
[d4117ccb] | 2885 | where *g* is a fractional distortion based on the nearest neighbor distance. |
---|
[1c03e14] | 2886 | |
---|
[d4117ccb] | 2887 | The body-centered cubic lattice is |
---|
[1c03e14] | 2888 | |
---|
[7f42aad] | 2889 | .. image:: img/image168.jpg |
---|
[1c03e14] | 2890 | |
---|
[d4117ccb] | 2891 | For a crystal, diffraction peaks appear at reduced q-values given by |
---|
[1c03e14] | 2892 | |
---|
[7f42aad] | 2893 | .. image:: img/image162.jpg |
---|
[1c03e14] | 2894 | |
---|
[d4117ccb] | 2895 | where for a body-centered cubic lattice, only reflections where (\ *h* + *k* + *l*\ ) = even are allowed and |
---|
| 2896 | reflections where (\ *h* + *k* + *l*\ ) = odd are forbidden. Thus the peak positions correspond to (just the first 5) |
---|
[1c03e14] | 2897 | |
---|
[7f42aad] | 2898 | .. image:: img/image169.jpg |
---|
[1c03e14] | 2899 | |
---|
[d4117ccb] | 2900 | **NB: The calculation of** *Z(q)* **is a double numerical integral that must be carried out with a high density of** |
---|
| 2901 | **points to properly capture the sharp peaks of the paracrystalline scattering.** So be warned that the calculation is |
---|
| 2902 | SLOW. Go get some coffee. Fitting of any experimental data must be resolution smeared for any meaningful fit. This |
---|
| 2903 | makes a triple integral. Very, very slow. Go get lunch! |
---|
[1c03e14] | 2904 | |
---|
| 2905 | ============== ======== ============= |
---|
| 2906 | Parameter name Units Default value |
---|
| 2907 | ============== ======== ============= |
---|
| 2908 | background |cm^-1| 0 |
---|
| 2909 | dnn |Ang| 220 |
---|
| 2910 | scale None 1 |
---|
| 2911 | sldSolv |Ang^-2| 6.3e-006 |
---|
| 2912 | radius |Ang| 40 |
---|
| 2913 | sld_Sph |Ang^-2| 3e-006 |
---|
| 2914 | d_factor None 0.06 |
---|
| 2915 | ============== ======== ============= |
---|
| 2916 | |
---|
[d4117ccb] | 2917 | This example dataset is produced using 200 data points, *qmin* = 0.001 |Ang^-1|, *qmax* = 0.1 |Ang^-1| and the above |
---|
| 2918 | default values. |
---|
[bf8c07b] | 2919 | |
---|
[7f42aad] | 2920 | .. image:: img/image170.jpg |
---|
[1c03e14] | 2921 | |
---|
[d4117ccb] | 2922 | *Figure. 1D plot in the linear scale using the default values (w/200 data point).* |
---|
[1c03e14] | 2923 | |
---|
[d4117ccb] | 2924 | The 2D (Anisotropic model) is based on the reference below where *I(q)* is approximated for 1d scattering. Thus the |
---|
| 2925 | scattering pattern for 2D may not be accurate. Note that we are not responsible for any incorrectness of the 2D model |
---|
| 2926 | computation. |
---|
[1c03e14] | 2927 | |
---|
[7f42aad] | 2928 | .. image:: img/image165.gif |
---|
[1c03e14] | 2929 | |
---|
[7f42aad] | 2930 | .. image:: img/image171.jpg |
---|
[1c03e14] | 2931 | |
---|
[d4117ccb] | 2932 | *Figure. 2D plot using the default values (w/200X200 pixels).* |
---|
[1c03e14] | 2933 | |
---|
[d4117ccb] | 2934 | REFERENCE |
---|
[1c03e14] | 2935 | |
---|
[d4117ccb] | 2936 | Hideki Matsuoka et. al. *Physical Review B*, 36 (1987) 1754-1765 |
---|
| 2937 | (Original Paper) |
---|
[1c03e14] | 2938 | |
---|
[d4117ccb] | 2939 | Hideki Matsuoka et. al. *Physical Review B*, 41 (1990) 3854 -3856 |
---|
| 2940 | (Corrections to FCC and BCC lattice structure calculation) |
---|
[1c03e14] | 2941 | |
---|
| 2942 | |
---|
| 2943 | |
---|
| 2944 | .. _ParallelepipedModel: |
---|
| 2945 | |
---|
[77cfcf0] | 2946 | **2.1.37. ParallelepipedModel** |
---|
[1c03e14] | 2947 | |
---|
[bf8c07b] | 2948 | This model provides the form factor, *P(q)*, for a rectangular cylinder (below) where the form factor is normalized by |
---|
[6386cd8] | 2949 | the volume of the cylinder. If you need to apply polydispersity, see the RectangularPrismModel_. |
---|
[1c03e14] | 2950 | |
---|
[bf8c07b] | 2951 | *P(q)* = *scale* \* <*f*\ :sup:`2`> / *V* + *background* |
---|
[1c03e14] | 2952 | |
---|
[bf8c07b] | 2953 | where the volume *V* = *A B C* and the averaging < > is applied over all orientations for 1D. |
---|
[1c03e14] | 2954 | |
---|
[bf8c07b] | 2955 | For information about polarised and magnetic scattering, click here_. |
---|
[1c03e14] | 2956 | |
---|
[7f42aad] | 2957 | .. image:: img/image087.jpg |
---|
[1c03e14] | 2958 | |
---|
[bf8c07b] | 2959 | *2.1.37.1. Definition* |
---|
[1c03e14] | 2960 | |
---|
[bf8c07b] | 2961 | **The edge of the solid must satisfy the condition that** *A* < *B*. Then, assuming *a* = *A* / *B* < 1, |
---|
| 2962 | *b* = *B* / *B* = 1, and *c* = *C* / *B* > 1, the form factor is |
---|
[1c03e14] | 2963 | |
---|
[bf8c07b] | 2964 | .. image:: img/image088.PNG |
---|
[1c03e14] | 2965 | |
---|
[bf8c07b] | 2966 | and the contrast is defined as |
---|
[1c03e14] | 2967 | |
---|
[bf8c07b] | 2968 | .. image:: img/image089.PNG |
---|
[1c03e14] | 2969 | |
---|
[bf8c07b] | 2970 | The scattering intensity per unit volume is returned in units of |cm^-1|; ie, *I(q)* = |phi| *P(q)*\ . |
---|
[1c03e14] | 2971 | |
---|
[bf8c07b] | 2972 | NB: The 2nd virial coefficient of the parallelpiped is calculated based on the the averaged effective radius |
---|
| 2973 | (= sqrt(*short_a* \* *short_b* / |pi|)) and length(= *long_c*) values, and used as the effective radius for |
---|
| 2974 | *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 2975 | |
---|
[bf8c07b] | 2976 | To provide easy access to the orientation of the parallelepiped, we define the axis of the cylinder using three angles |
---|
| 2977 | |theta|, |phi| and |bigpsi|. These angles are defined on Figure 2 of the CylinderModel_. The angle |bigpsi| is the |
---|
| 2978 | rotational angle around the *long_c* axis against the *q* plane. For example, |bigpsi| = 0 when the *short_b* axis is |
---|
| 2979 | parallel to the *x*-axis of the detector. |
---|
[1c03e14] | 2980 | |
---|
[7f42aad] | 2981 | .. image:: img/image090.jpg |
---|
[1c03e14] | 2982 | |
---|
| 2983 | *Figure. Definition of angles for 2D*. |
---|
| 2984 | |
---|
[7f42aad] | 2985 | .. image:: img/image091.jpg |
---|
[1c03e14] | 2986 | |
---|
[bf8c07b] | 2987 | *Figure. Examples of the angles for oriented pp against the detector plane.* |
---|
[1c03e14] | 2988 | |
---|
| 2989 | ============== ======== ============= |
---|
| 2990 | Parameter name Units Default value |
---|
| 2991 | ============== ======== ============= |
---|
| 2992 | background |cm^-1| 0.0 |
---|
| 2993 | contrast |Ang^-2| 5e-06 |
---|
| 2994 | long_c |Ang| 400 |
---|
| 2995 | short_a |Ang^-2| 35 |
---|
| 2996 | short_b |Ang| 75 |
---|
| 2997 | scale None 1 |
---|
| 2998 | ============== ======== ============= |
---|
| 2999 | |
---|
[7f42aad] | 3000 | .. image:: img/image092.jpg |
---|
[1c03e14] | 3001 | |
---|
| 3002 | *Figure. 1D plot using the default values (w/1000 data point).* |
---|
| 3003 | |
---|
[bf8c07b] | 3004 | *2.1.37.2. Validation of the parallelepiped 2D model* |
---|
[1c03e14] | 3005 | |
---|
[bf8c07b] | 3006 | Validation of our code was done by comparing the output of the 1D calculation to the angular average of the output of |
---|
| 3007 | a 2D calculation over all possible angles. The Figure below shows the comparison where the solid dot refers to averaged |
---|
| 3008 | 2D while the line represents the result of the 1D calculation (for the averaging, 76, 180, 76 points are taken for the |
---|
| 3009 | angles of |theta|, |phi|, and |psi| respectively). |
---|
[1c03e14] | 3010 | |
---|
[7f42aad] | 3011 | .. image:: img/image093.gif |
---|
[1c03e14] | 3012 | |
---|
| 3013 | *Figure. Comparison between 1D and averaged 2D.* |
---|
| 3014 | |
---|
[bf8c07b] | 3015 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 3016 | (Kline, 2006). |
---|
[1c03e14] | 3017 | |
---|
| 3018 | REFERENCE |
---|
| 3019 | |
---|
[93b6fcc] | 3020 | P Mittelbach and G Porod, *Acta Physica Austriaca*, 14 (1961) 185-211 |
---|
[1c03e14] | 3021 | Equations (1), (13-14). (in German) |
---|
| 3022 | |
---|
| 3023 | |
---|
| 3024 | |
---|
| 3025 | .. _CSParallelepipedModel: |
---|
| 3026 | |
---|
[77cfcf0] | 3027 | **2.1.38. CSParallelepipedModel** |
---|
[1c03e14] | 3028 | |
---|
[bf8c07b] | 3029 | Calculates the form factor for a rectangular solid with a core-shell structure. **The thickness and the scattering** |
---|
| 3030 | **length density of the shell or "rim" can be different on all three (pairs) of faces.** |
---|
| 3031 | |
---|
| 3032 | The form factor is normalized by the particle volume *V* such that |
---|
[1c03e14] | 3033 | |
---|
[bf8c07b] | 3034 | *P(q)* = *scale* \* <*f*\ :sup:`2`> / *V* + *background* |
---|
[1c03e14] | 3035 | |
---|
[bf8c07b] | 3036 | where < > is an average over all possible orientations of the rectangular solid. |
---|
[1c03e14] | 3037 | |
---|
[bf8c07b] | 3038 | An instrument resolution smeared version of the model is also provided. |
---|
[1c03e14] | 3039 | |
---|
[bf8c07b] | 3040 | *2.1.38.1. Definition* |
---|
[1c03e14] | 3041 | |
---|
[bf8c07b] | 3042 | The function calculated is the form factor of the rectangular solid below. The core of the solid is defined by the |
---|
| 3043 | dimensions *A*, *B*, *C* such that *A* < *B* < *C*. |
---|
[1c03e14] | 3044 | |
---|
[7f42aad] | 3045 | .. image:: img/image087.jpg |
---|
[1c03e14] | 3046 | |
---|
[bf8c07b] | 3047 | There are rectangular "slabs" of thickness *tA* that add to the *A* dimension (on the *BC* faces). There are similar |
---|
| 3048 | slabs on the *AC* (= *tB*) and *AB* (= *tC*) faces. The projection in the *AB* plane is then |
---|
[1c03e14] | 3049 | |
---|
[7f42aad] | 3050 | .. image:: img/image094.jpg |
---|
[1c03e14] | 3051 | |
---|
[bf8c07b] | 3052 | The volume of the solid is |
---|
[1c03e14] | 3053 | |
---|
[bf8c07b] | 3054 | .. image:: img/image095.PNG |
---|
[1c03e14] | 3055 | |
---|
[bf8c07b] | 3056 | **meaning that there are "gaps" at the corners of the solid.** |
---|
[1c03e14] | 3057 | |
---|
[bf8c07b] | 3058 | The intensity calculated follows the ParallelepipedModel_, with the core-shell intensity being calculated as the |
---|
| 3059 | square of the sum of the amplitudes of the core and shell, in the same manner as a CoreShellModel_. |
---|
[1c03e14] | 3060 | |
---|
[bf8c07b] | 3061 | **For the calculation of the form factor to be valid, the sides of the solid MUST be chosen such that** *A* < *B* < *C*. |
---|
| 3062 | **If this inequality is not satisfied, the model will not report an error, and the calculation will not be correct.** |
---|
[1c03e14] | 3063 | |
---|
[bf8c07b] | 3064 | FITTING NOTES |
---|
| 3065 | If the scale is set equal to the particle volume fraction, |phi|, the returned value is the scattered intensity per |
---|
| 3066 | unit volume; ie, *I(q)* = |phi| *P(q)*\ . However, **no interparticle interference effects are included in this** |
---|
| 3067 | **calculation.** |
---|
[1c03e14] | 3068 | |
---|
[bf8c07b] | 3069 | There are many parameters in this model. Hold as many fixed as possible with known values, or you will certainly end |
---|
| 3070 | up at a solution that is unphysical. |
---|
[1c03e14] | 3071 | |
---|
[bf8c07b] | 3072 | Constraints must be applied during fitting to ensure that the inequality *A* < *B* < *C* is not violated. The |
---|
| 3073 | calculation will not report an error, but the results will not be correct. |
---|
[1c03e14] | 3074 | |
---|
| 3075 | The returned value is in units of |cm^-1|, on absolute scale. |
---|
| 3076 | |
---|
[bf8c07b] | 3077 | NB: The 2nd virial coefficient of the CSParallelpiped is calculated based on the the averaged effective radius |
---|
| 3078 | (= sqrt((*short_a* + 2 *rim_a*) \* (*short_b* + 2 *rim_b*) / |pi|)) and length(= *long_c* + 2 *rim_c*) values, and |
---|
| 3079 | used as the effective radius for *S(Q)* when *P(Q)* \* *S(Q)* is applied. |
---|
[1c03e14] | 3080 | |
---|
[bf8c07b] | 3081 | To provide easy access to the orientation of the parallelepiped, we define the axis of the cylinder using three angles |
---|
| 3082 | |theta|, |phi| and |bigpsi|. These angles are defined on Figure 2 of the CylinderModel_. The angle |bigpsi| is the |
---|
| 3083 | rotational angle around the *long_c* axis against the *q* plane. For example, |bigpsi| = 0 when the *short_b* axis is |
---|
| 3084 | parallel to the *x*-axis of the detector. |
---|
[1c03e14] | 3085 | |
---|
[7f42aad] | 3086 | .. image:: img/image090.jpg |
---|
[1c03e14] | 3087 | |
---|
| 3088 | *Figure. Definition of angles for 2D*. |
---|
| 3089 | |
---|
[7f42aad] | 3090 | .. image:: img/image091.jpg |
---|
[1c03e14] | 3091 | |
---|
[bf8c07b] | 3092 | *Figure. Examples of the angles for oriented cspp against the detector plane.* |
---|
[1c03e14] | 3093 | |
---|
[bf8c07b] | 3094 | This example dataset was produced by running the Macro Plot_CSParallelepiped(), using 100 data points, |
---|
| 3095 | *qmin* = 0.001 |Ang^-1|, *qmax* = 0.7 |Ang^-1| and the default values |
---|
[1c03e14] | 3096 | |
---|
| 3097 | ============== ======== ============= |
---|
| 3098 | Parameter name Units Default value |
---|
| 3099 | ============== ======== ============= |
---|
| 3100 | background |cm^-1| 0.06 |
---|
| 3101 | sld_pcore |Ang^-2| 1e-06 |
---|
| 3102 | sld_rimA |Ang^-2| 2e-06 |
---|
| 3103 | sld_rimB |Ang^-2| 4e-06 |
---|
| 3104 | sld_rimC |Ang^-2| 2e-06 |
---|
| 3105 | sld_solv |Ang^-2| 6e-06 |
---|
| 3106 | rimA |Ang| 10 |
---|
| 3107 | rimB |Ang| 10 |
---|
| 3108 | rimC |Ang| 10 |
---|
| 3109 | longC |Ang| 400 |
---|
| 3110 | shortA |Ang| 35 |
---|
| 3111 | midB |Ang| 75 |
---|
| 3112 | scale None 1 |
---|
| 3113 | ============== ======== ============= |
---|
| 3114 | |
---|
[7f42aad] | 3115 | .. image:: img/image096.jpg |
---|
[1c03e14] | 3116 | |
---|
| 3117 | *Figure. 1D plot using the default values (w/256 data points).* |
---|
| 3118 | |
---|
[7f42aad] | 3119 | .. image:: img/image097.jpg |
---|
[1c03e14] | 3120 | |
---|
[bf8c07b] | 3121 | *Figure. 2D plot using the default values (w/(256X265) data points).* |
---|
[1c03e14] | 3122 | |
---|
[bf8c07b] | 3123 | Our model uses the form factor calculations implemented in a c-library provided by the NIST Center for Neutron Research |
---|
| 3124 | (Kline, 2006). |
---|
[1c03e14] | 3125 | |
---|
| 3126 | REFERENCE |
---|
| 3127 | |
---|
[93b6fcc] | 3128 | P Mittelbach and G Porod, *Acta Physica Austriaca*, 14 (1961) 185-211 |
---|
[bf8c07b] | 3129 | Equations (1), (13-14). (in German) |
---|
[1c03e14] | 3130 | |
---|
| 3131 | |
---|
| 3132 | |
---|
[6386cd8] | 3133 | .. _RectangularPrismModel: |
---|
| 3134 | |
---|
| 3135 | **2.1.39. RectangularPrismModel** |
---|
| 3136 | |
---|
| 3137 | This model provides the form factor, *P(q)*, for a rectangular prism. |
---|
| 3138 | |
---|
| 3139 | Note that this model is almost totally equivalent to the existing ParallelepipedModel_. The only difference is that the |
---|
| 3140 | way the relevant parameters are defined here (*a*, *b/a*, *c/a* instead of *a*, *b*, *c*) allows to use polydispersity |
---|
| 3141 | with this model while keeping the shape of the prism (e.g. setting *b/a* = 1 and *c/a* = 1 and applying polydispersity |
---|
| 3142 | to *a* will generate a distribution of cubes of different sizes). |
---|
| 3143 | |
---|
| 3144 | *2.1.39.1. Definition* |
---|
| 3145 | |
---|
| 3146 | The 1D scattering intensity for this model was calculated by Mittelbach and Porod (Mittelbach, 1961), but the |
---|
| 3147 | implementation here is closer to the equations given by Nayuk and Huber (Nayuk, 2012). |
---|
| 3148 | |
---|
| 3149 | The scattering from a massive parallelepiped with an orientation with respect to the scattering vector given by |theta| |
---|
| 3150 | and |phi| is given by |
---|
| 3151 | |
---|
| 3152 | .. math:: |
---|
| 3153 | A_P\,(q) = \frac{\sin \bigl( q \frac{C}{2} \cos\theta \bigr)}{q \frac{C}{2} \cos\theta} \, \times \, |
---|
| 3154 | \frac{\sin \bigl( q \frac{A}{2} \sin\theta \sin\phi \bigr)}{q \frac{A}{2} \sin\theta \sin\phi} \, \times \, |
---|
| 3155 | \frac{\sin \bigl( q \frac{B}{2} \sin\theta \cos\phi \bigr)}{q \frac{B}{2} \sin\theta \cos\phi} |
---|
| 3156 | |
---|
| 3157 | where *A*, *B* and *C* are the sides of the parallelepiped and must fulfill :math:`A \le B \le C`, |theta| is the angle |
---|
| 3158 | between the *z* axis and the longest axis of the parallelepiped *C*, and |phi| is the angle between the scattering |
---|
| 3159 | vector (lying in the *xy* plane) and the *y* axis. |
---|
| 3160 | |
---|
| 3161 | The normalized form factor in 1D is obtained averaging over all possible orientations |
---|
| 3162 | |
---|
| 3163 | .. math:: |
---|
| 3164 | P(q) = \frac{2}{\pi} \times \, \int_0^{\frac{\pi}{2}} \, \int_0^{\frac{\pi}{2}} A_P^2(q) \, \sin\theta \, d\theta \, d\phi |
---|
| 3165 | |
---|
| 3166 | The 1D scattering intensity is then calculated as |
---|
| 3167 | |
---|
| 3168 | .. math:: |
---|
| 3169 | I(q) = \mbox{scale} \times V \times (\rho_{\mbox{pipe}} - \rho_{\mbox{solvent}})^2 \times P(q) |
---|
| 3170 | |
---|
| 3171 | where *V* is the volume of the rectangular prism, :math:`\rho_{\mbox{pipe}}` is the scattering length of the |
---|
| 3172 | parallelepiped, :math:`\rho_{\mbox{solvent}}` is the scattering length of the solvent, and (if the data are in absolute |
---|
| 3173 | units) *scale* represents the volume fraction (which is unitless). |
---|
| 3174 | |
---|
| 3175 | **The 2D scattering intensity is not computed by this model.** |
---|
| 3176 | |
---|
| 3177 | The returned value is scaled to units of |cm^-1| and the parameters of the RectangularPrismModel are the following |
---|
| 3178 | |
---|
| 3179 | ============== ======== ============= |
---|
| 3180 | Parameter name Units Default value |
---|
| 3181 | ============== ======== ============= |
---|
| 3182 | scale None 1 |
---|
| 3183 | short_side |Ang| 35 |
---|
| 3184 | b2a_ratio None 1 |
---|
| 3185 | c2a_ratio None 1 |
---|
| 3186 | sldPipe |Ang^-2| 6.3e-6 |
---|
| 3187 | sldSolv |Ang^-2| 1.0e-6 |
---|
| 3188 | background |cm^-1| 0 |
---|
| 3189 | ============== ======== ============= |
---|
| 3190 | |
---|
| 3191 | *2.1.39.2. Validation of the RectangularPrismModel* |
---|
| 3192 | |
---|
| 3193 | Validation of the code was conducted by comparing the output of the 1D model to the output of the existing |
---|
| 3194 | parallelepiped model. |
---|
| 3195 | |
---|
| 3196 | REFERENCES |
---|
| 3197 | |
---|
| 3198 | P Mittelbach and G Porod, *Acta Physica Austriaca*, 14 (1961) 185-211 |
---|
| 3199 | |
---|
| 3200 | R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 |
---|
| 3201 | |
---|
| 3202 | |
---|
| 3203 | |
---|
| 3204 | .. _RectangularHollowPrismModel: |
---|
| 3205 | |
---|
| 3206 | **2.1.40. RectangularHollowPrismModel** |
---|
| 3207 | |
---|
| 3208 | This model provides the form factor, *P(q)*, for a hollow rectangular parallelepiped with a wall thickness |bigdelta|. |
---|
| 3209 | |
---|
| 3210 | *2.1.40.1. Definition* |
---|
| 3211 | |
---|
| 3212 | The 1D scattering intensity for this model is calculated by forming the difference of the amplitudes of two massive |
---|
| 3213 | parallelepipeds differing in their outermost dimensions in each direction by the same length increment 2 |bigdelta| |
---|
| 3214 | (Nayuk, 2012). |
---|
| 3215 | |
---|
| 3216 | As in the case of the massive parallelepiped, the scattering amplitude is computed for a particular orientation of the |
---|
| 3217 | parallelepiped with respect to the scattering vector and then averaged over all possible orientations, giving |
---|
| 3218 | |
---|
| 3219 | .. math:: |
---|
| 3220 | P(q) = \frac{1}{V^2} \frac{2}{\pi} \times \, \int_0^{\frac{\pi}{2}} \, \int_0^{\frac{\pi}{2}} A_{P\Delta}^2(q) \, |
---|
| 3221 | \sin\theta \, d\theta \, d\phi |
---|
| 3222 | |
---|
| 3223 | where |theta| is the angle between the *z* axis and the longest axis of the parallelepiped, |phi| is the angle between |
---|
| 3224 | the scattering vector (lying in the *xy* plane) and the *y* axis, and |
---|
| 3225 | |
---|
| 3226 | .. math:: |
---|
| 3227 | A_{P\Delta}\,(q) = A \, B \, C \, \times |
---|
| 3228 | \frac{\sin \bigl( q \frac{C}{2} \cos\theta \bigr)}{q \frac{C}{2} \cos\theta} \, |
---|
| 3229 | \frac{\sin \bigl( q \frac{A}{2} \sin\theta \sin\phi \bigr)}{q \frac{A}{2} \sin\theta \sin\phi} \, |
---|
| 3230 | \frac{\sin \bigl( q \frac{B}{2} \sin\theta \cos\phi \bigr)}{q \frac{B}{2} \sin\theta \cos\phi} - |
---|
| 3231 | 8 \, \bigl( \frac{A}{2} - \Delta \bigr) \, \bigl( \frac{B}{2} - \Delta \bigr) \, |
---|
| 3232 | \bigl( \frac{C}{2} - \Delta \bigr) \, \times |
---|
| 3233 | \frac{\sin \bigl[ q \bigl(\frac{C}{2}-\Delta\bigr) \cos\theta \bigr]} |
---|
| 3234 | {q \bigl(\frac{C}{2}-\Delta\bigr) \cos\theta} \, |
---|
| 3235 | \frac{\sin \bigl[ q \bigl(\frac{A}{2}-\Delta\bigr) \sin\theta \sin\phi \bigr]} |
---|
| 3236 | {q \bigl(\frac{A}{2}-\Delta\bigr) \sin\theta \sin\phi} \, |
---|
| 3237 | \frac{\sin \bigl[ q \bigl(\frac{B}{2}-\Delta\bigr) \sin\theta \cos\phi \bigr]} |
---|
| 3238 | {q \bigl(\frac{B}{2}-\Delta\bigr) \sin\theta \cos\phi} \, |
---|
| 3239 | |
---|
| 3240 | where *A*, *B* and *C* are the external sides of the parallelepiped fulfilling :math:`A \le B \le C`, and the volume *V* |
---|
| 3241 | of the parallelepiped is |
---|
| 3242 | |
---|
| 3243 | .. math:: |
---|
| 3244 | V = A B C \, - \, (A - 2\Delta) (B - 2\Delta) (C - 2\Delta) |
---|
| 3245 | |
---|
| 3246 | The 1D scattering intensity is then calculated as |
---|
| 3247 | |
---|
| 3248 | .. math:: |
---|
| 3249 | I(q) = \mbox{scale} \times V \times (\rho_{\mbox{pipe}} - \rho_{\mbox{solvent}})^2 \times P(q) |
---|
| 3250 | |
---|
| 3251 | where :math:`\rho_{\mbox{pipe}}` is the scattering length of the parallelepiped, :math:`\rho_{\mbox{solvent}}` is the |
---|
| 3252 | scattering length of the solvent, and (if the data are in absolute units) *scale* represents the volume fraction (which |
---|
| 3253 | is unitless). |
---|
| 3254 | |
---|
| 3255 | **The 2D scattering intensity is not computed by this model.** |
---|
| 3256 | |
---|
| 3257 | The returned value is scaled to units of |cm^-1| and the parameters of the RectangularHollowPrismModel are the |
---|
| 3258 | following |
---|
| 3259 | |
---|
| 3260 | ============== ======== ============= |
---|
| 3261 | Parameter name Units Default value |
---|
| 3262 | ============== ======== ============= |
---|
| 3263 | scale None 1 |
---|
| 3264 | short_side |Ang| 35 |
---|
| 3265 | b2a_ratio None 1 |
---|
| 3266 | c2a_ratio None 1 |
---|
| 3267 | thickness |Ang| 1 |
---|
| 3268 | sldPipe |Ang^-2| 6.3e-6 |
---|
| 3269 | sldSolv |Ang^-2| 1.0e-6 |
---|
| 3270 | background |cm^-1| 0 |
---|
| 3271 | ============== ======== ============= |
---|
| 3272 | |
---|
| 3273 | *2.1.40.2. Validation of the RectangularHollowPrismModel* |
---|
| 3274 | |
---|
| 3275 | Validation of the code was conducted by qualitatively comparing the output of the 1D model to the curves shown in |
---|
| 3276 | (Nayuk, 2012). |
---|
| 3277 | |
---|
| 3278 | REFERENCES |
---|
| 3279 | |
---|
| 3280 | R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 |
---|
| 3281 | |
---|
| 3282 | |
---|
| 3283 | |
---|
| 3284 | .. _RectangularHollowPrismInfThinWallsModel: |
---|
| 3285 | |
---|
| 3286 | **2.1.41. RectangularHollowPrismInfThinWallsModel** |
---|
| 3287 | |
---|
| 3288 | This model provides the form factor, *P(q)*, for a hollow rectangular prism with infinitely thin walls. |
---|
| 3289 | |
---|
| 3290 | *2.1.41.1. Definition* |
---|
| 3291 | |
---|
| 3292 | The 1D scattering intensity for this model is calculated according to the equations given by Nayuk and Huber |
---|
| 3293 | (Nayuk, 2012). |
---|
| 3294 | |
---|
| 3295 | Assuming a hollow parallelepiped with infinitely thin walls, edge lengths :math:`A \le B \le C` and presenting an |
---|
| 3296 | orientation with respect to the scattering vector given by |theta| and |phi|, where |theta| is the angle between the |
---|
| 3297 | *z* axis and the longest axis of the parallelepiped *C*, and |phi| is the angle between the scattering vector |
---|
| 3298 | (lying in the *xy* plane) and the *y* axis, the form factor is given by |
---|
| 3299 | |
---|
| 3300 | .. math:: |
---|
| 3301 | P(q) = \frac{1}{V^2} \frac{2}{\pi} \times \, \int_0^{\frac{\pi}{2}} \, \int_0^{\frac{\pi}{2}} [A_L(q)+A_T(q)]^2 |
---|
| 3302 | \, \sin\theta \, d\theta \, d\phi |
---|
| 3303 | |
---|
| 3304 | where |
---|
| 3305 | |
---|
| 3306 | .. math:: |
---|
| 3307 | V = 2AB + 2AC + 2BC |
---|
| 3308 | |
---|
| 3309 | .. math:: |
---|
| 3310 | A_L\,(q) = 8 \times \frac{ \sin \bigl( q \frac{A}{2} \sin\phi \sin\theta \bigr) |
---|
| 3311 | \sin \bigl( q \frac{B}{2} \cos\phi \sin\theta \bigr) |
---|
| 3312 | \cos \bigl( q \frac{C}{2} \cos\theta \bigr) } |
---|
| 3313 | {q^2 \, \sin^2\theta \, \sin\phi \cos\phi} |
---|
| 3314 | |
---|
| 3315 | .. math:: |
---|
| 3316 | A_T\,(q) = A_F\,(q) \times \frac{2 \, \sin \bigl( q \frac{C}{2} \cos\theta \bigr)}{q \, \cos\theta} |
---|
| 3317 | |
---|
| 3318 | and |
---|
| 3319 | |
---|
| 3320 | .. math:: |
---|
| 3321 | A_F\,(q) = 4 \frac{ \cos \bigl( q \frac{A}{2} \sin\phi \sin\theta \bigr) |
---|
| 3322 | \sin \bigl( q \frac{B}{2} \cos\phi \sin\theta \bigr) } |
---|
| 3323 | {q \, \cos\phi \, \sin\theta} + |
---|
| 3324 | 4 \frac{ \sin \bigl( q \frac{A}{2} \sin\phi \sin\theta \bigr) |
---|
| 3325 | \cos \bigl( q \frac{B}{2} \cos\phi \sin\theta \bigr) } |
---|
| 3326 | {q \, \sin\phi \, \sin\theta} |
---|
| 3327 | |
---|
| 3328 | The 1D scattering intensity is then calculated as |
---|
| 3329 | |
---|
| 3330 | .. math:: |
---|
| 3331 | I(q) = \mbox{scale} \times V \times (\rho_{\mbox{pipe}} - \rho_{\mbox{solvent}})^2 \times P(q) |
---|
| 3332 | |
---|
| 3333 | where *V* is the volume of the rectangular prism, :math:`\rho_{\mbox{pipe}}` is the scattering length of the |
---|
| 3334 | parallelepiped, :math:`\rho_{\mbox{solvent}}` is the scattering length of the solvent, and (if the data are in absolute |
---|
| 3335 | units) *scale* represents the volume fraction (which is unitless). |
---|
| 3336 | |
---|
| 3337 | **The 2D scattering intensity is not computed by this model.** |
---|
| 3338 | |
---|
| 3339 | The returned value is scaled to units of |cm^-1| and the parameters of the RectangularHollowPrismInfThinWallModel |
---|
| 3340 | are the following |
---|
| 3341 | |
---|
| 3342 | ============== ======== ============= |
---|
| 3343 | Parameter name Units Default value |
---|
| 3344 | ============== ======== ============= |
---|
| 3345 | scale None 1 |
---|
| 3346 | short_side |Ang| 35 |
---|
| 3347 | b2a_ratio None 1 |
---|
| 3348 | c2a_ratio None 1 |
---|
| 3349 | sldPipe |Ang^-2| 6.3e-6 |
---|
| 3350 | sldSolv |Ang^-2| 1.0e-6 |
---|
| 3351 | background |cm^-1| 0 |
---|
| 3352 | ============== ======== ============= |
---|
| 3353 | |
---|
| 3354 | *2.1.41.2. Validation of the RectangularHollowPrismInfThinWallsModel* |
---|
| 3355 | |
---|
| 3356 | Validation of the code was conducted by qualitatively comparing the output of the 1D model to the curves shown in |
---|
| 3357 | (Nayuk, 2012). |
---|
| 3358 | |
---|
| 3359 | REFERENCES |
---|
| 3360 | |
---|
| 3361 | R Nayuk and K Huber, *Z. Phys. Chem.*, 226 (2012) 837-854 |
---|
| 3362 | |
---|
| 3363 | |
---|
| 3364 | |
---|
[7072ce6] | 3365 | .. _MicelleSphCoreModel: |
---|
| 3366 | |
---|
| 3367 | **2.1.42. MicelleSphCoreModel** |
---|
| 3368 | |
---|
| 3369 | This model provides the form factor, *P(q)*, for a micelle with a spherical core |
---|
| 3370 | and Gaussian polymer chains attached to the surface. |
---|
| 3371 | |
---|
| 3372 | *2.1.42.1. Definition* |
---|
| 3373 | |
---|
| 3374 | The 1D scattering intensity for this model is calculated according to the equations given by Pedersen |
---|
| 3375 | (Pedersen, 2000). |
---|
| 3376 | |
---|
| 3377 | *2.1.42.2. Validation of the MicelleSphCoreModel* |
---|
| 3378 | |
---|
| 3379 | This model has not yet been validated. Feb2015 |
---|
| 3380 | |
---|
| 3381 | REFERENCES |
---|
| 3382 | |
---|
| 3383 | J Pedersen, *J. Appl. Cryst.*, 33 (2000) 637-640 |
---|
| 3384 | |
---|
| 3385 | |
---|
| 3386 | |
---|
[1c03e14] | 3387 | 2.2 Shape-independent Functions |
---|
| 3388 | ------------------------------- |
---|
| 3389 | |
---|
[6386cd8] | 3390 | The following are models used for shape-independent SAS analysis. |
---|
[1c03e14] | 3391 | |
---|
[4ed2d0a1] | 3392 | .. _Debye: |
---|
[1c03e14] | 3393 | |
---|
[58eccf6] | 3394 | **2.2.1. Debye (Gaussian Coil Model)** |
---|
[1c03e14] | 3395 | |
---|
[6386cd8] | 3396 | The Debye model is a form factor for a linear polymer chain obeying Gaussian statistics (ie, it is in the theta state). |
---|
| 3397 | In addition to the radius-of-gyration, *Rg*, a scale factor *scale*, and a constant background term are included in the |
---|
| 3398 | calculation. **NB: No size polydispersity is included in this model, use the** Poly_GaussCoil_ **Model instead** |
---|
[1c03e14] | 3399 | |
---|
[4ed2d0a1] | 3400 | .. image:: img/image172.PNG |
---|
[1c03e14] | 3401 | |
---|
[93b6fcc] | 3402 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3403 | |
---|
[7f42aad] | 3404 | .. image:: img/image040.gif |
---|
[1c03e14] | 3405 | |
---|
[4ed2d0a1] | 3406 | ============== ======== ============= |
---|
| 3407 | Parameter name Units Default value |
---|
| 3408 | ============== ======== ============= |
---|
[58eccf6] | 3409 | scale None 1.0 |
---|
| 3410 | rg |Ang| 50.0 |
---|
| 3411 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3412 | ============== ======== ============= |
---|
[1c03e14] | 3413 | |
---|
[7f42aad] | 3414 | .. image:: img/image173.jpg |
---|
[1c03e14] | 3415 | |
---|
[4ed2d0a1] | 3416 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
[1c03e14] | 3417 | |
---|
[4ed2d0a1] | 3418 | REFERENCE |
---|
[1c03e14] | 3419 | |
---|
[93b6fcc] | 3420 | R J Roe, *Methods of X-Ray and Neutron Scattering in Polymer Science*, Oxford University Press, New York (2000) |
---|
[1c03e14] | 3421 | |
---|
| 3422 | |
---|
| 3423 | |
---|
[4ed2d0a1] | 3424 | .. _BroadPeakModel: |
---|
[1c03e14] | 3425 | |
---|
[58eccf6] | 3426 | **2.2.2. BroadPeakModel** |
---|
[1c03e14] | 3427 | |
---|
[6386cd8] | 3428 | This model calculates an empirical functional form for SAS data characterized by a broad scattering peak. Many SAS |
---|
[93b6fcc] | 3429 | spectra are characterized by a broad peak even though they are from amorphous soft materials. For example, soft systems |
---|
[6386cd8] | 3430 | that show a SAS peak include copolymers, polyelectrolytes, multiphase systems, layered structures, etc. |
---|
[93b6fcc] | 3431 | |
---|
| 3432 | The d-spacing corresponding to the broad peak is a characteristic distance between the scattering inhomogeneities (such |
---|
| 3433 | as in lamellar, cylindrical, or spherical morphologies, or for bicontinuous structures). |
---|
[1c03e14] | 3434 | |
---|
[4ed2d0a1] | 3435 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 3436 | |
---|
[93b6fcc] | 3437 | *2.2.2.1. Definition* |
---|
| 3438 | |
---|
| 3439 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 3440 | |
---|
[7f42aad] | 3441 | .. image:: img/image174.jpg |
---|
[1c03e14] | 3442 | |
---|
[93b6fcc] | 3443 | Here the peak position is related to the d-spacing as *Q0* = 2|pi| / *d0*. |
---|
[1c03e14] | 3444 | |
---|
[93b6fcc] | 3445 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3446 | |
---|
[7f42aad] | 3447 | .. image:: img/image040.gif |
---|
[1c03e14] | 3448 | |
---|
[93b6fcc] | 3449 | ================== ======== ============= |
---|
| 3450 | Parameter name Units Default value |
---|
| 3451 | ================== ======== ============= |
---|
| 3452 | scale_l (=C) None 10 |
---|
| 3453 | scale_p (=A) None 1e-05 |
---|
| 3454 | length_l (= |xi| ) |Ang| 50 |
---|
| 3455 | q_peak (=Q0) |Ang^-1| 0.1 |
---|
| 3456 | exponent_p (=n) None 2 |
---|
| 3457 | exponent_l (=m) None 3 |
---|
| 3458 | Background (=B) |cm^-1| 0.1 |
---|
| 3459 | ================== ======== ============= |
---|
[1c03e14] | 3460 | |
---|
[7f42aad] | 3461 | .. image:: img/image175.jpg |
---|
[1c03e14] | 3462 | |
---|
[4ed2d0a1] | 3463 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
[1c03e14] | 3464 | |
---|
[4ed2d0a1] | 3465 | REFERENCE |
---|
[1c03e14] | 3466 | |
---|
[4ed2d0a1] | 3467 | None. |
---|
[1c03e14] | 3468 | |
---|
[93b6fcc] | 3469 | *2013/09/09 - Description reviewed by King, S and Parker, P.* |
---|
[1c03e14] | 3470 | |
---|
| 3471 | |
---|
| 3472 | |
---|
[4ed2d0a1] | 3473 | .. _CorrLength: |
---|
[1c03e14] | 3474 | |
---|
[58eccf6] | 3475 | **2.2.3. CorrLength (Correlation Length Model)** |
---|
[1c03e14] | 3476 | |
---|
[6386cd8] | 3477 | Calculates an empirical functional form for SAS data characterized by a low-Q signal and a high-Q signal. |
---|
[1c03e14] | 3478 | |
---|
[4ed2d0a1] | 3479 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 3480 | |
---|
[93b6fcc] | 3481 | *2.2.3. Definition* |
---|
| 3482 | |
---|
| 3483 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 3484 | |
---|
[7f42aad] | 3485 | .. image:: img/image176.jpg |
---|
[1c03e14] | 3486 | |
---|
[93b6fcc] | 3487 | The first term describes Porod scattering from clusters (exponent = n) and the second term is a Lorentzian function |
---|
| 3488 | describing scattering from polymer chains (exponent = *m*). This second term characterizes the polymer/solvent |
---|
| 3489 | interactions and therefore the thermodynamics. The two multiplicative factors *A* and *C*, the incoherent |
---|
| 3490 | background *B* and the two exponents *n* and *m* are used as fitting parameters. The final parameter |xi| is a |
---|
| 3491 | correlation length for the polymer chains. Note that when *m*\ =2 this functional form becomes the familiar Lorentzian |
---|
| 3492 | function. |
---|
[1c03e14] | 3493 | |
---|
[93b6fcc] | 3494 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3495 | |
---|
[7f42aad] | 3496 | .. image:: img/image040.gif |
---|
[1c03e14] | 3497 | |
---|
[93b6fcc] | 3498 | ==================== ======== ============= |
---|
| 3499 | Parameter name Units Default value |
---|
| 3500 | ==================== ======== ============= |
---|
| 3501 | scale_l (=C) None  10 |
---|
| 3502 | scale_p (=A) None  1e-06 |
---|
| 3503 | length_l (= |xi| ) |Ang| 50 |
---|
| 3504 | exponent_p (=n) None  2 |
---|
| 3505 | exponent_l (=m) None 3 |
---|
| 3506 | Background (=B) |cm^-1| 0.1 |
---|
| 3507 | ==================== ======== ============= |
---|
[1c03e14] | 3508 | |
---|
[7f42aad] | 3509 | .. image:: img/image177.jpg |
---|
[1c03e14] | 3510 | |
---|
[4ed2d0a1] | 3511 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
[1c03e14] | 3512 | |
---|
[4ed2d0a1] | 3513 | REFERENCE |
---|
[1c03e14] | 3514 | |
---|
[93b6fcc] | 3515 | B Hammouda, D L Ho and S R Kline, *Insight into Clustering in Poly(ethylene oxide) Solutions*, *Macromolecules*, 37 |
---|
| 3516 | (2004) 6932-6937 |
---|
[1c03e14] | 3517 | |
---|
[93b6fcc] | 3518 | *2013/09/09 - Description reviewed by King, S and Parker, P.* |
---|
[1c03e14] | 3519 | |
---|
| 3520 | |
---|
| 3521 | |
---|
[4ed2d0a1] | 3522 | .. _Lorentz: |
---|
[1c03e14] | 3523 | |
---|
[58eccf6] | 3524 | **2.2.4. Lorentz (Ornstein-Zernicke Model)** |
---|
[1c03e14] | 3525 | |
---|
[93b6fcc] | 3526 | *2.2.4.1. Definition* |
---|
| 3527 | |
---|
| 3528 | The Ornstein-Zernicke model is defined by |
---|
[1c03e14] | 3529 | |
---|
[4ed2d0a1] | 3530 | .. image:: img/image178.PNG |
---|
[1c03e14] | 3531 | |
---|
[93b6fcc] | 3532 | The parameter *L* is the screening length. |
---|
[1c03e14] | 3533 | |
---|
[93b6fcc] | 3534 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3535 | |
---|
[7f42aad] | 3536 | .. image:: img/image040.gif |
---|
[bf8c07b] | 3537 | |
---|
[4ed2d0a1] | 3538 | ============== ======== ============= |
---|
| 3539 | Parameter name Units Default value |
---|
| 3540 | ============== ======== ============= |
---|
[58eccf6] | 3541 | scale None 1.0 |
---|
| 3542 | length |Ang| 50.0 |
---|
| 3543 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3544 | ============== ======== ============= |
---|
[1c03e14] | 3545 | |
---|
[7f42aad] | 3546 | .. image:: img/image179.jpg |
---|
[1c03e14] | 3547 | |
---|
[93b6fcc] | 3548 | *Â Figure. 1D plot using the default values (w/200 data point).* |
---|
| 3549 | |
---|
| 3550 | REFERENCE |
---|
| 3551 | |
---|
| 3552 | None. |
---|
[1c03e14] | 3553 | |
---|
| 3554 | |
---|
| 3555 | |
---|
[4ed2d0a1] | 3556 | .. _DABModel: |
---|
[1c03e14] | 3557 | |
---|
[58eccf6] | 3558 | **2.2.5. DABModel (Debye-Anderson-Brumberger Model)** |
---|
[1c03e14] | 3559 | |
---|
[93b6fcc] | 3560 | Calculates the scattering from a randomly distributed, two-phase system based on the Debye-Anderson-Brumberger (DAB) |
---|
| 3561 | model for such systems. The two-phase system is characterized by a single length scale, the correlation length, which |
---|
| 3562 | is a measure of the average spacing between regions of phase 1 and phase 2. **The model also assumes smooth interfaces** |
---|
| 3563 | **between the phases** and hence exhibits Porod behavior (I ~ *q*\ :sup:`-4`) at large *q* (*QL* >> 1). |
---|
| 3564 | |
---|
| 3565 | The DAB model is ostensibly a development of the earlier Debye-Bueche model. |
---|
| 3566 | |
---|
| 3567 | *2.2.5.1. Definition* |
---|
[1c03e14] | 3568 | |
---|
[916501b] | 3569 | .. image:: img/image180_corrected.PNG |
---|
[1c03e14] | 3570 | |
---|
[93b6fcc] | 3571 | The parameter *L* is the correlation length. |
---|
[1c03e14] | 3572 | |
---|
[93b6fcc] | 3573 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3574 | |
---|
[7f42aad] | 3575 | .. image:: img/image040.gif |
---|
[1c03e14] | 3576 | |
---|
[4ed2d0a1] | 3577 | ============== ======== ============= |
---|
| 3578 | Parameter name Units Default value |
---|
| 3579 | ============== ======== ============= |
---|
[58eccf6] | 3580 | scale None 1.0 |
---|
| 3581 | length |Ang| 50.0 |
---|
| 3582 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3583 | ============== ======== ============= |
---|
[1c03e14] | 3584 | |
---|
[7f42aad] | 3585 | .. image:: img/image181.jpg |
---|
[1c03e14] | 3586 | |
---|
[93b6fcc] | 3587 | *Â Figure. 1D plot using the default values (w/200 data point).* |
---|
[1c03e14] | 3588 | |
---|
[4ed2d0a1] | 3589 | REFERENCE |
---|
[1c03e14] | 3590 | |
---|
[93b6fcc] | 3591 | P Debye, H R Anderson, H Brumberger, *Scattering by an Inhomogeneous Solid. II. The Correlation Function* |
---|
| 3592 | *and its Application*, *J. Appl. Phys.*, 28(6) (1957) 679 |
---|
[1c03e14] | 3593 | |
---|
[93b6fcc] | 3594 | P Debye, A M Bueche, *Scattering by an Inhomogeneous Solid*, *J. Appl. Phys.*, 20 (1949) 518 |
---|
[1c03e14] | 3595 | |
---|
[93b6fcc] | 3596 | *2013/09/09 - Description reviewed by King, S and Parker, P.* |
---|
[1c03e14] | 3597 | |
---|
| 3598 | |
---|
| 3599 | |
---|
[4ed2d0a1] | 3600 | .. _AbsolutePower_Law: |
---|
[1c03e14] | 3601 | |
---|
[58eccf6] | 3602 | **2.2.6. AbsolutePower_Law** |
---|
[1c03e14] | 3603 | |
---|
[93b6fcc] | 3604 | This model describes a simple power law with background. |
---|
[1c03e14] | 3605 | |
---|
[4ed2d0a1] | 3606 | .. image:: img/image182.PNG |
---|
[1c03e14] | 3607 | |
---|
[93b6fcc] | 3608 | Note the minus sign in front of the exponent. The parameter *m* should therefore be entered as a **positive** number. |
---|
[1c03e14] | 3609 | |
---|
[4ed2d0a1] | 3610 | ============== ======== ============= |
---|
| 3611 | Parameter name Units Default value |
---|
| 3612 | ============== ======== ============= |
---|
[58eccf6] | 3613 | Scale None 1.0 |
---|
| 3614 | m None 4 |
---|
| 3615 | Background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3616 | ============== ======== ============= |
---|
[1c03e14] | 3617 | |
---|
[7f42aad] | 3618 | .. image:: img/image183.jpg |
---|
[1c03e14] | 3619 | |
---|
[4ed2d0a1] | 3620 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
[1c03e14] | 3621 | |
---|
[93b6fcc] | 3622 | REFERENCE |
---|
| 3623 | |
---|
| 3624 | None. |
---|
| 3625 | |
---|
[1c03e14] | 3626 | |
---|
| 3627 | |
---|
[93b6fcc] | 3628 | .. _TeubnerStrey: |
---|
[1c03e14] | 3629 | |
---|
[93b6fcc] | 3630 | **2.2.7. TeubnerStrey (Model)** |
---|
[1c03e14] | 3631 | |
---|
[93b6fcc] | 3632 | This function calculates the scattered intensity of a two-component system using the Teubner-Strey model. Unlike the |
---|
| 3633 | DABModel_ this function generates a peak. |
---|
| 3634 | |
---|
| 3635 | *2.2.7.1. Definition* |
---|
[1c03e14] | 3636 | |
---|
[4ed2d0a1] | 3637 | .. image:: img/image184.PNG |
---|
[1c03e14] | 3638 | |
---|
[93b6fcc] | 3639 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3640 | |
---|
[7f42aad] | 3641 | .. image:: img/image040.gif |
---|
[1c03e14] | 3642 | |
---|
[4ed2d0a1] | 3643 | ============== ======== ============= |
---|
| 3644 | Parameter name Units Default value |
---|
| 3645 | ============== ======== ============= |
---|
[58eccf6] | 3646 | scale None 0.1 |
---|
| 3647 | c1 None -30.0 |
---|
| 3648 | c2 None 5000.0 |
---|
| 3649 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3650 | ============== ======== ============= |
---|
[1c03e14] | 3651 | |
---|
[7f42aad] | 3652 | .. image:: img/image185.jpg |
---|
[1c03e14] | 3653 | |
---|
[4ed2d0a1] | 3654 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
[1c03e14] | 3655 | |
---|
[4ed2d0a1] | 3656 | REFERENCE |
---|
[1c03e14] | 3657 | |
---|
[93b6fcc] | 3658 | M Teubner, R Strey, *J. Chem. Phys.*, 87 (1987) 3195 |
---|
[1c03e14] | 3659 | |
---|
[93b6fcc] | 3660 | K V Schubert, R Strey, S R Kline and E W Kaler, *J. Chem. Phys.*, 101 (1994) 5343 |
---|
[1c03e14] | 3661 | |
---|
| 3662 | |
---|
| 3663 | |
---|
[4ed2d0a1] | 3664 | .. _FractalModel: |
---|
[1c03e14] | 3665 | |
---|
[58eccf6] | 3666 | **2.2.8. FractalModel** |
---|
[1c03e14] | 3667 | |
---|
[93b6fcc] | 3668 | Calculates the scattering from fractal-like aggregates built from spherical building blocks following the Texiera |
---|
| 3669 | reference. |
---|
| 3670 | |
---|
| 3671 | The value returned is in |cm^-1|\ . |
---|
| 3672 | |
---|
| 3673 | *2.2.8.1. Definition* |
---|
[1c03e14] | 3674 | |
---|
[4ed2d0a1] | 3675 | .. image:: img/image186.PNG |
---|
[1c03e14] | 3676 | |
---|
[93b6fcc] | 3677 | The *scale* parameter is the volume fraction of the building blocks, *R0* is the radius of the building block, *Df* is |
---|
| 3678 | the fractal dimension, |xi| is the correlation length, |rho|\ *solvent* is the scattering length density of the |
---|
| 3679 | solvent, and |rho|\ *block* is the scattering length density of the building blocks. |
---|
[1c03e14] | 3680 | |
---|
[93b6fcc] | 3681 | **Polydispersity on the radius is provided for.** |
---|
[1c03e14] | 3682 | |
---|
[93b6fcc] | 3683 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3684 | |
---|
[7f42aad] | 3685 | .. image:: img/image040.gif |
---|
[1c03e14] | 3686 | |
---|
[4ed2d0a1] | 3687 | ============== ======== ============= |
---|
| 3688 | Parameter name Units Default value |
---|
| 3689 | ============== ======== ============= |
---|
[58eccf6] | 3690 | scale None 0.05 |
---|
| 3691 | radius |Ang| 5.0 |
---|
| 3692 | fractal_dim None 2 |
---|
| 3693 | corr_length |Ang| 100.0 |
---|
| 3694 | block_sld |Ang^-2| 2e-6 |
---|
| 3695 | solvent_sld |Ang^-2| 6e-6 |
---|
| 3696 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3697 | ============== ======== ============= |
---|
[1c03e14] | 3698 | |
---|
[7f42aad] | 3699 | .. image:: img/image187.jpg |
---|
[1c03e14] | 3700 | |
---|
| 3701 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
| 3702 | |
---|
[4ed2d0a1] | 3703 | REFERENCE |
---|
[1c03e14] | 3704 | |
---|
[93b6fcc] | 3705 | J Teixeira, *J. Appl. Cryst.*, 21 (1988) 781-785 |
---|
[1c03e14] | 3706 | |
---|
| 3707 | |
---|
| 3708 | |
---|
[4ed2d0a1] | 3709 | .. _MassFractalModel: |
---|
[1c03e14] | 3710 | |
---|
[4ed2d0a1] | 3711 | **2.2.9. MassFractalModel** |
---|
[1c03e14] | 3712 | |
---|
[93b6fcc] | 3713 | Calculates the scattering from fractal-like aggregates based on the Mildner reference. |
---|
| 3714 | |
---|
| 3715 | *2.2.9.1. Definition* |
---|
[1c03e14] | 3716 | |
---|
[7f42aad] | 3717 | .. image:: img/mass_fractal_eq1.jpg |
---|
[1c03e14] | 3718 | |
---|
[93b6fcc] | 3719 | where *R* is the radius of the building block, *Dm* is the **mass** fractal dimension, |zeta| is the cut-off length, |
---|
| 3720 | |rho|\ *solvent* is the scattering length density of the solvent, and |rho|\ *particle* is the scattering length |
---|
| 3721 | density of particles. |
---|
[1c03e14] | 3722 | |
---|
[93b6fcc] | 3723 | Note: Â The mass fractal dimension *Dm* is only valid if 1 < mass_dim < 6. It is also only valid over a limited |
---|
| 3724 | *q* range (see the reference for details). |
---|
[1c03e14] | 3725 | |
---|
[4ed2d0a1] | 3726 | ============== ======== ============= |
---|
| 3727 | Parameter name Units Default value |
---|
| 3728 | ============== ======== ============= |
---|
[58eccf6] | 3729 | scale None 1 |
---|
| 3730 | radius |Ang| 10.0 |
---|
| 3731 | mass_dim None 1.9 |
---|
| 3732 | co_length |Ang| 100.0 |
---|
| 3733 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3734 | ============== ======== ============= |
---|
[1c03e14] | 3735 | |
---|
[7f42aad] | 3736 | .. image:: img/mass_fractal_fig1.jpg |
---|
[1c03e14] | 3737 | |
---|
[93b6fcc] | 3738 | *Figure. 1D plot using default values.* |
---|
[1c03e14] | 3739 | |
---|
[4ed2d0a1] | 3740 | REFERENCE |
---|
[1c03e14] | 3741 | |
---|
[93b6fcc] | 3742 | D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 19 (1986) 1535-1545 |
---|
| 3743 | Equation(9) |
---|
[1c03e14] | 3744 | |
---|
[93b6fcc] | 3745 | *2013/09/09 - Description reviewed by King, S and Parker, P.* |
---|
[1c03e14] | 3746 | |
---|
| 3747 | |
---|
| 3748 | |
---|
[4ed2d0a1] | 3749 | .. _SurfaceFractalModel: |
---|
[1c03e14] | 3750 | |
---|
[4ed2d0a1] | 3751 | **2.2.10. SurfaceFractalModel** |
---|
[1c03e14] | 3752 | |
---|
[93b6fcc] | 3753 | Calculates the scattering from fractal-like aggregates based on the Mildner reference. |
---|
| 3754 | |
---|
| 3755 | *2.2.10.1. Definition* |
---|
[1c03e14] | 3756 | |
---|
[f8063bf] | 3757 | .. image:: img/surface_fractal_eq1.gif |
---|
[1c03e14] | 3758 | |
---|
[93b6fcc] | 3759 | where *R* is the radius of the building block, *Ds* is the **surface** fractal dimension, |zeta| is the cut-off length, |
---|
| 3760 | |rho|\ *solvent* is the scattering length density of the solvent, and |rho|\ *particle* is the scattering length |
---|
| 3761 | density of particles. |
---|
[1c03e14] | 3762 | |
---|
[93b6fcc] | 3763 | Note: Â The surface fractal dimension *Ds* is only valid if 1 < surface_dim < 3. It is also only valid over a limited |
---|
| 3764 | *q* range (see the reference for details). |
---|
[1c03e14] | 3765 | |
---|
[4ed2d0a1] | 3766 | ============== ======== ============= |
---|
| 3767 | Parameter name Units Default value |
---|
| 3768 | ============== ======== ============= |
---|
[58eccf6] | 3769 | scale None 1 |
---|
| 3770 | radius |Ang| 10.0 |
---|
| 3771 | surface_dim None 2.0 |
---|
| 3772 | co_length |Ang| 500.0 |
---|
| 3773 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3774 | ============== ======== ============= |
---|
[1c03e14] | 3775 | |
---|
[7f42aad] | 3776 | .. image:: img/surface_fractal_fig1.jpg |
---|
[1c03e14] | 3777 | |
---|
[93b6fcc] | 3778 | *Figure. 1D plot using default values.* |
---|
[1c03e14] | 3779 | |
---|
[4ed2d0a1] | 3780 | REFERENCE |
---|
[1c03e14] | 3781 | |
---|
[93b6fcc] | 3782 | D Mildner and P Hall, *J. Phys. D: Appl. Phys.*, 19 (1986) 1535-1545 |
---|
| 3783 | Equation(13) |
---|
[1c03e14] | 3784 | |
---|
| 3785 | |
---|
| 3786 | |
---|
[4ed2d0a1] | 3787 | .. _MassSurfaceFractal: |
---|
[1c03e14] | 3788 | |
---|
[58eccf6] | 3789 | **2.2.11. MassSurfaceFractal (Model)** |
---|
[1c03e14] | 3790 | |
---|
[93b6fcc] | 3791 | A number of natural and commercial processes form high-surface area materials as a result of the vapour-phase |
---|
| 3792 | aggregation of primary particles. Examples of such materials include soots, aerosols, and fume or pyrogenic silicas. |
---|
| 3793 | These are all characterised by cluster mass distributions (sometimes also cluster size distributions) and internal |
---|
| 3794 | surfaces that are fractal in nature. The scattering from such materials displays two distinct breaks in log-log |
---|
| 3795 | representation, corresponding to the radius-of-gyration of the primary particles, *rg*, and the radius-of-gyration of |
---|
| 3796 | the clusters (aggregates), *Rg*. Between these boundaries the scattering follows a power law related to the mass |
---|
| 3797 | fractal dimension, *Dm*, whilst above the high-Q boundary the scattering follows a power law related to the surface |
---|
| 3798 | fractal dimension of the primary particles, *Ds*. |
---|
| 3799 | |
---|
| 3800 | *2.2.11.1. Definition* |
---|
| 3801 | |
---|
| 3802 | The scattered intensity *I(q)* is calculated using a modified Ornstein-Zernicke equation |
---|
[1c03e14] | 3803 | |
---|
[f8063bf] | 3804 | .. image:: img/masssurface_fractal_eq1.jpg |
---|
[1c03e14] | 3805 | |
---|
[93b6fcc] | 3806 | where *Rg* is the size of the cluster, *rg* is the size of the primary particle, *Ds* is the surface fractal dimension, |
---|
| 3807 | *Dm* is the mass fractal dimension, |rho|\ *solvent* is the scattering length density of the solvent, and |rho|\ *p* is |
---|
| 3808 | the scattering length density of particles. |
---|
[1c03e14] | 3809 | |
---|
[93b6fcc] | 3810 | Note: Â The surface (*Ds*) and mass (*Dm*) fractal dimensions are only valid if 0 < *surface_dim* < 6, |
---|
| 3811 | 0 < *mass_dim* < 6, and (*surface_dim*+*mass_dim*) < 6. |
---|
[1c03e14] | 3812 | |
---|
[4ed2d0a1] | 3813 | ============== ======== ============= |
---|
| 3814 | Parameter name Units Default value |
---|
| 3815 | ============== ======== ============= |
---|
[58eccf6] | 3816 | scale None 1 |
---|
| 3817 | primary_rg |Ang| 4000.0 |
---|
| 3818 | cluster_rg |Ang| Â 86.7 |
---|
| 3819 | surface_dim None 2.3 |
---|
| 3820 | mass_dim None  1.8 |
---|
| 3821 | background |cm^-1| Â 0.0 |
---|
[4ed2d0a1] | 3822 | ============== ======== ============= |
---|
[1c03e14] | 3823 | |
---|
[7f42aad] | 3824 | .. image:: img/masssurface_fractal_fig1.jpg |
---|
[1c03e14] | 3825 | |
---|
[93b6fcc] | 3826 | *Figure. 1D plot using default values.* |
---|
[1c03e14] | 3827 | |
---|
[4ed2d0a1] | 3828 | REFERENCE |
---|
[1c03e14] | 3829 | |
---|
[93b6fcc] | 3830 | P Schmidt, *J Appl. Cryst.*, 24 (1991) 414-435 |
---|
| 3831 | Equation(19) |
---|
[1c03e14] | 3832 | |
---|
[93b6fcc] | 3833 | A J Hurd, D W Schaefer, J E Martin, *Phys. Rev. A*, 35 (1987) 2361-2364 |
---|
| 3834 | Equation(2) |
---|
[1c03e14] | 3835 | |
---|
| 3836 | |
---|
| 3837 | |
---|
[4ed2d0a1] | 3838 | .. _FractalCoreShell: |
---|
[1c03e14] | 3839 | |
---|
[58eccf6] | 3840 | **2.2.12. FractalCoreShell (Model)** |
---|
[1c03e14] | 3841 | |
---|
[93b6fcc] | 3842 | Calculates the scattering from a fractal structure with a primary building block of core-shell spheres, as opposed to |
---|
| 3843 | just homogeneous spheres in the FractalModel_. This model could find use for aggregates of coated particles, or |
---|
| 3844 | aggregates of vesicles. |
---|
| 3845 | |
---|
| 3846 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
| 3847 | |
---|
| 3848 | *2.2.12.1. Definition* |
---|
[1c03e14] | 3849 | |
---|
[7f42aad] | 3850 | .. image:: img/fractcore_eq1.gif |
---|
[1c03e14] | 3851 | |
---|
[93b6fcc] | 3852 | The form factor *P(q)* is that from CoreShellModel_ with *bkg* = 0 |
---|
[1c03e14] | 3853 | |
---|
[4ed2d0a1] | 3854 | .. image:: img/image013.PNG |
---|
[1c03e14] | 3855 | |
---|
[93b6fcc] | 3856 | while the fractal structure factor S(q) is |
---|
[1c03e14] | 3857 | |
---|
[4ed2d0a1] | 3858 | .. image:: img/fractcore_eq3.gif |
---|
[1c03e14] | 3859 | |
---|
[93b6fcc] | 3860 | where *Df* = frac_dim, |xi| = cor_length, *rc* = (core) radius, and *scale* = volume fraction. |
---|
[1c03e14] | 3861 | |
---|
[93b6fcc] | 3862 | The fractal structure is as documented in the FractalModel_. Polydispersity of radius and thickness is provided for. |
---|
[1c03e14] | 3863 | |
---|
[93b6fcc] | 3864 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3865 | |
---|
[7f42aad] | 3866 | .. image:: img/image040.gif |
---|
[1c03e14] | 3867 | |
---|
[4ed2d0a1] | 3868 | ============== ======== ============= |
---|
| 3869 | Parameter name Units Default value |
---|
| 3870 | ============== ======== ============= |
---|
[58eccf6] | 3871 | volfraction None  0.05 |
---|
| 3872 | frac_dim None  2 |
---|
| 3873 | thickness |Ang| 5.0 |
---|
| 3874 | radius  |Ang| 20.0 |
---|
| 3875 | cor_length |Ang| 100.0 |
---|
| 3876 | core_sld |Ang^-2| 3.5e-6 |
---|
| 3877 | shell_sld |Ang^-2| 1e-6 |
---|
| 3878 | solvent_sld |Ang^-2| 6.35e-6 |
---|
| 3879 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3880 | ============== ======== ============= |
---|
[1c03e14] | 3881 | |
---|
[7f42aad] | 3882 | .. image:: img/image188.jpg |
---|
[1c03e14] | 3883 | |
---|
[4ed2d0a1] | 3884 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
[1c03e14] | 3885 | |
---|
[4ed2d0a1] | 3886 | REFERENCE |
---|
[1c03e14] | 3887 | |
---|
[93b6fcc] | 3888 | See the CoreShellModel_ and FractalModel_ descriptions. |
---|
[1c03e14] | 3889 | |
---|
| 3890 | |
---|
| 3891 | |
---|
[4ed2d0a1] | 3892 | .. _GaussLorentzGel: |
---|
[1c03e14] | 3893 | |
---|
[58eccf6] | 3894 | **2.2.13. GaussLorentzGel(Model)** |
---|
[1c03e14] | 3895 | |
---|
[93b6fcc] | 3896 | Calculates the scattering from a gel structure, but typically a physical rather than chemical network. It is modeled as |
---|
| 3897 | a sum of a low-*q* exponential decay plus a lorentzian at higher *q*-values. |
---|
[1c03e14] | 3898 | |
---|
[6386cd8] | 3899 | Also see the GelFitModel_. |
---|
| 3900 | |
---|
[4ed2d0a1] | 3901 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 3902 | |
---|
[93b6fcc] | 3903 | *2.2.13.1. Definition* |
---|
| 3904 | |
---|
| 3905 | The scattering intensity *I(q)* is calculated as (eqn 5 from the reference) |
---|
[1c03e14] | 3906 | |
---|
[7f42aad] | 3907 | .. image:: img/image189.jpg |
---|
[1c03e14] | 3908 | |
---|
[93b6fcc] | 3909 | |bigzeta| is the length scale of the static correlations in the gel, which can be attributed to the "frozen-in" |
---|
| 3910 | crosslinks. |xi| is the dynamic correlation length, which can be attributed to the fluctuating polymer chains between |
---|
| 3911 | crosslinks. *I*\ :sub:`G`\ *(0)* and *I*\ :sub:`L`\ *(0)* are the scaling factors for each of these structures. **Think carefully about how** |
---|
| 3912 | **these map to your particular system!** |
---|
[1c03e14] | 3913 | |
---|
[93b6fcc] | 3914 | NB: The peaked structure at higher *q* values (Figure 2 from the reference) is not reproduced by the model. Peaks can |
---|
| 3915 | be introduced into the model by summing this model with the PeakGaussModel_ function. |
---|
[1c03e14] | 3916 | |
---|
[93b6fcc] | 3917 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3918 | |
---|
[7f42aad] | 3919 | .. image:: img/image040.gif |
---|
[1c03e14] | 3920 | |
---|
[58eccf6] | 3921 | =================================== ======== ============= |
---|
| 3922 | Parameter name Units Default value |
---|
| 3923 | =================================== ======== ============= |
---|
| 3924 | dyn_colength (=dynamic corr length) |Ang| 20.0 |
---|
| 3925 | scale_g (=Gauss scale factor) None  100 |
---|
| 3926 | scale_l (=Lorentzian scale factor) None 50 |
---|
| 3927 | stat_colength (=static corr length) |Ang| 100.0 |
---|
| 3928 | background |cm^-1| 0.0 |
---|
| 3929 | =================================== ======== ============= |
---|
[1c03e14] | 3930 | |
---|
[7f42aad] | 3931 | .. image:: img/image190.jpg |
---|
[1c03e14] | 3932 | |
---|
[4ed2d0a1] | 3933 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
[1c03e14] | 3934 | |
---|
[4ed2d0a1] | 3935 | REFERENCE |
---|
[1c03e14] | 3936 | |
---|
[93b6fcc] | 3937 | G Evmenenko, E Theunissen, K Mortensen, H Reynaers, *Polymer*, 42 (2001) 2907-2913 |
---|
[1c03e14] | 3938 | |
---|
| 3939 | |
---|
| 3940 | |
---|
[4ed2d0a1] | 3941 | .. _BEPolyelectrolyte: |
---|
[1c03e14] | 3942 | |
---|
[58eccf6] | 3943 | **2.2.14. BEPolyelectrolyte (Model)** |
---|
[1c03e14] | 3944 | |
---|
[93b6fcc] | 3945 | Calculates the structure factor of a polyelectrolyte solution with the RPA expression derived by Borue and Erukhimovich. |
---|
| 3946 | |
---|
| 3947 | The value returned is in |cm^-1|. |
---|
| 3948 | |
---|
| 3949 | *2.2.14.1. Definition* |
---|
[1c03e14] | 3950 | |
---|
[4ed2d0a1] | 3951 | .. image:: img/image191.PNG |
---|
[1c03e14] | 3952 | |
---|
[93b6fcc] | 3953 | where *K* is the contrast factor for the polymer, *Lb* is the Bjerrum length, *h* is the virial parameter, *b* is the |
---|
| 3954 | monomer length, *Cs* is the concentration of monovalent salt, |alpha| is the ionization degree, *Ca* is the polymer |
---|
| 3955 | molar concentration, and *background* is the incoherent background. |
---|
[1c03e14] | 3956 | |
---|
[93b6fcc] | 3957 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3958 | |
---|
[7f42aad] | 3959 | .. image:: img/image040.gif |
---|
[1c03e14] | 3960 | |
---|
[4ed2d0a1] | 3961 | ============== ======== ============= |
---|
| 3962 | Parameter name Units Default value |
---|
| 3963 | ============== ======== ============= |
---|
[58eccf6] | 3964 | K barns 10 |
---|
| 3965 | Lb |Ang| 7.1 |
---|
| 3966 | h |Ang^-3| 12 |
---|
| 3967 | b |Ang| 10 |
---|
| 3968 | Cs mol/L 0 |
---|
| 3969 | alpha None 0.05 |
---|
| 3970 | Ca mol/L 0.7 |
---|
| 3971 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 3972 | ============== ======== ============= |
---|
[1c03e14] | 3973 | |
---|
[58eccf6] | 3974 | NB: 1 barn = 10\ :sup:`-24` |cm^2| |
---|
| 3975 | |
---|
[4ed2d0a1] | 3976 | REFERENCE |
---|
[1c03e14] | 3977 | |
---|
[93b6fcc] | 3978 | V Y Borue, I Y Erukhimovich, *Macromolecules*, 21 (1988) 3240 |
---|
[1c03e14] | 3979 | |
---|
[93b6fcc] | 3980 | J F Joanny, L Leibler, *Journal de Physique*, 51 (1990) 545 |
---|
[1c03e14] | 3981 | |
---|
[93b6fcc] | 3982 | A Moussaid, F Schosseler, J P Munch, S Candau, *J. Journal de Physique II France*, 3 (1993) 573 |
---|
[1c03e14] | 3983 | |
---|
[93b6fcc] | 3984 | E Raphael, J F Joanny, *Europhysics Letters*, 11 (1990) 179 |
---|
[1c03e14] | 3985 | |
---|
| 3986 | |
---|
| 3987 | |
---|
[4ed2d0a1] | 3988 | .. _Guinier: |
---|
[1c03e14] | 3989 | |
---|
[4ed2d0a1] | 3990 | **2.2.15. Guinier (Model)** |
---|
[1c03e14] | 3991 | |
---|
[93b6fcc] | 3992 | This model fits the Guinier function |
---|
[1c03e14] | 3993 | |
---|
[4ed2d0a1] | 3994 | .. image:: img/image192.PNG |
---|
[1c03e14] | 3995 | |
---|
[93b6fcc] | 3996 | to the data directly without any need for linearisation (*cf*. Ln *I(q)* vs *q*\ :sup:`2`). |
---|
| 3997 | |
---|
| 3998 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 3999 | |
---|
[7f42aad] | 4000 | .. image:: img/image040.gif |
---|
[1c03e14] | 4001 | |
---|
[4ed2d0a1] | 4002 | ============== ======== ============= |
---|
| 4003 | Parameter name Units Default value |
---|
| 4004 | ============== ======== ============= |
---|
[58eccf6] | 4005 | scale |cm^-1| 1.0 |
---|
| 4006 | Rg |Ang| 0.1 |
---|
[4ed2d0a1] | 4007 | ============== ======== ============= |
---|
[1c03e14] | 4008 | |
---|
[93b6fcc] | 4009 | REFERENCE |
---|
| 4010 | |
---|
| 4011 | A Guinier and G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley & Sons, New York (1955) |
---|
| 4012 | |
---|
[1c03e14] | 4013 | |
---|
| 4014 | |
---|
[4ed2d0a1] | 4015 | .. _GuinierPorod: |
---|
[1c03e14] | 4016 | |
---|
[4ed2d0a1] | 4017 | **2.2.16. GuinierPorod (Model)** |
---|
[1c03e14] | 4018 | |
---|
[93b6fcc] | 4019 | Calculates the scattering for a generalized Guinier/power law object. This is an empirical model that can be used to |
---|
| 4020 | determine the size and dimensionality of scattering objects, including asymmetric objects such as rods or platelets, and |
---|
| 4021 | shapes intermediate between spheres and rods or between rods and platelets. |
---|
[1c03e14] | 4022 | |
---|
[93b6fcc] | 4023 | The result is in the units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 4024 | |
---|
[93b6fcc] | 4025 | *2.2.16.1 Definition* |
---|
[1c03e14] | 4026 | |
---|
[93b6fcc] | 4027 | The following functional form is used |
---|
[1c03e14] | 4028 | |
---|
[7f42aad] | 4029 | .. image:: img/image193.jpg |
---|
[1c03e14] | 4030 | |
---|
[93b6fcc] | 4031 | This is based on the generalized Guinier law for such elongated objects (see the Glatter reference below). For 3D |
---|
| 4032 | globular objects (such as spheres), *s* = 0 and one recovers the standard Guinier_ formula. For 2D symmetry (such as |
---|
| 4033 | for rods) *s* = 1, and for 1D symmetry (such as for lamellae or platelets) *s* = 2. A dimensionality parameter (3-*s*) |
---|
| 4034 | is thus defined, and is 3 for spherical objects, 2 for rods, and 1 for plates. |
---|
| 4035 | |
---|
| 4036 | Enforcing the continuity of the Guinier and Porod functions and their derivatives yields |
---|
[1c03e14] | 4037 | |
---|
[7f42aad] | 4038 | .. image:: img/image194.jpg |
---|
[1c03e14] | 4039 | |
---|
[4ed2d0a1] | 4040 | and |
---|
[1c03e14] | 4041 | |
---|
[7f42aad] | 4042 | .. image:: img/image195.jpg |
---|
[1c03e14] | 4043 | |
---|
[93b6fcc] | 4044 | Note that |
---|
[1c03e14] | 4045 | |
---|
[6386cd8] | 4046 | the radius-of-gyration for a sphere of radius *R* is given by *Rg* = *R* sqrt(3/5) |
---|
[1c03e14] | 4047 | |
---|
[6386cd8] | 4048 |  the cross-sectional radius-of-gyration for a randomly oriented cylinder of radius *R* is given by *Rg* = *R* / sqrt(2) |
---|
[1c03e14] | 4049 | |
---|
[6386cd8] | 4050 | the cross-sectional radius-of-gyration of a randomly oriented lamella of thickness *T* is given by *Rg* = *T* / sqrt(12) |
---|
[1c03e14] | 4051 | |
---|
[93b6fcc] | 4052 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4053 | |
---|
[4ed2d0a1] | 4054 | .. image:: img/image008.PNG |
---|
[1c03e14] | 4055 | |
---|
[58eccf6] | 4056 | ============================== ======== ============= |
---|
| 4057 | Parameter name Units Default value |
---|
| 4058 | ============================== ======== ============= |
---|
| 4059 | scale (=Guinier scale, G) |cm^-1| 1.0 |
---|
| 4060 | rg |Ang| 100 |
---|
| 4061 | dim (=dimensional variable, s) None  1 |
---|
| 4062 | m (=Porod exponent) None  3 |
---|
| 4063 | background |cm^-1|Â 0.1 |
---|
| 4064 | ============================== ======== ============= |
---|
[1c03e14] | 4065 | |
---|
[7f42aad] | 4066 | .. image:: img/image196.jpg |
---|
[1c03e14] | 4067 | |
---|
[4ed2d0a1] | 4068 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
[1c03e14] | 4069 | |
---|
[93b6fcc] | 4070 | REFERENCE |
---|
| 4071 | |
---|
| 4072 | A Guinier, G Fournet, *Small-Angle Scattering of X-Rays*, John Wiley and Sons, New York, (1955) |
---|
| 4073 | |
---|
| 4074 | O Glatter, O Kratky, *Small-Angle X-Ray Scattering*, Academic Press (1982) |
---|
| 4075 | Check out Chapter 4 on Data Treatment, pages 155-156. |
---|
| 4076 | |
---|
[1c03e14] | 4077 | |
---|
| 4078 | |
---|
[4ed2d0a1] | 4079 | .. _PorodModel: |
---|
[1c03e14] | 4080 | |
---|
[4ed2d0a1] | 4081 | **2.2.17. PorodModel** |
---|
[1c03e14] | 4082 | |
---|
[6386cd8] | 4083 | This model fits the Porod function |
---|
[1c03e14] | 4084 | |
---|
[916501b] | 4085 | .. image:: img/image197_corrected.PNG |
---|
[1c03e14] | 4086 | |
---|
[6386cd8] | 4087 | to the data directly without any need for linearisation (*cf*. Log *I(q)* vs Log *q*). |
---|
[1c03e14] | 4088 | |
---|
[6386cd8] | 4089 | Here *C* is the scale factor and *Sv* is the specific surface area (ie, surface area / volume) of the sample, and |
---|
| 4090 | |drho| is the contrast factor. |
---|
[1c03e14] | 4091 | |
---|
[93b6fcc] | 4092 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4093 | |
---|
[7f42aad] | 4094 | .. image:: img/image040.gif |
---|
[1c03e14] | 4095 | |
---|
[4ed2d0a1] | 4096 | ============== ======== ============= |
---|
| 4097 | Parameter name Units Default value |
---|
| 4098 | ============== ======== ============= |
---|
[58eccf6] | 4099 | scale |Ang^-4| 0.1 |
---|
| 4100 | background |cm^-1| 0 |
---|
[4ed2d0a1] | 4101 | ============== ======== ============= |
---|
[1c03e14] | 4102 | |
---|
[6386cd8] | 4103 | REFERENCE |
---|
| 4104 | |
---|
| 4105 | None. |
---|
| 4106 | |
---|
[1c03e14] | 4107 | |
---|
| 4108 | |
---|
[4ed2d0a1] | 4109 | .. _PeakGaussModel: |
---|
[1c03e14] | 4110 | |
---|
[4ed2d0a1] | 4111 | **2.2.18. PeakGaussModel** |
---|
[1c03e14] | 4112 | |
---|
[6386cd8] | 4113 | This model describes a Gaussian shaped peak on a flat background |
---|
[1c03e14] | 4114 | |
---|
[4ed2d0a1] | 4115 | .. image:: img/image198.PNG |
---|
[1c03e14] | 4116 | |
---|
[6386cd8] | 4117 | with the peak having height of *I0* centered at *q0* and having a standard deviation of *B*. The FWHM (full-width |
---|
| 4118 | half-maximum) is 2.354 B.  |
---|
[1c03e14] | 4119 | |
---|
[93b6fcc] | 4120 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4121 | |
---|
[7f42aad] | 4122 | .. image:: img/image040.gif |
---|
[1c03e14] | 4123 | |
---|
[4ed2d0a1] | 4124 | ============== ======== ============= |
---|
| 4125 | Parameter name Units Default value |
---|
| 4126 | ============== ======== ============= |
---|
[58eccf6] | 4127 | scale |cm^-1| 100 |
---|
| 4128 | q0 |Ang^-1| 0.05 |
---|
| 4129 | B Â |Ang^-1| 0.005 |
---|
| 4130 | background |cm^-1|Â 1 |
---|
[4ed2d0a1] | 4131 | ============== ======== ============= |
---|
[1c03e14] | 4132 | |
---|
[7f42aad] | 4133 | .. image:: img/image199.jpg |
---|
[1c03e14] | 4134 | |
---|
[4ed2d0a1] | 4135 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
[1c03e14] | 4136 | |
---|
[6386cd8] | 4137 | REFERENCE |
---|
| 4138 | |
---|
| 4139 | None. |
---|
| 4140 | |
---|
[1c03e14] | 4141 | |
---|
| 4142 | |
---|
[4ed2d0a1] | 4143 | .. _PeakLorentzModel: |
---|
[1c03e14] | 4144 | |
---|
[4ed2d0a1] | 4145 | **2.2.19. PeakLorentzModel** |
---|
[1c03e14] | 4146 | |
---|
[6386cd8] | 4147 | This model describes a Lorentzian shaped peak on a flat background |
---|
[1c03e14] | 4148 | |
---|
[4ed2d0a1] | 4149 | .. image:: img/image200.PNG |
---|
[1c03e14] | 4150 | |
---|
[6386cd8] | 4151 | with the peak having height of *I0* centered at *q0* and having a HWHM (half-width half-maximum) of B. |
---|
[1c03e14] | 4152 | |
---|
[93b6fcc] | 4153 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4154 | |
---|
[7f42aad] | 4155 | .. image:: img/image040.gif |
---|
[1c03e14] | 4156 | |
---|
[4ed2d0a1] | 4157 | ============== ======== ============= |
---|
| 4158 | Parameter name Units Default value |
---|
| 4159 | ============== ======== ============= |
---|
[58eccf6] | 4160 | scale |cm^-1| 100 |
---|
| 4161 | q0 |Ang^-1| 0.05 |
---|
| 4162 | B Â |Ang^-1| 0.005 |
---|
| 4163 | background |cm^-1|Â 1 |
---|
[4ed2d0a1] | 4164 | ============== ======== ============= |
---|
[1c03e14] | 4165 | |
---|
[7f42aad] | 4166 | .. image:: img/image201.jpg |
---|
[1c03e14] | 4167 | |
---|
[4ed2d0a1] | 4168 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
[1c03e14] | 4169 | |
---|
[6386cd8] | 4170 | REFERENCE |
---|
| 4171 | |
---|
| 4172 | None. |
---|
| 4173 | |
---|
[1c03e14] | 4174 | |
---|
| 4175 | |
---|
[4ed2d0a1] | 4176 | .. _Poly_GaussCoil: |
---|
[1c03e14] | 4177 | |
---|
[4ed2d0a1] | 4178 | **2.2.20. Poly_GaussCoil (Model)** |
---|
[1c03e14] | 4179 | |
---|
[6386cd8] | 4180 | This model calculates an empirical functional form for the scattering from a **polydisperse** polymer chain in the |
---|
| 4181 | theta state assuming a Schulz-Zimm type molecular weight distribution. Polydispersity on the radius-of-gyration is also |
---|
| 4182 | provided for. |
---|
[1c03e14] | 4183 | |
---|
[4ed2d0a1] | 4184 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 4185 | |
---|
[6386cd8] | 4186 | *2.2.20.1. Definition* |
---|
| 4187 | |
---|
| 4188 | The scattering intensity *I(q)* is calculated as |
---|
| 4189 | |
---|
[4ed2d0a1] | 4190 | .. image:: img/image202.PNG |
---|
[1c03e14] | 4191 | |
---|
[6386cd8] | 4192 | where the dimensionless chain dimension is |
---|
[1c03e14] | 4193 | |
---|
[4ed2d0a1] | 4194 | .. image:: img/image203.PNG |
---|
[1c03e14] | 4195 | |
---|
[6386cd8] | 4196 | and the polydispersity is |
---|
[1c03e14] | 4197 | |
---|
[4ed2d0a1] | 4198 | .. image:: img/image204.PNG |
---|
[1c03e14] | 4199 | |
---|
[93b6fcc] | 4200 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4201 | |
---|
[7f42aad] | 4202 | .. image:: img/image040.gif |
---|
[1c03e14] | 4203 | |
---|
[6386cd8] | 4204 | This example dataset is produced using 200 data points, using 200 data points, |
---|
| 4205 | *qmin* = 0.001 |Ang^-1|, *qmax* = 0.7 |Ang^-1| and the default values |
---|
[1c03e14] | 4206 | |
---|
[4ed2d0a1] | 4207 | ============== ======== ============= |
---|
| 4208 | Parameter name Units Default value |
---|
| 4209 | ============== ======== ============= |
---|
[58eccf6] | 4210 | scale None 1.0 |
---|
| 4211 | rg |Ang| 60.0 |
---|
| 4212 | poly_m (Mw/Mn) None 2 |
---|
| 4213 | background |cm^-1| 0.001 |
---|
[4ed2d0a1] | 4214 | ============== ======== ============= |
---|
[1c03e14] | 4215 | |
---|
[7f42aad] | 4216 | .. image:: img/image205.jpg |
---|
[1c03e14] | 4217 | |
---|
| 4218 | *Figure. 1D plot using the default values (w/200 data point).* |
---|
| 4219 | |
---|
[bf8c07b] | 4220 | REFERENCE |
---|
[1c03e14] | 4221 | |
---|
[6386cd8] | 4222 | O Glatter and O Kratky (editors), *Small Angle X-ray Scattering*, Academic Press, (1982) |
---|
| 4223 | Page 404 |
---|
[1c03e14] | 4224 | |
---|
[93b6fcc] | 4225 | J S Higgins, and H C Benoit, Polymers and Neutron Scattering, Oxford Science Publications (1996) |
---|
[4ed2d0a1] | 4226 | |
---|
[1c03e14] | 4227 | |
---|
[4ed2d0a1] | 4228 | |
---|
| 4229 | .. _PolyExclVolume: |
---|
| 4230 | |
---|
| 4231 | **2.2.21. PolymerExclVolume (Model)** |
---|
[1c03e14] | 4232 | |
---|
[6386cd8] | 4233 | This model describes the scattering from polymer chains subject to excluded volume effects, and has been used as a |
---|
| 4234 | template for describing mass fractals. |
---|
[1c03e14] | 4235 | |
---|
[4ed2d0a1] | 4236 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 4237 | |
---|
[6386cd8] | 4238 | *2.2.21.1 Definition* |
---|
[1c03e14] | 4239 | |
---|
[6386cd8] | 4240 | The form factor was originally presented in the following integral form (Benoit, 1957) |
---|
[1c03e14] | 4241 | |
---|
[7f42aad] | 4242 | .. image:: img/image206.jpg |
---|
[1c03e14] | 4243 | |
---|
[6386cd8] | 4244 | where |nu| is the excluded volume parameter (which is related to the Porod exponent *m* as |nu| = 1 / *m*), *a* is the |
---|
| 4245 | statistical segment length of the polymer chain, and *n* is the degree of polymerization. This integral was later put |
---|
| 4246 | into an almost analytical form as follows (Hammouda, 1993) |
---|
[1c03e14] | 4247 | |
---|
[7f42aad] | 4248 | .. image:: img/image207.jpg |
---|
[1c03e14] | 4249 | |
---|
[6386cd8] | 4250 | where |gamma|\ *(x,U)* is the incomplete gamma function |
---|
[1c03e14] | 4251 | |
---|
[7f42aad] | 4252 | .. image:: img/image208.jpg |
---|
[1c03e14] | 4253 | |
---|
[6386cd8] | 4254 | and the variable *U* is given in terms of the scattering vector *Q* as |
---|
[1c03e14] | 4255 | |
---|
[7f42aad] | 4256 | .. image:: img/image209.jpg |
---|
[1c03e14] | 4257 | |
---|
[6386cd8] | 4258 | The square of the radius-of-gyration is defined as |
---|
[1c03e14] | 4259 | |
---|
[7f42aad] | 4260 | .. image:: img/image210.jpg |
---|
[1c03e14] | 4261 | |
---|
[6386cd8] | 4262 | Note that this model applies only in the mass fractal range (ie, 5/3 <= *m* <= 3) and **does not** apply to surface |
---|
| 4263 | fractals (3 < *m* <= 4). It also does not reproduce the rigid rod limit (*m* = 1) because it assumes chain flexibility |
---|
| 4264 | from the outset. It may cover a portion of the semi-flexible chain range (1 < *m* < 5/3). |
---|
[1c03e14] | 4265 | |
---|
[6386cd8] | 4266 | A low-*Q* expansion yields the Guinier form and a high-*Q* expansion yields the Porod form which is given by |
---|
[1c03e14] | 4267 | |
---|
[7f42aad] | 4268 | .. image:: img/image211.jpg |
---|
[1c03e14] | 4269 | |
---|
[6386cd8] | 4270 | Here |biggamma|\ *(x)* = |gamma|\ *(x,inf)* is the gamma function. |
---|
| 4271 | |
---|
| 4272 | The asymptotic limit is dominated by the first term |
---|
[1c03e14] | 4273 | |
---|
[7f42aad] | 4274 | .. image:: img/image212.jpg |
---|
[1c03e14] | 4275 | |
---|
[6386cd8] | 4276 | The special case when |nu| = 0.5 (or *m* = 1/|nu| = 2) corresponds to Gaussian chains for which the form factor is given |
---|
| 4277 | by the familiar Debye_ function. |
---|
[1c03e14] | 4278 | |
---|
[7f42aad] | 4279 | .. image:: img/image213.jpg |
---|
[1c03e14] | 4280 | |
---|
[93b6fcc] | 4281 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4282 | |
---|
[7f42aad] | 4283 | .. image:: img/image040.gif |
---|
[1c03e14] | 4284 | |
---|
[6386cd8] | 4285 | This example dataset is produced using 200 data points, *qmin* = 0.001 |Ang^-1|, *qmax* = 0.2 |Ang^-1| and the default |
---|
| 4286 | values |
---|
[1c03e14] | 4287 | |
---|
[58eccf6] | 4288 | =================== ======== ============= |
---|
| 4289 | Parameter name Units Default value |
---|
| 4290 | =================== ======== ============= |
---|
| 4291 | scale None 1.0 |
---|
| 4292 | rg |Ang| 60.0 |
---|
| 4293 | m (=Porod exponent) None  3 |
---|
| 4294 | background |cm^-1| 0.0 |
---|
| 4295 | =================== ======== ============= |
---|
[1c03e14] | 4296 | |
---|
[7f42aad] | 4297 | .. image:: img/image214.jpg |
---|
[1c03e14] | 4298 | |
---|
| 4299 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
| 4300 | |
---|
[6386cd8] | 4301 | REFERENCE |
---|
[1c03e14] | 4302 | |
---|
[6386cd8] | 4303 | H Benoit, *Comptes Rendus*, 245 (1957) 2244-2247 |
---|
[1c03e14] | 4304 | |
---|
[6386cd8] | 4305 | B Hammouda, *SANS from Homogeneous Polymer Mixtures  A Unified Overview*, *Advances in Polym. Sci.*, 106 (1993) 87-133 |
---|
[4ed2d0a1] | 4306 | |
---|
[1c03e14] | 4307 | |
---|
| 4308 | |
---|
[6386cd8] | 4309 | .. _RPA10Model: |
---|
[1c03e14] | 4310 | |
---|
[6386cd8] | 4311 | **2.2.22. RPA10Model** |
---|
[1c03e14] | 4312 | |
---|
[6386cd8] | 4313 | Calculates the macroscopic scattering intensity (units of |cm^-1|) for a multicomponent homogeneous mixture of polymers |
---|
| 4314 | using the Random Phase Approximation. This general formalism contains 10 specific cases |
---|
[1c03e14] | 4315 | |
---|
[6386cd8] | 4316 | Case 0: C/D binary mixture of homopolymers |
---|
[1c03e14] | 4317 | |
---|
[6386cd8] | 4318 | Case 1: C-D diblock copolymer |
---|
[1c03e14] | 4319 | |
---|
[6386cd8] | 4320 | Case 2: B/C/D ternary mixture of homopolymers |
---|
[1c03e14] | 4321 | |
---|
[6386cd8] | 4322 | Case 3: C/C-D mixture of a homopolymer B and a diblock copolymer C-D |
---|
[1c03e14] | 4323 | |
---|
[6386cd8] | 4324 | Case 4: B-C-D triblock copolymer |
---|
[1c03e14] | 4325 | |
---|
[6386cd8] | 4326 | Case 5: A/B/C/D quaternary mixture of homopolymers |
---|
[1c03e14] | 4327 | |
---|
[6386cd8] | 4328 | Case 6: A/B/C-D mixture of two homopolymers A/B and a diblock C-D |
---|
[1c03e14] | 4329 | |
---|
[6386cd8] | 4330 | Case 7: A/B-C-D mixture of a homopolymer A and a triblock B-C-D |
---|
[1c03e14] | 4331 | |
---|
[6386cd8] | 4332 | Case 8: A-B/C-D mixture of two diblock copolymers A-B and C-D |
---|
[1c03e14] | 4333 | |
---|
[6386cd8] | 4334 | Case 9: A-B-C-D tetra-block copolymer |
---|
[1c03e14] | 4335 | |
---|
[6386cd8] | 4336 | **NB: these case numbers are different from those in the NIST SANS package!** |
---|
[1c03e14] | 4337 | |
---|
[6386cd8] | 4338 | Only one case can be used at any one time. |
---|
[1c03e14] | 4339 | |
---|
[6386cd8] | 4340 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 4341 | |
---|
[6386cd8] | 4342 | The RPA (mean field) formalism only applies only when the multicomponent polymer mixture is in the homogeneous |
---|
| 4343 | mixed-phase region. |
---|
[1c03e14] | 4344 | |
---|
[6386cd8] | 4345 | **Component D is assumed to be the "background" component (ie, all contrasts are calculated with respect to** |
---|
| 4346 | **component D).** So the scattering contrast for a C/D blend = [SLD(component C) - SLD(component D)]\ :sup:`2`. |
---|
[1c03e14] | 4347 | |
---|
[6386cd8] | 4348 | Depending on which case is being used, the number of fitting parameters - the segment lengths (ba, bb, etc) and |chi| |
---|
| 4349 | parameters (Kab, Kac, etc) - vary. The *scale* parameter should be held equal to unity. |
---|
[1c03e14] | 4350 | |
---|
[6386cd8] | 4351 | The input parameters are the degrees of polymerization, the volume fractions, the specific volumes, and the neutron |
---|
| 4352 | scattering length densities for each component. |
---|
[1c03e14] | 4353 | |
---|
[6386cd8] | 4354 | Fitting parameters for a Case 0 Model |
---|
[1c03e14] | 4355 | |
---|
[58eccf6] | 4356 | ======================= ======== ============= |
---|
| 4357 | Parameter name Units Default value |
---|
| 4358 | ======================= ======== ============= |
---|
| 4359 | background |cm^-1| 0.0 |
---|
| 4360 | scale  None 1 |
---|
| 4361 | bc (=segment Length_bc) **unit** 5 |
---|
| 4362 | bd (=segment length_bd) **unit** 5 |
---|
| 4363 | Kcd (=chi_cd) **unit** -0.0004 |
---|
| 4364 | ======================= ======== ============= |
---|
[1c03e14] | 4365 | |
---|
[6386cd8] | 4366 | Fixed parameters for a Case 0 Model |
---|
[1c03e14] | 4367 | |
---|
[58eccf6] | 4368 | ======================= ======== ============= |
---|
| 4369 | Parameter name Units Default value |
---|
| 4370 | ======================= ======== ============= |
---|
| 4371 | Lc (=scatter. length_c) **unit** 1e-12 |
---|
| 4372 | Ld (=scatter. length_d) **unit** 0 |
---|
| 4373 | Nc (=degree polym_c) None 1000 |
---|
| 4374 | Nd (=degree polym_d) None  1000 |
---|
| 4375 | Phic (=vol. fraction_c) None  0.25 |
---|
| 4376 | Phid (=vol. fraction_d) None  0.25 |
---|
| 4377 | vc (=specific volume_c) **unit** 100 |
---|
| 4378 | vd (=specific volume_d) **unit** 100 |
---|
| 4379 | ======================= ======== ============= |
---|
[1c03e14] | 4380 | |
---|
[7f42aad] | 4381 | .. image:: img/image215.jpg |
---|
[1c03e14] | 4382 | |
---|
| 4383 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
| 4384 | |
---|
[6386cd8] | 4385 | REFERENCE |
---|
| 4386 | |
---|
| 4387 | A Z Akcasu, R Klein and B Hammouda, *Macromolecules*, 26 (1993) 4136 |
---|
[1c03e14] | 4388 | |
---|
| 4389 | |
---|
| 4390 | |
---|
[4ed2d0a1] | 4391 | .. _TwoLorentzian: |
---|
[1c03e14] | 4392 | |
---|
[58eccf6] | 4393 | **2.2.23. TwoLorentzian (Model)** |
---|
[1c03e14] | 4394 | |
---|
[6386cd8] | 4395 | This model calculates an empirical functional form for SAS data characterized by two Lorentzian-type functions. |
---|
[1c03e14] | 4396 | |
---|
[4ed2d0a1] | 4397 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 4398 | |
---|
[6386cd8] | 4399 | *2.2.23.1. Definition* |
---|
[1c03e14] | 4400 | |
---|
[6386cd8] | 4401 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 4402 | |
---|
[f8063bf] | 4403 | .. image:: img/image216.jpg |
---|
[1c03e14] | 4404 | |
---|
[6386cd8] | 4405 | where *A* = Lorentzian scale factor #1, *C* = Lorentzian scale #2, |xi|\ :sub:`1` and |xi|\ :sub:`2` are the |
---|
| 4406 | corresponding correlation lengths, and *n* and *m* are the respective power law exponents (set *n* = *m* = 2 for |
---|
| 4407 | Ornstein-Zernicke behaviour). |
---|
[1c03e14] | 4408 | |
---|
[93b6fcc] | 4409 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4410 | |
---|
[7f42aad] | 4411 | .. image:: img/image040.gif |
---|
[1c03e14] | 4412 | |
---|
[58eccf6] | 4413 | =============================== ======== ============= |
---|
| 4414 | Parameter name Units Default value |
---|
| 4415 | =============================== ======== ============= |
---|
| 4416 | scale_1 (=A) None  10 |
---|
| 4417 | scale_2 (=C) None  1 |
---|
| 4418 | 1ength_1 (=correlation length1) |Ang| 100 |
---|
| 4419 | 1ength_2 (=correlation length2) |Ang| 10 |
---|
| 4420 | exponent_1 (=n) None  3 |
---|
| 4421 | exponent_2 (=m) None  2 |
---|
| 4422 | background (=B) |cm^-1| 0.1 |
---|
| 4423 | =============================== ======== ============= |
---|
[1c03e14] | 4424 | |
---|
[7f42aad] | 4425 | .. image:: img/image217.jpg |
---|
[1c03e14] | 4426 | |
---|
| 4427 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
| 4428 | |
---|
[bf8c07b] | 4429 | REFERENCE |
---|
| 4430 | |
---|
[6386cd8] | 4431 | None. |
---|
[1c03e14] | 4432 | |
---|
| 4433 | |
---|
| 4434 | |
---|
[4ed2d0a1] | 4435 | .. _TwoPowerLaw: |
---|
[1c03e14] | 4436 | |
---|
[58eccf6] | 4437 | **2.2.24. TwoPowerLaw (Model)** |
---|
[1c03e14] | 4438 | |
---|
[6386cd8] | 4439 | This model calculates an empirical functional form for SAS data characterized by two power laws. |
---|
[1c03e14] | 4440 | |
---|
[4ed2d0a1] | 4441 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
[1c03e14] | 4442 | |
---|
[6386cd8] | 4443 | *2.2.24.1. Definition* |
---|
| 4444 | |
---|
| 4445 | The scattering intensity *I(q)* is calculated as |
---|
[1c03e14] | 4446 | |
---|
[7f42aad] | 4447 | .. image:: img/image218.jpg |
---|
[1c03e14] | 4448 | |
---|
[6386cd8] | 4449 | where *qc* is the location of the crossover from one slope to the other. The scaling *coef_A* sets the overall |
---|
| 4450 | intensity of the lower *q* power law region. The scaling of the second power law region is then automatically scaled to |
---|
| 4451 | match the first. |
---|
| 4452 | |
---|
| 4453 | **NB: Be sure to enter the power law exponents as positive values!** |
---|
[1c03e14] | 4454 | |
---|
[93b6fcc] | 4455 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4456 | |
---|
[7f42aad] | 4457 | .. image:: img/image040.gif |
---|
[1c03e14] | 4458 | |
---|
[4ed2d0a1] | 4459 | ============== ======== ============= |
---|
| 4460 | Parameter name Units Default value |
---|
| 4461 | ============== ======== ============= |
---|
[58eccf6] | 4462 | coef_A Â None 1.0 |
---|
| 4463 | qc |Ang^-1| 0.04 |
---|
| 4464 | power_1 (=m1) None  4 |
---|
| 4465 | power_2 (=m2) None  4 |
---|
| 4466 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 4467 | ============== ======== ============= |
---|
[1c03e14] | 4468 | |
---|
[7f42aad] | 4469 | .. image:: img/image219.jpg |
---|
[1c03e14] | 4470 | |
---|
| 4471 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
| 4472 | |
---|
[6386cd8] | 4473 | REFERENCE |
---|
| 4474 | |
---|
| 4475 | None. |
---|
| 4476 | |
---|
[1c03e14] | 4477 | |
---|
| 4478 | |
---|
[4ed2d0a1] | 4479 | .. _UnifiedPowerRg: |
---|
[1c03e14] | 4480 | |
---|
[58eccf6] | 4481 | **2.2.25. UnifiedPowerRg (Beaucage Model)** |
---|
[1c03e14] | 4482 | |
---|
[6386cd8] | 4483 | This model deploys the empirical multiple level unified Exponential/Power-law fit method developed by G Beaucage. Four |
---|
| 4484 | functions are included so that 1, 2, 3, or 4 levels can be used. In addition a 0 level has been added which simply |
---|
| 4485 | calculates |
---|
| 4486 | |
---|
| 4487 | *I(q)* = *scale* / *q* + *background* |
---|
| 4488 | |
---|
[4ed2d0a1] | 4489 | The returned value is scaled to units of |cm^-1|, absolute scale. |
---|
| 4490 | |
---|
[6386cd8] | 4491 | The Beaucage method is able to reasonably approximate the scattering from many different types of particles, including |
---|
| 4492 | fractal clusters, random coils (Debye equation), ellipsoidal particles, etc. |
---|
[1c03e14] | 4493 | |
---|
[6386cd8] | 4494 | *2.2.25.1 Definition* |
---|
[1c03e14] | 4495 | |
---|
[4ed2d0a1] | 4496 | The empirical fit function is |
---|
[1c03e14] | 4497 | |
---|
[7f42aad] | 4498 | .. image:: img/image220.jpg |
---|
[1c03e14] | 4499 | |
---|
[6386cd8] | 4500 | For each level, the four parameters *Gi*, *Rg,i*, *Bi* and *Pi* must be chosen. |
---|
[1c03e14] | 4501 | |
---|
[6386cd8] | 4502 | For example, to approximate the scattering from random coils (Debye_ equation), set *Rg,i* as the Guinier radius, |
---|
| 4503 | *Pi* = 2, and *Bi* = 2 *Gi* / *Rg,i*Â |
---|
[1c03e14] | 4504 | |
---|
[6386cd8] | 4505 | See the references for further information on choosing the parameters. |
---|
[1c03e14] | 4506 | |
---|
[93b6fcc] | 4507 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4508 | |
---|
[7f42aad] | 4509 | .. image:: img/image040.gif |
---|
[1c03e14] | 4510 | |
---|
[4ed2d0a1] | 4511 | ============== ======== ============= |
---|
| 4512 | Parameter name Units Default value |
---|
| 4513 | ============== ======== ============= |
---|
[58eccf6] | 4514 | scale  None 1.0 |
---|
| 4515 | Rg2 |Ang| 21 |
---|
| 4516 | power2 Â None 2 |
---|
| 4517 | G2 |cm^-1| 3 |
---|
| 4518 | B2 |cm^-1| 0.0006 |
---|
| 4519 | Rg1 |Ang| 15.8 |
---|
| 4520 | power1 Â None 4 |
---|
| 4521 | G1 |cm^-1| 400 |
---|
| 4522 | B1 |cm^-1| 4.5e-6 | |
---|
| 4523 | background |cm^-1| 0.0 |
---|
[4ed2d0a1] | 4524 | ============== ======== ============= |
---|
[1c03e14] | 4525 | |
---|
[7f42aad] | 4526 | .. image:: img/image221.jpg |
---|
[1c03e14] | 4527 | |
---|
| 4528 | *Figure. 1D plot using the default values (w/500 data points).* |
---|
| 4529 | |
---|
| 4530 | REFERENCE |
---|
| 4531 | |
---|
[6386cd8] | 4532 | G Beaucage, *J. Appl. Cryst.*, 28 (1995) 717-728 |
---|
[1c03e14] | 4533 | |
---|
[6386cd8] | 4534 | G Beaucage, *J. Appl. Cryst.*, 29 (1996) 134-146 |
---|
[1c03e14] | 4535 | |
---|
| 4536 | |
---|
| 4537 | |
---|
[4ed2d0a1] | 4538 | .. _LineModel: |
---|
[1c03e14] | 4539 | |
---|
[4ed2d0a1] | 4540 | **2.2.26. LineModel** |
---|
[1c03e14] | 4541 | |
---|
[6386cd8] | 4542 | This calculates the simple linear function |
---|
[1c03e14] | 4543 | |
---|
[4ed2d0a1] | 4544 | .. image:: img/image222.PNG |
---|
[1c03e14] | 4545 | |
---|
[6386cd8] | 4546 | **NB: For 2D plots,** *I(q)* = *I(qx)*\ *\ *I(qy)*, **which is a different definition to other shape independent models.** |
---|
[1c03e14] | 4547 | |
---|
[6386cd8] | 4548 | ============== ============== ============= |
---|
| 4549 | Parameter name Units Default value |
---|
| 4550 | ============== ============== ============= |
---|
| 4551 | A |cm^-1| 1.0 |
---|
| 4552 | B |Ang|\ |cm^-1| 1.0 |
---|
| 4553 | ============== ============== ============= |
---|
[1c03e14] | 4554 | |
---|
[6386cd8] | 4555 | REFERENCE |
---|
[1c03e14] | 4556 | |
---|
[6386cd8] | 4557 | None. |
---|
[1c03e14] | 4558 | |
---|
| 4559 | |
---|
| 4560 | |
---|
[6386cd8] | 4561 | .. _GelFitModel: |
---|
[1c03e14] | 4562 | |
---|
[6386cd8] | 4563 | **2.2.27. GelFitModel** |
---|
[1c03e14] | 4564 | |
---|
[6386cd8] | 4565 | *This model was implemented by an interested user!* |
---|
[1c03e14] | 4566 | |
---|
[6386cd8] | 4567 | Unlike a concentrated polymer solution, the fine-scale polymer distribution in a gel involves at least two |
---|
| 4568 | characteristic length scales, a shorter correlation length (*a1*) to describe the rapid fluctuations in the position |
---|
| 4569 | of the polymer chains that ensure thermodynamic equilibrium, and a longer distance (denoted here as *a2*) needed to |
---|
| 4570 | account for the static accumulations of polymer pinned down by junction points or clusters of such points. The latter |
---|
| 4571 | is derived from a simple Guinier function. |
---|
[1c03e14] | 4572 | |
---|
[6386cd8] | 4573 | Also see the GaussLorentzGel_ Model. |
---|
[1c03e14] | 4574 | |
---|
[6386cd8] | 4575 | *2.2.27.1. Definition* |
---|
| 4576 | |
---|
| 4577 | The scattered intensity *I(q)* is calculated as |
---|
[1c03e14] | 4578 | |
---|
[7f42aad] | 4579 | .. image:: img/image233.gif |
---|
[1c03e14] | 4580 | |
---|
[6386cd8] | 4581 | where |
---|
[1c03e14] | 4582 | |
---|
[7f42aad] | 4583 | .. image:: img/image234.gif |
---|
[1c03e14] | 4584 | |
---|
[6386cd8] | 4585 | Note that the first term reduces to the Ornstein-Zernicke equation when *D* = 2; ie, when the Flory exponent is 0.5 |
---|
| 4586 | (theta conditions). In gels with significant hydrogen bonding *D* has been reported to be ~2.6 to 2.8. |
---|
[1c03e14] | 4587 | |
---|
[6386cd8] | 4588 | ============================ ======== ============= |
---|
| 4589 | Parameter name Units Default value |
---|
| 4590 | ============================ ======== ============= |
---|
| 4591 | Background |cm^-1| 0.01 |
---|
| 4592 | Guinier scale (= *I(0)G*) |cm^-1| 1.7 |
---|
| 4593 | Lorentzian scale (= *I(0)L*) |cm^-1| 3.5 |
---|
| 4594 | Radius of gyration (= *Rg*) |Ang| 104 |
---|
| 4595 | Fractal exponent (= *D*) None  2 |
---|
| 4596 | Correlation length (= *a1*) |Ang| 16 |
---|
| 4597 | ============================ ======== ============= |
---|
[1c03e14] | 4598 | |
---|
[7f42aad] | 4599 | .. image:: img/image235.gif |
---|
[1c03e14] | 4600 | |
---|
[6386cd8] | 4601 | *Figure. 1D plot using the default values (w/300 data points).* |
---|
[1c03e14] | 4602 | |
---|
[6386cd8] | 4603 | REFERENCE |
---|
[1c03e14] | 4604 | |
---|
[6386cd8] | 4605 | Mitsuhiro Shibayama, Toyoichi Tanaka, Charles C Han, J. Chem. Phys. 1992, 97 (9), 6829-6841 |
---|
[1c03e14] | 4606 | |
---|
[6386cd8] | 4607 | Simon Mallam, Ferenc Horkay, Anne-Marie Hecht, Adrian R Rennie, Erik Geissler, Macromolecules 1991, 24, 543-548 |
---|
[1c03e14] | 4608 | |
---|
| 4609 | |
---|
| 4610 | |
---|
[6386cd8] | 4611 | .. _StarPolymer: |
---|
[1c03e14] | 4612 | |
---|
[6386cd8] | 4613 | **2.2.28. Star Polymer with Gaussian Statistics** |
---|
[1c03e14] | 4614 | |
---|
[6386cd8] | 4615 | This model is also known as the Benoit Star model. |
---|
[1c03e14] | 4616 | |
---|
[6386cd8] | 4617 | *2.2.28.1. Definition* |
---|
| 4618 | |
---|
| 4619 | For a star with *f* arms: |
---|
[1c03e14] | 4620 | |
---|
[7f42aad] | 4621 | .. image:: img/star1.png |
---|
[1c03e14] | 4622 | |
---|
[6386cd8] | 4623 | where |
---|
[1c03e14] | 4624 | |
---|
[7f42aad] | 4625 | .. image:: img/star2.png |
---|
[1c03e14] | 4626 | |
---|
[6386cd8] | 4627 | and |
---|
| 4628 | |
---|
[7f42aad] | 4629 | .. image:: img/star3.png |
---|
[1c03e14] | 4630 | |
---|
[6386cd8] | 4631 | is the square of the ensemble average radius-of-gyration of an arm. |
---|
[1c03e14] | 4632 | |
---|
[6386cd8] | 4633 | REFERENCE |
---|
[1c03e14] | 4634 | |
---|
[6386cd8] | 4635 | H Benoit,  J. Polymer Science., 11, 596-599 (1953) |
---|
[1c03e14] | 4636 | |
---|
| 4637 | |
---|
| 4638 | |
---|
[6386cd8] | 4639 | .. _ReflectivityModel: |
---|
[1c03e14] | 4640 | |
---|
[6386cd8] | 4641 | **2.2.29. ReflectivityModel** |
---|
[1c03e14] | 4642 | |
---|
[6386cd8] | 4643 | *This model was contributed by an interested user!* |
---|
| 4644 | |
---|
| 4645 | This model calculates **reflectivity** using the Parrett algorithm. |
---|
| 4646 | |
---|
| 4647 | Up to nine film layers are supported between Bottom(substrate) and Medium(Superstrate) where the neutron enters the |
---|
| 4648 | first top film. Each of the layers are composed of |
---|
| 4649 | |
---|
| 4650 | [œ of the interface (from the previous layer or substrate) + flat portion + œ of the interface (to the next layer or medium)] |
---|
| 4651 | |
---|
| 4652 | Two simple functions are provided to describe the interfacial density distribution; a linear function and an error |
---|
| 4653 | function. The interfacial thickness is equivalent to (-2.5 |sigma| to +2.5 |sigma| for the error function, where |
---|
| 4654 | |sigma| = roughness). |
---|
| 4655 | |
---|
| 4656 | Also see ReflectivityIIModel_. |
---|
| 4657 | |
---|
[7f42aad] | 4658 | .. image:: img/image231.bmp |
---|
[6386cd8] | 4659 | |
---|
| 4660 | *Figure. Comparison (using the SLD profile below) with the NIST web calculation (circles)* |
---|
| 4661 | http://www.ncnr.nist.gov/resources/reflcalc.html |
---|
| 4662 | |
---|
[7f42aad] | 4663 | .. image:: img/image232.gif |
---|
[6386cd8] | 4664 | |
---|
| 4665 | *Figure. SLD profile used for the calculation (above).* |
---|
[1c03e14] | 4666 | |
---|
| 4667 | REFERENCE |
---|
| 4668 | |
---|
[6386cd8] | 4669 | None. |
---|
[1c03e14] | 4670 | |
---|
| 4671 | |
---|
| 4672 | |
---|
[6386cd8] | 4673 | .. _ReflectivityIIModel: |
---|
[1c03e14] | 4674 | |
---|
[6386cd8] | 4675 | **2.2.30. ReflectivityIIModel** |
---|
[1c03e14] | 4676 | |
---|
[6386cd8] | 4677 | *This model was contributed by an interested user!* |
---|
[1c03e14] | 4678 | |
---|
[6386cd8] | 4679 | This **reflectivity** model is a more flexible version of ReflectivityModel_. More interfacial density |
---|
| 4680 | functions are supported, and the number of points (*npts_inter*) for each interface can be chosen. |
---|
[1c03e14] | 4681 | |
---|
[6386cd8] | 4682 | The SLD at the interface between layers, |rho|\ *inter_i*, is calculated with a function chosen by a user, where the |
---|
| 4683 | available functions are |
---|
[1c03e14] | 4684 | |
---|
[6386cd8] | 4685 | 1) Erf |
---|
[1c03e14] | 4686 | |
---|
[7f42aad] | 4687 | .. image:: img/image051.gif |
---|
[1c03e14] | 4688 | |
---|
[6386cd8] | 4689 | 2) Power-Law |
---|
| 4690 | |
---|
[7f42aad] | 4691 | .. image:: img/image050.gif |
---|
[6386cd8] | 4692 | |
---|
| 4693 | 3) Exp |
---|
| 4694 | |
---|
[7f42aad] | 4695 | .. image:: img/image049.gif |
---|
[6386cd8] | 4696 | |
---|
| 4697 | The constant *A* in the expressions above (but the parameter *nu* in the model!) is an input. |
---|
[1c03e14] | 4698 | |
---|
| 4699 | REFERENCE |
---|
[bf8c07b] | 4700 | |
---|
[6386cd8] | 4701 | None. |
---|
[1c03e14] | 4702 | |
---|
| 4703 | |
---|
| 4704 | |
---|
| 4705 | 2.3 Structure-factor Functions |
---|
| 4706 | ------------------------------ |
---|
| 4707 | |
---|
[6386cd8] | 4708 | The information in this section originated from NIST SANS package. |
---|
[1c03e14] | 4709 | |
---|
| 4710 | .. _HardSphereStructure: |
---|
| 4711 | |
---|
| 4712 | **2.3.1. HardSphereStructure Factor** |
---|
| 4713 | |
---|
| 4714 | This calculates the interparticle structure factor for monodisperse spherical particles interacting through hard |
---|
| 4715 | sphere (excluded volume) interactions. |
---|
| 4716 | |
---|
| 4717 | The calculation uses the Percus-Yevick closure where the interparticle potential is |
---|
| 4718 | |
---|
| 4719 | .. image:: img/image223.PNG |
---|
| 4720 | |
---|
| 4721 | where *r* is the distance from the center of the sphere of a radius *R*. |
---|
| 4722 | |
---|
| 4723 | For a 2D plot, the wave transfer is defined as |
---|
| 4724 | |
---|
[7f42aad] | 4725 | .. image:: img/image040.gif |
---|
[1c03e14] | 4726 | |
---|
| 4727 | ============== ======== ============= |
---|
| 4728 | Parameter name Units Default value |
---|
| 4729 | ============== ======== ============= |
---|
| 4730 | effect_radius |Ang| 50.0 |
---|
| 4731 | volfraction None 0.2 |
---|
| 4732 | ============== ======== ============= |
---|
| 4733 | |
---|
[7f42aad] | 4734 | .. image:: img/image224.jpg |
---|
[1c03e14] | 4735 | |
---|
| 4736 | *Figure. 1D plot using the default values (in linear scale).* |
---|
| 4737 | |
---|
| 4738 | REFERENCE |
---|
[bf8c07b] | 4739 | |
---|
[93b6fcc] | 4740 | J K Percus, J Yevick, *J. Phys. Rev.*, 110, (1958) 1 |
---|
[1c03e14] | 4741 | |
---|
| 4742 | |
---|
| 4743 | |
---|
| 4744 | .. _SquareWellStructure: |
---|
| 4745 | |
---|
| 4746 | **2.3.2. SquareWellStructure Factor** |
---|
| 4747 | |
---|
| 4748 | This calculates the interparticle structure factor for a square well fluid spherical particles. The mean spherical |
---|
| 4749 | approximation (MSA) closure was used for this calculation, and is not the most appropriate closure for an attractive |
---|
| 4750 | interparticle potential. This solution has been compared to Monte Carlo simulations for a square well fluid, showing |
---|
| 4751 | this calculation to be limited in applicability to well depths |epsilon| < 1.5 kT and volume fractions |phi| < 0.08. |
---|
| 4752 | |
---|
| 4753 | Positive well depths correspond to an attractive potential well. Negative well depths correspond to a potential |
---|
| 4754 | "shoulder", which may or may not be physically reasonable. |
---|
| 4755 | |
---|
| 4756 | The well width (*l*\ ) is defined as multiples of the particle diameter (2\*\ *R*\ ) |
---|
| 4757 | |
---|
| 4758 | The interaction potential is: |
---|
| 4759 | |
---|
| 4760 | .. image:: img/image225.PNG |
---|
| 4761 | |
---|
| 4762 | where *r* is the distance from the center of the sphere of a radius *R*. |
---|
| 4763 | |
---|
[93b6fcc] | 4764 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4765 | |
---|
[7f42aad] | 4766 | .. image:: img/image040.gif |
---|
[1c03e14] | 4767 | |
---|
| 4768 | ============== ========= ============= |
---|
| 4769 | Parameter name Units Default value |
---|
| 4770 | ============== ========= ============= |
---|
| 4771 | effect_radius |Ang| 50.0 |
---|
| 4772 | volfraction None 0.04 |
---|
| 4773 | welldepth kT 1.5 |
---|
| 4774 | wellwidth diameters 1.2 |
---|
| 4775 | ============== ========= ============= |
---|
| 4776 | |
---|
[7f42aad] | 4777 | .. image:: img/image226.jpg |
---|
[1c03e14] | 4778 | |
---|
| 4779 | *Figure. 1D plot using the default values (in linear scale).* |
---|
| 4780 | |
---|
| 4781 | REFERENCE |
---|
[bf8c07b] | 4782 | |
---|
[93b6fcc] | 4783 | R V Sharma, K C Sharma, *Physica*, 89A (1977) 213 |
---|
[1c03e14] | 4784 | |
---|
| 4785 | |
---|
| 4786 | |
---|
| 4787 | .. _HayterMSAStructure: |
---|
| 4788 | |
---|
| 4789 | **2.3.3. HayterMSAStructure Factor** |
---|
| 4790 | |
---|
[906a325] | 4791 | This is an implementation of the Rescaled Mean Spherical Approximation which calculates the structure factor (the |
---|
| 4792 | Fourier transform of the pair correlation function *g(r)*) for a system of charged, spheroidal objects in a |
---|
| 4793 | dielectric medium. When combined with an appropriate form factor (such as sphere,core+shell, ellipsoid, etc), this |
---|
| 4794 | allows for inclusion of the interparticle interference effects due to screened coulomb repulsion between charged particles. |
---|
[1c03e14] | 4795 | |
---|
| 4796 | **This routine only works for charged particles**. If the charge is set to zero the routine will self-destruct! |
---|
| 4797 | For non-charged particles use a hard sphere potential. |
---|
| 4798 | |
---|
| 4799 | The salt concentration is used to compute the ionic strength of the solution which in turn is used to compute the Debye |
---|
| 4800 | screening length. At present there is no provision for entering the ionic strength directly nor for use of any |
---|
| 4801 | multivalent salts. The counterions are also assumed to be monovalent. |
---|
| 4802 | |
---|
[93b6fcc] | 4803 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4804 | |
---|
| 4805 | .. image:: img/image040.gif |
---|
| 4806 | |
---|
| 4807 | ============== ======== ============= |
---|
| 4808 | Parameter name Units Default value |
---|
| 4809 | ============== ======== ============= |
---|
| 4810 | effect_radius |Ang| 20.8 |
---|
| 4811 | charge *e* 19 |
---|
| 4812 | volfraction None 0.2 |
---|
| 4813 | temperature K 318 |
---|
| 4814 | salt conc M 0 |
---|
| 4815 | dielectconst None 71.1 |
---|
| 4816 | ============== ======== ============= |
---|
| 4817 | |
---|
[7f42aad] | 4818 | .. image:: img/image227.jpg |
---|
[1c03e14] | 4819 | |
---|
| 4820 | *Figure. 1D plot using the default values (in linear scale).* |
---|
| 4821 | |
---|
| 4822 | REFERENCE |
---|
[bf8c07b] | 4823 | |
---|
[93b6fcc] | 4824 | J B Hayter and J Penfold, *Molecular Physics*, 42 (1981) 109-118 |
---|
[bf8c07b] | 4825 | |
---|
[93b6fcc] | 4826 | J P Hansen and J B Hayter, *Molecular Physics*, 46 (1982) 651-656 |
---|
[1c03e14] | 4827 | |
---|
| 4828 | |
---|
| 4829 | .. _StickyHSStructure: |
---|
| 4830 | |
---|
| 4831 | **2.3.4. StickyHSStructure Factor** |
---|
| 4832 | |
---|
| 4833 | This calculates the interparticle structure factor for a hard sphere fluid with a narrow attractive well. A perturbative |
---|
| 4834 | solution of the Percus-Yevick closure is used. The strength of the attractive well is described in terms of "stickiness" |
---|
| 4835 | as defined below. The returned value is a dimensionless structure factor, *S(q)*. |
---|
| 4836 | |
---|
| 4837 | The perturb (perturbation parameter), |epsilon|, should be held between 0.01 and 0.1. It is best to hold the |
---|
| 4838 | perturbation parameter fixed and let the "stickiness" vary to adjust the interaction strength. The stickiness, |tau|, |
---|
| 4839 | is defined in the equation below and is a function of both the perturbation parameter and the interaction strength. |
---|
| 4840 | |tau| and |epsilon| are defined in terms of the hard sphere diameter (|sigma| = 2\*\ *R*\ ), the width of the square |
---|
| 4841 | well, |bigdelta| (same units as *R*), and the depth of the well, *Uo*, in units of kT. From the definition, it is clear |
---|
| 4842 | that smaller |tau| means stronger attraction. |
---|
| 4843 | |
---|
| 4844 | .. image:: img/image228.PNG |
---|
| 4845 | |
---|
| 4846 | where the interaction potential is |
---|
| 4847 | |
---|
| 4848 | .. image:: img/image229.PNG |
---|
| 4849 | |
---|
| 4850 | The Percus-Yevick (PY) closure was used for this calculation, and is an adequate closure for an attractive interparticle |
---|
| 4851 | potential. This solution has been compared to Monte Carlo simulations for a square well fluid, with good agreement. |
---|
| 4852 | |
---|
| 4853 | The true particle volume fraction, |phi|, is not equal to *h*, which appears in most of the reference. The two are |
---|
| 4854 | related in equation (24) of the reference. The reference also describes the relationship between this perturbation |
---|
| 4855 | solution and the original sticky hard sphere (or adhesive sphere) model by Baxter. |
---|
| 4856 | |
---|
| 4857 | NB: The calculation can go haywire for certain combinations of the input parameters, producing unphysical solutions - in |
---|
| 4858 | this case errors are reported to the command window and the *S(q)* is set to -1 (so it will disappear on a log-log |
---|
| 4859 | plot). Use tight bounds to keep the parameters to values that you know are physical (test them) and keep nudging them |
---|
| 4860 | until the optimization does not hit the constraints. |
---|
| 4861 | |
---|
[93b6fcc] | 4862 | For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the *q* vector is defined as |
---|
[1c03e14] | 4863 | |
---|
[7f42aad] | 4864 | .. image:: img/image040.gif |
---|
[1c03e14] | 4865 | |
---|
| 4866 | ============== ======== ============= |
---|
| 4867 | Parameter name Units Default value |
---|
| 4868 | ============== ======== ============= |
---|
| 4869 | effect_radius |Ang| 50 |
---|
| 4870 | perturb None 0.05 |
---|
| 4871 | volfraction None 0.1 |
---|
| 4872 | stickiness K 0.2 |
---|
| 4873 | ============== ======== ============= |
---|
| 4874 | |
---|
[7f42aad] | 4875 | .. image:: img/image230.jpg |
---|
[1c03e14] | 4876 | |
---|
| 4877 | *Figure. 1D plot using the default values (in linear scale).* |
---|
| 4878 | |
---|
| 4879 | REFERENCE |
---|
[bf8c07b] | 4880 | |
---|
[93b6fcc] | 4881 | S V G Menon, C Manohar, and K S Rao, *J. Chem. Phys.*, 95(12) (1991) 9186-9190 |
---|
[1c03e14] | 4882 | |
---|
| 4883 | |
---|
| 4884 | |
---|
| 4885 | 2.4 Customised Functions |
---|
| 4886 | ------------------------------ |
---|
| 4887 | |
---|
| 4888 | |
---|
| 4889 | Customized model functions can be redefined or added to by users (See SansView tutorial for details). |
---|
| 4890 | |
---|
| 4891 | .. _testmodel: |
---|
| 4892 | |
---|
| 4893 | **2.4.1. testmodel** |
---|
| 4894 | |
---|
| 4895 | This function, as an example of a user defined function, calculates |
---|
| 4896 | |
---|
| 4897 | *I(q)* = *A* + *B* cos(2\ *q*\ ) + *C* sin(2\ *q*\ ) |
---|
| 4898 | |
---|
| 4899 | |
---|
| 4900 | |
---|
| 4901 | .. _testmodel_2: |
---|
| 4902 | |
---|
| 4903 | **2.4.2. testmodel_2** |
---|
| 4904 | |
---|
| 4905 | This function, as an example of a user defined function, calculates |
---|
| 4906 | |
---|
| 4907 | *I(q)* = *scale* * sin(*f*\ )/*f* |
---|
| 4908 | |
---|
| 4909 | where |
---|
| 4910 | |
---|
| 4911 | *f* = *A* + *Bq* + *Cq*\ :sup:`2` + *Dq*\ :sup:`3` + *Eq*\ :sup:`4` + *Fq*\ :sup:`5` |
---|
| 4912 | |
---|
| 4913 | |
---|
| 4914 | |
---|
| 4915 | .. _sum_p1_p2: |
---|
| 4916 | |
---|
| 4917 | **2.4.3. sum_p1_p2** |
---|
| 4918 | |
---|
| 4919 | This function, as an example of a user defined function, calculates |
---|
| 4920 | |
---|
| 4921 | *I(q)* = *scale_factor* \* (CylinderModel + PolymerExclVolumeModel) |
---|
| 4922 | |
---|
| 4923 | To make your own (*p1 + p2*) model, select 'Easy Custom Sum' from the Fitting menu, or modify and compile the file |
---|
| 4924 | named 'sum_p1_p2.py' from 'Edit Custom Model' in the 'Fitting' menu. |
---|
| 4925 | |
---|
| 4926 | NB: Summing models only works only for single functional models (ie, single shell models, two-component RPA models, etc). |
---|
| 4927 | |
---|
| 4928 | |
---|
| 4929 | |
---|
| 4930 | .. _sum_Ap1_1_Ap2: |
---|
| 4931 | |
---|
| 4932 | **2.4.4. sum_Ap1_1_Ap2** |
---|
| 4933 | |
---|
| 4934 | This function, as an example of a user defined function, calculates |
---|
| 4935 | |
---|
| 4936 | *I(q)* = (*scale_factor* \* CylinderModel + (1 - *scale_factor*\ ) \* PolymerExclVolume model) |
---|
| 4937 | |
---|
| 4938 | To make your own (*A*\ * *p1* + (1-*A*) \* *p2*) model, modify and compile the file named 'sum_Ap1_1_Ap2.py' from |
---|
| 4939 | 'Edit Custom Model' in the 'Fitting' menu. |
---|
| 4940 | |
---|
| 4941 | NB: Summing models only works only for single functional models (ie, single shell models, two-component RPA models, etc). |
---|
| 4942 | |
---|
| 4943 | |
---|
| 4944 | |
---|
| 4945 | .. _polynomial5: |
---|
| 4946 | |
---|
| 4947 | **2.4.5. polynomial5** |
---|
| 4948 | |
---|
| 4949 | This function, as an example of a user defined function, calculates |
---|
| 4950 | |
---|
| 4951 | *I(q)* = *A* + *Bq* + *Cq*\ :sup:`2` + *Dq*\ :sup:`3` + *Eq*\ :sup:`4` + *Fq*\ :sup:`5` |
---|
| 4952 | |
---|
| 4953 | This model can be modified and compiled from 'Edit Custom Model' in the 'Fitting' menu. |
---|
| 4954 | |
---|
| 4955 | |
---|
| 4956 | |
---|
| 4957 | .. _sph_bessel_jn: |
---|
| 4958 | |
---|
| 4959 | **2.4.6. sph_bessel_jn** |
---|
| 4960 | |
---|
| 4961 | This function, as an example of a user defined function, calculates |
---|
| 4962 | |
---|
| 4963 | *I(q)* = *C* \* *sph_jn(Ax+B)+D* |
---|
| 4964 | |
---|
| 4965 | where *sph_jn* is a spherical Bessel function of order *n*. |
---|
| 4966 | |
---|
| 4967 | This model can be modified and compiled from 'Edit Custom Model' in the 'Fitting' menu. |
---|