Changeset ce3feca in sasview
- Timestamp:
- Jun 27, 2012 5:34:00 PM (12 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:
- b618b7f
- Parents:
- 49a2b7cc
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/src/sans/perspectives/calculator/calculator.py
r306219c rce3feca 52 52 Returns a set of menu entries for tools 53 53 """ 54 data_oper_help = "Perform arithmetic data operation (+...) " 55 data_oper_help += "and combination (|)" 54 56 kiessig_help = "Approximately computes the " 55 57 kiessig_help += "thickness of a shell or the size of " … … 65 67 #data_editor_help = "Meta Data Editor" 66 68 return [("Data Operation", 67 'Data operation', self.on_data_operation),69 data_oper_help, self.on_data_operation), 68 70 ("SLD Calculator", sld_help, self.on_calculate_sld), 69 71 ("Density/Volume Calculator", mass_volume_help, -
calculatorview/src/sans/perspectives/calculator/help_panel.py
r992b594 rce3feca 64 64 <body> 65 65 <ul> 66 <li><a href ="data_operator_help.html" 67 target ="showframe">Data Operator</a><br></li> 66 68 <li><a href ="sld_calculator_help.html" 67 69 target ="showframe">SLD Calculator</a><br></li> -
fittingview/src/sans/perspectives/fitting/media/model_editor_help.html
r66798ce rce3feca 5 5 <li><a href="#description">Description</a></li> 6 6 <li><a href="#new">New</a></li> 7 <li><a href="#sum">Sum (p1,p2)</a></li>7 <li><a href="#sum">Sum|Multi(p1,p2)</a></li> 8 8 <li><a href="#advanced">Advanced</a></li> 9 9 <li><a href="#delete">Delete</a></li> … … 28 28 <br/> 29 29 <br/> 30 <h5><a name="sum">Sum (p1,p2)</a></h5>30 <h5><a name="sum">Sum|Multi(p1,p2)</a></h5> 31 31 <p> 32 This option create a new sum model. Fill up the (sum model function) name and the description.32 This option create a new sum (or multiplication) model. Fill up the (sum model function) name and the description. 33 33 The description will show up on details button in the application. 34 Then select the p1 or p2 model for the sum model (Note: Not all models are currently supported), and click the Apply button for activation. 34 Then select the p1 or p2 model for the sum/multi model, 35 select an operator as necessary and click the Apply button for activation. 35 36 Hit the 'Close' button when it's done. 36 37 </p>
Note: See TracChangeset
for help on using the changeset viewer.