- Timestamp:
- Sep 15, 2017 12:30:40 PM (7 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.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- fca1f50, cfd27dd, 7b15990
- Parents:
- e081946
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/media/fitting_help.rst
re081946 rca383a0 212 212 213 213 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], '', ''], 216 216 [...], 217 217 … … 263 263 and description too!!! 264 264 265 The model specification string can handle multiple models and combinations of operators (+ - * \\) which265 The model specification string can handle multiple models and combinations of operators (+ or *) which 266 266 are processed according to normal conventions. Thus 'model1+model2*model3' would be valid and would 267 267 multiply 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.