Opened 8 years ago
Closed 8 years ago
#728 closed enhancement (fixed)
Direct SESANS model solid dilute sphere
Reported by: | wimbouwman | Owned by: | wimbouwman |
---|---|---|---|
Priority: | major | Milestone: | SasView 4.1.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SESANS Integration |
Description
Change History (2)
comment:1 Changed 8 years ago by pkienzle
comment:2 Changed 8 years ago by wimbouwman
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is implemented in sasmodels/models/_spherepy.py as def sesans(z, sld, sld_solvent, radius), and appears in sasmodels as model_info.sesans.
This needs to be made available through sasmodels/sasview_model.py to the calculator(s) in sasview/src/sas/sascalc/fit/BumpsFitting.py or sasview/src/sas/sascalc/fit/AbstractFitting.py, and in sasview/src/sas/sasgui/perspectives/fitting/model_thread.py.
Yet another reason to refactor the modeling interface: the logic to choose the analytic sesans function if it exists, otherwise choose sesans.transform(I(q)) should only be in one place.