core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since 8898d0f was
a1542aae,
checked in by ajj, 10 years ago
|
Removing cylinder_clone
|
-
Property mode set to
100644
|
File size:
239 bytes
|
Line | |
---|
1 | """ |
---|
2 | Drop-in replacement for sasview cylinder model. |
---|
3 | |
---|
4 | No rescaling or renaming of the parameters. |
---|
5 | """ |
---|
6 | from sasmodels.sasview_model import make_class |
---|
7 | from sasmodels.models import cylinder |
---|
8 | CylinderModel = make_class(cylinder, dtype='single') |
---|
Note: See
TracBrowser
for help on using the repository browser.