Changeset 339baa8 in sasmodels


Ignore:
Timestamp:
Apr 1, 2019 3:59:53 AM (5 years ago)
Author:
smk78
Branches:
master
Children:
3448301
Parents:
d827c5e
Message:

Text update at PK request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/guide/fitting_sq.rst

    r694c6d0 r339baa8  
    1818of the form factor. For the theory behind this, see :ref:`PStheory` later. 
    1919 
    20 **If writing your own** $P@S$ **models, DO NOT give your model parameters** 
    21 **these names!** 
    22  
    2320Parameters 
    2421^^^^^^^^^^ 
     22 
     23**Except for volfraction, when writing your own** $P@S$ **models, DO NOT give** 
     24**your model parameters these names!** 
    2525 
    2626Many parameters are common amongst $P@S$ models, but take on specific meanings: 
     
    3737    Structure factor models $S(Q)$ contain **volfraction**. In $P@S$ models 
    3838    this is *also* used as the volume fraction for the form factor model 
    39     $P(Q)$, *replacing* any **volfraction** parameter in $P(Q)$. This means 
    40     that $P@S$ models can also leave **scale** at 1.0. 
     39    $P(Q)$, so these models can also leave **scale** at 1.0.  If $P(Q)$ already 
     40    has a **volfraction** parameter, it is tied to the **volfraction** for 
     41    $S(Q)$. 
    4142 
    4243    If the volume fraction required for $S(Q)$ is *not* the volume fraction 
     
    7172    length. 
    7273 
    73     In use, it may be sensible to tie or constrain **radius_effective** 
    74     to one or other of the "size" parameters describing the form of the shape. 
    75  
    76     **radius_effective** may also be specified directly, independent of the 
    77     estimate from $P(Q)$. 
     74    If **radius_effective_mode = 0** (see below) it may be sensible to tie or 
     75    constrain **radius_effective** to one or other of the "size" parameters 
     76    describing the form of the shape, although **radius_effective** may also 
     77    be specified directly, independent of the estimate from $P(Q)$. 
    7878 
    7979    If **radius_effective** is calculated by $P(Q)$, it will be the 
     
    8686.. note:: 
    8787 
    88    The following additional parameters are only available in SasView 5.0 and 
     88   The following additional parameters are only available in SasView 4.3 and 
    8989   later. 
    9090 
     
    9494    be computed from the parameters of the shape. 
    9595 
    96     When **radius_effective_mode = 0** then unconstrained **radius_effective** 
    97     parameter in the $S(Q)$ model is used. *This is the default in SasView* 
    98     *versions 4.x and earlier*. Otherwise, in SasView 5.0 and later, 
    99     **radius_effective_mode = k** represents an index in a list of alternative 
    100     **radius_effective** calculations which will appear in a drop-down box. 
     96    When **radius_effective_mode = 0** then the unconstrained 
     97    **radius_effective** parameter in the $S(Q)$ model is used. *This is the* 
     98    *default in SasView versions 4.x and earlier*. Otherwise, in SasView 4.3 
     99    and later, **radius_effective_mode = k** represents an index in a list of 
     100    alternative **radius_effective** calculations. 
     101 
     102    In SasView 4.3 and later **k** must be entered as an integer (and it will 
     103    be necessary to read the source code file to discover what calculations the 
     104    modes represent), but in SasView 5.0 and later the options appear in a 
     105    drop-down box. 
    101106 
    102107    For example, the *ellipsoid* model defines the following 
     
    144149    oscillations in the normal (local monodisperse) $S(Q)$. When $\beta(Q) = 1$ 
    145150    the local monodisperse approximation is recovered. *This mode is only* 
    146     *available in SasView 5.0 and later*. 
     151    *available in SasView 4.3 and later*. 
    147152 
    148153    More mode options may appear in future as more complicated operations are 
Note: See TracChangeset for help on using the changeset viewer.