- Timestamp:
- Mar 19, 2016 6:11:16 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:
- daa669b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
example/sesansfit.py
rbfea0c2 rd459d4e 42 42 dy = err_data 43 43 sample = Sample() 44 needs_all_q= acceptance_angle is not None44 has_no_finite_acceptance = acceptance_angle is not None 45 45 data = SESANSData1D() 46 46 data.acceptance_angle = acceptance_angle 47 47 48 data. needs_all_q= acceptance_angle is not None48 data.has_no_finite_acceptance = acceptance_angle is not None 49 49 if "radius" in initial_vals: 50 50 radius = initial_vals.get("radius")
Note: See TracChangeset
for help on using the changeset viewer.