Changeset 19107f0 in sasview for sansmodels/src
- Timestamp:
- Apr 12, 2010 12:36:25 PM (15 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- ce07fa8
- Parents:
- ec658c85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/c_extensions/flexible_cylinder.h
rf10063e r19107f0 8 8 * [PYTHONCLASS] = FlexibleCylinderModel 9 9 * [DISP_PARAMS] = length, kuhn_length, radius 10 [DESCRIPTION] = <text> Note : 'scale' and 'contrast'are both multiplicative factors in the10 [DESCRIPTION] = <text> Note : scale and contrast=sldCyl-sldSolv are both multiplicative factors in the 11 11 model and are perfectly correlated. One or 12 12 both of these parameters must be held fixed … … 32 32 double radius; 33 33 /// SLD of cylinder [1/A^(2)] 34 // [DEFAULT]=sldCyl= 6.3e-6 [1/A^(2)]34 // [DEFAULT]=sldCyl=1.0e-6 [1/A^(2)] 35 35 double sldCyl; 36 36 /// SLD of solvent [1/A^(2)] 37 // [DEFAULT]=sldSolv= 1.0e-6 [1/A^(2)]37 // [DEFAULT]=sldSolv=6.3e-6 [1/A^(2)] 38 38 double sldSolv; 39 39 /// Incoherent Background [1/cm]
Note: See TracChangeset
for help on using the changeset viewer.