Changes in sasmodels/models/barbell.py [0706431:a5d0d00] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/barbell.py
r0706431 ra5d0d00 16 16 The barbell geometry is defined as 17 17 18 .. image:: img/ image105.jpg18 .. image:: img/barbell_geometry.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(), using 200 data points, *qmin* = 0.001 |Ang^-1|, 74 *qmax* = 0.7 |Ang^-1| and the following default values 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. 75 76 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 77 .. image:: img/barbell_1d.jpg 89 78 90 79 *Figure. 1D plot using the default values (w/256 data point).* … … 93 82 |theta| = 45 deg and |phi| = 0 deg with default values for other parameters 94 83 95 .. image:: img/ image111.jpg84 .. image:: img/barbell_2d.jpg 96 85 97 86 *Figure. 2D plot (w/(256X265) data points).* … … 106 95 107 96 REFERENCE 97 --------- 108 98 109 99 H Kaya, *J. Appl. Cryst.*, 37 (2004) 37 223-230 … … 122 112 It must be that rad_bar <(=) rad_bell. 123 113 """ 114 category = "shape:cylinder" 124 115 125 116 parameters = [
Note: See TracChangeset
for help on using the changeset viewer.