Changeset fac23b3 in sasmodels


Ignore:
Timestamp:
Jun 29, 2017 3:38:11 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

play with cylinder integral

File:
1 edited

Legend:

Unmodified
Added
Removed
  • explore/symint.py

    rd327066 rfac23b3  
    150150    q1, I1 = plot_Iq(np.logspace(-3, 0, 400), n=2**16+1, form="trapz") 
    151151    #plot_Iq(np.logspace(-3, 0, 400), n=2**10+1, form="trapz") 
    152     q2, I2 = plot_Iq(np.logspace(-3, 0, 400), n=1000, form="gauss") 
     152    q2, I2 = plot_Iq(np.logspace(-3, 0, 400), n=1024, form="gauss") 
    153153    #plot_Iq(np.logspace(-3, 0, 400), n=300, form="gauss") 
    154154    plot_Iq(np.logspace(-3, 0, 400), n=150, form="gauss") 
Note: See TracChangeset for help on using the changeset viewer.