Changes between Version 1 and Version 2 of ModelConvInst


Ignore:
Timestamp:
Nov 1, 2015 4:39:53 PM (8 years ago)
Author:
ajj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v1 v2  
     1'''Introduction''' 
     2 
     3In 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 
     7 
     8 
    19'''CREATE NEW MODEL FILES'''. 
    210