Changeset c512f7d in sasview for src/sas/sasgui/perspectives/corfunc
- Timestamp:
- Jul 12, 2016 2:57:21 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.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- eb320682
- Parents:
- fb7fcec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/corfunc/corfunc_panel.py
ra2db1ab rc512f7d 21 21 'd0': "Average Core Thickness: ", 22 22 'A': "PolyDispersity: ", 23 'fill': " Filling Fraction: "23 'fill': "Local Crystallinity: " 24 24 } 25 25 … … 491 491 492 492 # Output data 493 outputbox = wx.StaticBox(self, -1, "Output Measuments")493 outputbox = wx.StaticBox(self, -1, "Output Parameters") 494 494 outputbox_sizer = wx.StaticBoxSizer(outputbox, wx.VERTICAL) 495 495 … … 524 524 extrapolate_btn = wx.Button(self, wx.NewId(), "Extrapolate") 525 525 self._transform_btn = wx.Button(self, wx.NewId(), "Transform") 526 self._extract_btn = wx.Button(self, wx.NewId(), "Compute Measuments")526 self._extract_btn = wx.Button(self, wx.NewId(), "Compute Parameters") 527 527 528 528 self._transform_btn.Disable()
Note: See TracChangeset
for help on using the changeset viewer.