Changeset 9bf40e7 in sasview
- Timestamp:
- Sep 3, 2018 5:58:43 AM (6 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:
- 0863065
- Parents:
- 76939a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/calculator/model_editor.py
r76939a6 r9bf40e7 498 498 for the sum model the result will be: 499 499 scale_factor * (scale1 * model_1 + scale2 * model_2) + background 500 while for ghe multiply model it will just be:500 while for the multiply model it will just be: 501 501 scale_factor * (model_1* model_2) + background 502 502 """
Note: See TracChangeset
for help on using the changeset viewer.