Changeset 6916174 in sasmodels for explore/beta/sasfit_compare_new.py
- Timestamp:
- Mar 20, 2019 1:19:52 PM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 78cf85e
- Parents:
- 0d362b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
explore/beta/sasfit_compare_new.py
r2586ab72 r6916174 751 751 } 752 752 753 Q, IQ = load_sasfit(data_file(' richard_test.txt'))754 Q, IQSD = load_sasfit(data_file(' richard_test2.txt'))755 Q, IQBD = load_sasfit(data_file(' richard_test3.txt'))753 Q, IQ = load_sasfit(data_file('sasfit_sphere_schulz_IQD.txt')) 754 Q, IQSD = load_sasfit(data_file('sasfit_sphere_schulz_IQSD.txt')) 755 Q, IQBD = load_sasfit(data_file('sasfit_sphere_schulz_IQBD.txt')) 756 756 target = Theory(Q=Q, F1=None, F2=None, P=IQ, S=None, I=IQSD, Seff=None, Ibeta=IQBD) 757 757 actual = sphere_r(Q, norm="sasfit", **pars) … … 772 772 } 773 773 774 Q, IQ = load_sasfit(data_file(' richard_test4.txt'))775 Q, IQSD = load_sasfit(data_file(' richard_test5.txt'))776 Q, IQBD = load_sasfit(data_file(' richard_test6.txt'))774 Q, IQ = load_sasfit(data_file('sasfit_ellipsoid_schulz_IQD.txt')) 775 Q, IQSD = load_sasfit(data_file('sasfit_ellipsoid_schulz_IQSD.txt')) 776 Q, IQBD = load_sasfit(data_file('sasfit_ellipsoid_schulz_IQBD.txt')) 777 777 target = Theory(Q=Q, F1=None, F2=None, P=IQ, S=None, I=IQSD, Seff=None, Ibeta=IQBD) 778 778 actual = ellipsoid_pe(Q, norm="sasfit", **pars)
Note: See TracChangeset
for help on using the changeset viewer.