Changes between Version 5 and Version 6 of ModelConvInst


Ignore:
Timestamp:
Nov 3, 2015 5:35:39 PM (8 years ago)
Author:
pkienzle
Comment:

link to example files

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v5 v6  
    22 
    33In the new sasmodels package there are three ways of writing models: 
    4 - As a pure python model : Example - broadpeak.py 
    5 - As a python model with embedded C : Example - sphere.py 
    6 - As a python wrapper with separate C code : Example - barbell.py 
     4- As a pure python model : Example - [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/broad_peak.py broadpeak.py] 
     5- As a python model with embedded C : Example - [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/sphere.py sphere.py] 
     6- As a python wrapper with separate C code : Example - [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/barbell.py barbell.py], [https://github.com/SasView/sasmodels/blob/master/sasmodels/models/barbell.c barbell.c] 
    77 
    88The documentation for the sasmodels package can be found at http://www.sasview.org/sasmodels/