Ignore:
Timestamp:
Sep 27, 2017 8:07:02 AM (7 years ago)
Author:
celinedurniak <celine.durniak@…>
Branches:
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
Children:
fc4fec8
Parents:
adc49fc
Message:

Added new GUI for Q resolution estimator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/calculator/resolution_calculator_panel.py

    r7432acb r01cda57  
    934934    def _sigma_strings(self): 
    935935        """ 
    936         Recode sigmas as strins 
     936        Recode sigmas as strings 
    937937        """ 
    938938        sigma_r = self.format_number(self.resolution.sigma_1) 
     
    12081208        source_hint += "Mass of %s: m = %s [g]" % \ 
    12091209                            (selection, str(self.resolution.get_neutron_mass())) 
    1210         #source_tip.SetTip(source_hint) 
     1210        # source_tip.SetTip(source_hint) 
    12111211        self.mass_txt.ToolTip.SetTip(source_hint) 
    12121212 
Note: See TracChangeset for help on using the changeset viewer.