Changeset d4cde37 in sasview for src/sas/sasgui/perspectives/fitting/fitpage.py
- Timestamp:
- Mar 30, 2019 6:15:51 PM (6 years ago)
- Branches:
- release-4.2.2
- Children:
- f5f8553, cc2cd5a
- Parents:
- 09d7021 (diff), 31c1bae (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Paul Kienzle <pkienzle@…> (03/30/19 18:15:51)
- git-committer:
- GitHub <noreply@…> (03/30/19 18:15:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/fitpage.py
r82d88d5 rd4cde37 2365 2365 percent = self.dx_percent/100 2366 2366 if self._is_2D(): 2367 data.dqx_data[data.dqx_data == 0] = percent * data.qx_data2368 data.dq y_data[data.dqy_data == 0] = percent * data.qy_data2367 q = np.sqrt(data.qx_data**2 + data.qy_data**2) 2368 data.dqx_data = data.dqy_data = percent*q 2369 2369 else: 2370 2370 data.dx = percent * data.x
Note: See TracChangeset
for help on using the changeset viewer.