Changeset 4aa62c8 in sasview
- Timestamp:
- Oct 26, 2017 5:34:08 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:
- 481c4f4
- Parents:
- 3e20577
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/PrInversion/dmax.py
r3e20577 r4aa62c8 107 107 pos_err = [] 108 108 osc = [] 109 bck = [] 110 chi2 = [] 111 109 112 xs = np.linspace(float(self.model.item(W.DMIN).text()), 110 113 float(self.model.item(W.DMAX).text()), … … 122 125 pos_err.append(self.pr_state.get_pos_err(out, cov)) 123 126 osc.append(self.pr_state.oscillations(out)) 127 bck.append(self.pr_state.background) 128 chi2.append(self.pr_state.chi2) 124 129 except: 125 130 # This inversion failed, skip this D_max value
Note: See TracChangeset
for help on using the changeset viewer.