Changeset 4554131 in sasmodels
- Timestamp:
- Mar 18, 2016 4:45:22 AM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 3a45c2c
- Parents:
- 30c2ac3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
example/sesansfit.py
r30c2ac3 r4554131 1 1 from bumps.names import * 2 from sas modelsimport core, bumps_model, sesans2 from sas import core, bumps_model, sesans 3 3 4 4 HAS_CONVERTER = True … … 16 16 def sesans_fit(file, model_name, initial_vals={}, custom_params={}, param_range=[], acceptance_angle=None): 17 17 """ 18 19 def sesans_fit(file, model, initial_vals={}, custom_params={}, param_range=[]):20 18 21 19 @param file: SESANS file location
Note: See TracChangeset
for help on using the changeset viewer.