You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to define mixture models using something as simple as:
from sasmodels.sasview_models import mixture
Model = mixture('sphere', 'cylinder')
rather than large template that is currently produced by a sum model. This will allow us to evolve the sasview model interface without breaking custom mixture models store in the .sasview/plugin_models. Similarly for product models.
See #715 for more info.
May also consider making mixture/product models as something generated by the user as needed as part of the fit page rather than having to name every mixture that they are using in their fits.
Ideally this would be done as part of the 4.0.0 release so we do not need to support the existing sasview plugin model definitions indefinitely.
{
"status": "new",
"changetime": "2018-07-04T18:50:52",
"_ts": "2018-07-04 18:50:52.851215+00:00",
"description": "We should be able to define mixture models using something as simple as:\n\n from sasmodels.sasview_models import mixture\n Model = mixture('sphere', 'cylinder')\n\nrather than large template that is currently produced by a sum model. This will allow us to evolve the sasview model interface without breaking custom mixture models store in the .sasview/plugin_models. Similarly for product models.\n\nSee #583 for more info.\n\nMay also consider making mixture/product models as something generated by the user as needed as part of the fit page rather than having to name every mixture that they are using in their fits.\n\nIdeally this would be done as part of the 4.0.0 release so we do not need to support the existing sasview plugin model definitions indefinitely.\n",
"reporter": "pkienzle",
"cc": "",
"resolution": "",
"workpackage": "Beta Approximation Project",
"time": "2016-06-22T18:27:40",
"component": "SasView",
"summary": "Refactor sum/product model",
"priority": "major",
"keywords": "",
"milestone": "SasView Next Release +1",
"owner": "",
"type": "enhancement"
}
The text was updated successfully, but these errors were encountered:
unfortunately ideal is not always practical. As discussed at meeting we don't have bandwidth to deal with for 4.0 release which is already way way late. Moving to +1
butler changed milestone from "SasView 4.0.0" to "SasView Next Release +1"
butler changed type from "defect" to "enhancement"
butler changed workpackage from "SasView Bug Fixing" to "SasModels Redesign"
We should be able to define mixture models using something as simple as:
rather than large template that is currently produced by a sum model. This will allow us to evolve the sasview model interface without breaking custom mixture models store in the .sasview/plugin_models. Similarly for product models.
See #715 for more info.
May also consider making mixture/product models as something generated by the user as needed as part of the fit page rather than having to name every mixture that they are using in their fits.
Ideally this would be done as part of the 4.0.0 release so we do not need to support the existing sasview plugin model definitions indefinitely.
Migrated from http://trac.sasview.org/ticket/587
The text was updated successfully, but these errors were encountered: