Changeset 722c425 in sasview


Ignore:
Timestamp:
Jan 16, 2019 5:44:50 PM (5 years ago)
Author:
butler
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249
Children:
ca4f40d
Parents:
f0c569d
Message:

fix polar coordinate names

Replace dqp and dqs with dq_r and dq_phi in both the label in tool tip.
This should hopefully now be less confusing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/fitpage.py

    rf0c569d r722c425  
    216216        smear_message_new_psmear = \ 
    217217              "Please enter a fixed percentage to be applied to all Q values..." 
    218         smear_message_2d_x_title = "<dQ/Q>p[%]:" 
    219         smear_message_2d_y_title = "<dQ/Q>s[%]:" 
     218        smear_message_2d_x_title = "<dQ/Q>_r[%]:" 
     219        smear_message_2d_y_title = "<dQ/Q>_phi[%]:" 
    220220        smear_message_pinhole_percent_min_title = "[dQ/Q]min(%):" 
    221221        smear_message_pinhole_percent_max_title = "[dQ/Q]max(%):" 
     
    423423                            smear_message_2d_x_title, style=wx.ALIGN_LEFT) 
    424424        self.smear_description_2d_x.SetToolTipString( 
    425                                         "  dQp(parallel) in q_r direction.") 
     425                                        "  dQ_r q_r in polar coordinates.") 
    426426        self.smear_description_2d_y = wx.StaticText(self, wx.ID_ANY, 
    427427                            smear_message_2d_y_title, style=wx.ALIGN_LEFT) 
    428428        self.smear_description_2d_y.SetToolTipString( 
    429                                     " dQs(perpendicular) in q_phi direction.") 
     429                                    " dQ_phi q_phi in polar coordinates.") 
    430430        self.smear_description_pin_percent_min = wx.StaticText(self, wx.ID_ANY, 
    431431                                            smear_message_pinhole_percent_min_title, 
Note: See TracChangeset for help on using the changeset viewer.