Changeset f582224 in sasview for src/sas/qtgui/Perspectives
- Timestamp:
- Oct 26, 2017 9:42:17 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- bed08e7
- Parents:
- d8c53fa3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/PrInversion/dmax.py
rd8c53fa3 rf582224 180 180 pr_state.x = data.x 181 181 pr_state.y = data.y 182 pr_state.err = 0.15* data.y182 pr_state.err = 0.15*np.sqrt(data.y[0])*np.sqrt(data.y) 183 183 pr_state.nfunc = 15 184 185 print(data.x, data.y, 0.15*np.sqrt(data.y))186 184 187 185 DLG = DmaxWindow(pr_state, 15, reactor)
Note: See TracChangeset
for help on using the changeset viewer.