Changes between Version 14 and Version 15 of ModelConvInst
- Timestamp:
- Nov 20, 2015 7:05:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v14 v15 36 36 - 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] 37 37 - 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 = background39 38 - radius = radius 40 39 - sld = scattering length density of particle … … 45 44 - theta = axis_theta, phi = axis_phi 46 45 - add more as you see them 46 - NOTE: There is no need to specify 'scale' or 'background', these are implicit to all models. 47 47 - lower and upper limits can be any number or -inf or inf 48 48 - add limits where required; the sasview models don't usually define them