Changeset fac23b3 in sasmodels
- Timestamp:
- Jun 29, 2017 3:38:11 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- fac6657
- Parents:
- d327066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
explore/symint.py
rd327066 rfac23b3 150 150 q1, I1 = plot_Iq(np.logspace(-3, 0, 400), n=2**16+1, form="trapz") 151 151 #plot_Iq(np.logspace(-3, 0, 400), n=2**10+1, form="trapz") 152 q2, I2 = plot_Iq(np.logspace(-3, 0, 400), n=10 00, form="gauss")152 q2, I2 = plot_Iq(np.logspace(-3, 0, 400), n=1024, form="gauss") 153 153 #plot_Iq(np.logspace(-3, 0, 400), n=300, form="gauss") 154 154 plot_Iq(np.logspace(-3, 0, 400), n=150, form="gauss")
Note: See TracChangeset
for help on using the changeset viewer.