Changeset ff7acff in sasview
- Timestamp:
- Feb 7, 2009 10:24:52 AM (16 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.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 4cb07c0
- Parents:
- 22210ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prview/perspectives/pr/pr.py
re43c012 rff7acff 7 7 import wx 8 8 import logging 9 from sans.guitools.plottables import Data1D, Theory1D9 from danse.common.plottools import Data1D, Theory1D 10 10 from sans.guicomm.events import NewPlotEvent, StatusEvent 11 11 import math, numpy … … 114 114 import math 115 115 from sans.guicomm.events import NewPlotEvent 116 from sans.guitools.plottables import Data1D, Theory1D116 from danse.common.plottools import Data1D, Theory1D 117 117 118 118 # Generate P(r) for sphere … … 170 170 import math 171 171 from sans.guicomm.events import NewPlotEvent 172 from sans.guitools.plottables import Data1D, Theory1D172 from danse.common.plottools import Data1D, Theory1D 173 173 # Show P(r) 174 174 y_true = numpy.zeros(len(x)) … … 205 205 import math 206 206 from sans.guicomm.events import NewPlotEvent 207 from sans.guitools.plottables import Data1D, Theory1D207 from danse.common.plottools import Data1D, Theory1D 208 208 209 209 qtemp = pr.x … … 286 286 import math 287 287 from sans.guicomm.events import NewPlotEvent 288 from sans.guitools.plottables import Data1D, Theory1D288 from danse.common.plottools import Data1D, Theory1D 289 289 290 290 # Show P(r)
Note: See TracChangeset
for help on using the changeset viewer.