Changeset 3d2d7f60 in sasview
- Timestamp:
- Jan 22, 2011 9:49:27 AM (14 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:
- 8f7936f
- Parents:
- 55a0dc1
- Location:
- calculatorview/perspectives/calculator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/perspectives/calculator/data_editor.py
rb0ab6cb r3d2d7f60 15 15 16 16 #from sans.guiframe.utils import check_float 17 from sans.gui comm.events import StatusEvent17 from sans.guiframe.events import StatusEvent 18 18 19 19 -
calculatorview/perspectives/calculator/sld_panel.py
re696e0a r3d2d7f60 12 12 from sans.guiframe.utils import format_number 13 13 from sans.guiframe.utils import check_float 14 from sans.gui comm.events import StatusEvent14 from sans.guiframe.events import StatusEvent 15 15 16 16 # the calculator default value for wavelength is 6 -
calculatorview/perspectives/calculator/slit_length_calculator_panel.py
re696e0a r3d2d7f60 15 15 from sans.guiframe.panel_base import PanelBase 16 16 17 from sans.gui comm.events import StatusEvent17 from sans.guiframe.events import StatusEvent 18 18 from sans.calculator.slit_length_calculator import SlitlengthCalculator 19 19 from calculator_widgets import OutputTextCtrl
Note: See TracChangeset
for help on using the changeset viewer.