Changeset 2cc633b in sasview for sansmodels/src/sans/models/c_extensions
- Timestamp:
- Aug 3, 2009 5:44:15 PM (16 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:
- 42f193a
- Parents:
- 0f3fefe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/c_extensions/multishell.h
r3d25331f r2cc633b 6 6 7 7 [PYTHONCLASS] = MultiShellModel 8 [DISP_PARAMS] = core_radius 9 [DESCRIPTION] =<text> 10 Model parameters: 11 scale : scale factor 12 core_radius : Core radius of the multishell 13 s_thickness: shell thickness 14 w_thickness: water thickness 15 core_sld: core scattering length density 16 shell_sld: shell scattering length density 17 n_pairs:number of pairs of water/shell 18 background: incoherent background 8 [DISP_PARAMS] = core_radius, s_thickness, w_thickness 9 [DESCRIPTION] =<text>Model parameters: 10 scale : scale factor 11 core_radius : Core radius of the multishell 12 s_thickness: shell thickness 13 w_thickness: water thickness 14 core_sld: core scattering length density 15 shell_sld: shell scattering length density 16 n_pairs:number of pairs of water/shell 17 background: incoherent background 19 18 </text> 20 [FIXED]= core_radius.width 19 [FIXED]= core_radius.width; s_thickness.width; w_thickness.width 21 20 [ORIENTATION_PARAMS]= <text> </text> 22 21 */
Note: See TracChangeset
for help on using the changeset viewer.