Changeset ca383a0 in sasview


Ignore:
Timestamp:
Sep 15, 2017 12:30:40 PM (7 years ago)
Author:
smk78
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.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
fca1f50, cfd27dd, 7b15990
Parents:
e081946
Message:

Two small corrections to new plugin help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/media/fitting_help.rst

    re081946 rca383a0  
    212212 
    213213     parameters = [  
    214                      ['radius_effective', '', 1, [-numpy.inf, numpy.inf], 'volume', ''], 
    215                      ['volfraction', '', 1, [-numpy.inf, numpy.inf], '', ''], 
     214                     ['radius_effective', '', 1, [0.0, numpy.inf], 'volume', ''], 
     215                     ['volfraction', '', 1, [0.0, 1.0], '', ''], 
    216216                     [...], 
    217217 
     
    263263and description too!!! 
    264264 
    265 The model specification string can handle multiple models and combinations of operators (+ - * \\) which  
     265The model specification string can handle multiple models and combinations of operators (+ or *) which  
    266266are processed according to normal conventions. Thus 'model1+model2*model3' would be valid and would  
    267267multiply model2 by model3 before adding model1. In this example, parameters in the *FitPage* would be  
Note: See TracChangeset for help on using the changeset viewer.