Changes in / [d76c43a:15fa31d] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/corfunc/corfunc_calculator.py
ra859f99 r92eee84 124 124 125 125 params, s2 = self._fit_data(q, iq) 126 # Extrapolate to 100*Qmax in experimental data 126 127 qs = np.arange(0, q[-1]*100, (q[1]-q[0])) 127 128 iqs = s2(qs)
Note: See TracChangeset
for help on using the changeset viewer.