Changes between Version 50 and Version 51 of ModelConvInst
- Timestamp:
- Mar 19, 2016 8:35:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v50 v51 81 81 - return NAN if the parameters are not valid (e.g., cap_radius < radius for barbell) 82 82 - ''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).'' 83 - ''NOTE: for certain models, namely core-shell type models, the VR attribute returns the volume ratio for the core-shell .''83 - ''NOTE: for certain models, namely core-shell type models, the VR attribute returns the volume ratio for the core-shell - no they don't - but is irrelevant as for 4.0 we are going to remove the feature that causes volume and radius parameters to disappear.'' 84 84 - **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. 85 85 - **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.