Changes between Version 43 and Version 44 of ModelConvInst


Ignore:
Timestamp:
Feb 7, 2016 4:03:51 PM (8 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v43 v44  
    9090 - ''NOTE: for certain models, such as those that can be multiplied by a structure factor, the ER attribute should be set to the Equivalent Radius (of a sphere).'' 
    9191 - ''NOTE: for certain models, namely core-shell type models, the VR attribute returns the volume ratio for the core-shell.'' 
    92  - **volume normalization is now provided by the caller, so individual forms no longer need to be normalized by volume.**  This generally means you can remove the volume calculation from the Iq/Iqxy functions and move it to the form_volume function instead. 
     92 - **volume normalization is now provided by the caller, so individual forms no longer need to be normalized by volume.**  This generally means you can remove the volume calculation from the !Iq/Iqxy functions and move it to the form_volume function instead. 
    9393- **demo** is a dictionary containing the value of each parameter as given in the rst documentation. Make sure to enter the appropriate values from that documentation. This will then be used to generate the example curve in said documentation. 
    9494 - include polydispersity parameters (e.g., radius_pd=0.2, radius_pd_n=9) so that you can compare the polydispersity calculations against those from sasview; use -mono on the compare.sh command line to see the direct calculation without polydispersity.  For speed you can use small numbers for _pd_n.  If you don't want polydispersity on a parameter by default in the demo, leave a reasonable value for _pd, but set _pd_n to 0.