Changes between Version 14 and Version 15 of ModelConvInst


Ignore:
Timestamp:
Nov 20, 2015 5:05:52 AM (8 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v14 v15  
    3636- parameters = [["name", "units", default, [min,max], "type", "tooltip"],...]. This is where the parameters get defined.  The syntax should be obvious from the default.  Copy the parameters from the model header file [https://github.com/SasView/sasview/tree/master/src/sas/models/include src/sas/models/include] 
    3737 - PARAMETER NAMES:  VERY IMPORTANT.  We are trying to make the model parameter more consistent between models.  So solvent sld for example should have exactly the same name in every model.  Current list of new parameters is: 
    38   - bkgd = background 
    3938  - radius = radius 
    4039  - sld = scattering length density of particle 
     
    4544  - theta = axis_theta, phi = axis_phi 
    4645  - add more as you see them 
     46  - NOTE:  There is no need to specify 'scale' or 'background', these are implicit to all models. 
    4747 - lower and upper limits can be any number or -inf or inf 
    4848  - add limits where required; the sasview models don't usually define them