Changes between Version 44 and Version 45 of ModelConvInst


Ignore:
Timestamp:
Feb 10, 2016 10:15:16 AM (8 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v44 v45  
    1616If you have not already done so, download the sasmodels package from the repo at [https://github.com/SasView/sasmodels]. 
    1717 
    18 In the sasmodels/models directory, copy the appropriate files (using the examples above as templates) to mymodel.py (and mymodel.c, etc) as required, where "mymodel" is the NEW name for the model you are converting/creating. ''Please follow these new naming rules:'' 
     18In the sasmodels/models directory, copy the appropriate files (using the examples above as templates) to mymodel.py (and mymodel.c, etc) as required, where "mymodel" is the NEW name for the model you are converting/creating. The OLD model files can be found in sasview/src/sas/models/d directory. ''Please follow these new naming rules:'' 
    1919- No capitalization and thus no !CamelCase.  If necessary use underscore to separate (i.e. barbell not !BarBell or broad_peak not !BroadPeak) 
    2020- Remove “model” from the name (i.e. barbell not !BarBellModel)