Changeset 203669a in sasview for src/sas/sasgui/perspectives/fitting
- Timestamp:
- Sep 15, 2017 11:06:03 AM (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:
- c56d9d74
- Parents:
- f485ba0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/media/fitting_help.rst
rf485ba0 r203669a 214 214 ['radius_effective', '', 1, [-numpy.inf, numpy.inf], 'volume', ''], 215 215 ['volfraction', '', 1, [-numpy.inf, numpy.inf], '', ''], 216 .217 .218 216 219 217 and to the declarations of the functions Iq and Iqxy::: … … 266 264 are processed according to normal conventions. Thus 'model1+model2*model3' would be valid and would 267 265 multiply model2 by model3 before adding model1. In this example, parameters in the *FitPage* would be 268 prefixed A_ (for model2), B_ (for model3) and C_(for model1). Whilst this might appear a little266 prefixed A_\ (for model2), B_\ (for model3) and C_\ (for model1). Whilst this might appear a little 269 267 confusing, unless you were creating a plugin model from multiple instances of the same model the parameter assignments ought to be obvious when you load the plugin. 270 268 271 269 This streamlined approach to building complex plugin models from existing library models, or models 272 available on the *Model Marketplace*, also permits the creation of P(Q) S(Q) plugin models, something270 available on the *Model Marketplace*, also permits the creation of P(Q)*\S(Q) plugin models, something 273 271 that was not possible in earlier versions of SasView. 274 272
Note: See TracChangeset
for help on using the changeset viewer.