Changeset d247504b in sasview for src/sas/sasgui
- Timestamp:
- Apr 2, 2018 5:22:17 PM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
- Children:
- 8b89396
- Parents:
- 5501189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/calculator/model_editor.py
r5501189 rd247504b 1096 1096 ''' 1097 1097 1098 CUSTOM_TEMPLATE_PD = '''\1099 def form_volume(%(args)s):1100 """1101 Volume of the particles used to compute absolute scattering intensity1102 and to weight polydisperse parameter contributions.1103 """1104 return 1.01105 1106 def ER(%(args)s):1107 """1108 Effective radius of particles to be used when computing structure factors.1109 1110 Input parameters are vectors ranging over the mesh of polydispersity values.1111 """1112 return 0.01113 1114 def VR(%(args)s):1115 """1116 Volume ratio of particles to be used when computing structure factors.1117 1118 Input parameters are vectors ranging over the mesh of polydispersity values.1119 """1120 return 1.01121 '''1122 1123 1098 SUM_TEMPLATE = """ 1124 1099 from sasmodels.core import load_model_info
Note: See TracChangeset
for help on using the changeset viewer.