Changes between Version 1 and Version 2 of ModelConvInst
- Timestamp:
- Nov 1, 2015 4:39:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v1 v2 1 '''Introduction''' 2 3 In 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 1 9 '''CREATE NEW MODEL FILES'''. 2 10