Changes in sasmodels/models/barbell.py [a5d0d00:0706431] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/barbell.py
ra5d0d00 r0706431 16 16 The barbell geometry is defined as 17 17 18 .. image:: img/ barbell_geometry.jpg18 .. image:: img/image105.jpg 19 19 20 20 where *r* is the radius of the cylinder. All other parameters are as defined in the diagram. … … 71 71 **The requirement that** *R* >= *r* **is not enforced in the model!** It is up to you to restrict this during analysis. 72 72 73 This example dataset is produced by running the Macro PlotBarbell(), 74 using 200 data points, *qmin* = 0.001 |Ang^-1|, *qmax* = 0.7 |Ang^-1|, 75 *sld* = 4e-6 |Ang^-2| and the default model values. 73 This example dataset is produced by running the Macro PlotBarbell(), using 200 data points, *qmin* = 0.001 |Ang^-1|, 74 *qmax* = 0.7 |Ang^-1| and the following default values 76 75 77 .. image:: img/barbell_1d.jpg 76 ============== ======== ============= 77 Parameter name Units Default value 78 ============== ======== ============= 79 scale None 1.0 80 len_bar |Ang| 400.0 81 rad_bar |Ang| 20.0 82 rad_bell |Ang| 40.0 83 sld_barbell |Ang^-2| 1.0e-006 84 sld_solv |Ang^-2| 6.3e-006 85 background |cm^-1| 0 86 ============== ======== ============= 87 88 .. image:: img/image110.jpg 78 89 79 90 *Figure. 1D plot using the default values (w/256 data point).* … … 82 93 |theta| = 45 deg and |phi| = 0 deg with default values for other parameters 83 94 84 .. image:: img/ barbell_2d.jpg95 .. image:: img/image111.jpg 85 96 86 97 *Figure. 2D plot (w/(256X265) data points).* … … 95 106 96 107 REFERENCE 97 ---------98 108 99 109 H Kaya, *J. Appl. Cryst.*, 37 (2004) 37 223-230 … … 112 122 It must be that rad_bar <(=) rad_bell. 113 123 """ 114 category = "shape:cylinder"115 124 116 125 parameters = [
Note: See TracChangeset
for help on using the changeset viewer.