Changeset 667a6f2 in sasmodels
- Timestamp:
- Mar 15, 2016 5:36:12 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- b8e5e21
- Parents:
- 35b4c47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/convert.py
r17bbadd r667a6f2 165 165 if name in MODELS_WITHOUT_BACKGROUND: 166 166 pars['background'] = 0 167 # sasview multiplies background by structure factor 168 if '*' in name: 169 pars['background'] = 0 167 170 168 171 # If it is a product model P*S, then check the individual forms for special
Note: See TracChangeset
for help on using the changeset viewer.