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