Changeset 5b2b04d in sasview
- Timestamp:
- Apr 9, 2017 5:30:22 AM (8 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 7b15990, 4342fed0, 235f514
- Parents:
- ec65dc81 (diff), e645bbb (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 Butler <butlerpd@…> (04/09/17 05:30:22)
- git-committer:
- GitHub <noreply@…> (04/09/17 05:30:22)
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/guiframe/data_processor.py
r9a5097c re645bbb 18 18 19 19 """ 20 import wx21 import numpy22 import math23 import re24 20 import os 25 21 import sys 26 22 import copy 27 from wx.lib.scrolledpanel import ScrolledPanel 23 import math 24 import re 25 import wx 26 import numpy as np 27 28 28 import wx.aui 29 29 from wx.aui import AuiNotebook as nb 30 30 import wx.lib.sheet as sheet 31 from wx.lib.scrolledpanel import ScrolledPanel 32 31 33 from sas.sasgui.guiframe.panel_base import PanelBase 32 34 from sas.sasgui.guiframe.events import NewPlotEvent -
sasview/media/README.txt
r7202894 r643dcd93 2 2 in the menu bar. 3 3 4 The source files are in: / SasViewLocalTrunk/docs/sasview4 The source files are in: /sasview/docs/sasview
Note: See TracChangeset
for help on using the changeset viewer.