Opened 8 years ago

Last modified 7 years ago

#767 closed defect

Sum/Product Models don't do what they claim — at Version 1

Reported by: smk78 Owned by:
Priority: critical Milestone: SasView 4.2.0
Component: SasView Keywords:
Cc: Work Package: SasView Bug Fixing

Description (last modified by smk78)

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 + background_1) + (scale_2 * model_2 + background_2)}

Product

Should do: scale_factor * model_1 * model_2 + background

Is doing : (scale_1 * model_1 + background_1) * (scale_2 * model_2 + background_2) + background

Change History (1)

comment:1 Changed 8 years ago by smk78

  • Description modified (diff)
Note: See TracTickets for help on using tickets.