Opened 8 years ago
Last modified 7 years ago
#767 closed defect
Sum/Product Models don't do what they claim — at Initial Version
Reported by: | smk78 | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | SasView 4.2.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
The Sum|Multi model generator is not creating properly parameterised models:
Sum
Should do: scale_factor * {(scale_1 * model_1) + (scale_2 * model_2)} + background
Is doing : scale_factor * {(scale_1 * model_1 + b/g_1) + (scale_2 * model_2 + b/g_2)}
Product
Should do: scale_factor * model_1 * model_2 + background
Is doing : (scale_1 * model_1 + b/g_1) * (scale_2 * model_2 + b/g_2) + background
Note: See
TracTickets for help on using
tickets.