Changeset 179 for sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/NewModels_2006/MultiShell.ipf
- Timestamp:
- Oct 10, 2007 10:21:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/NewModels_2006/MultiShell.ipf
r166 r179 186 186 End 187 187 188 // this is all there is to the smeared calculation! 188 // this model needs 76 Gauss points for a proper smearing calculation 189 // since there can be sharp interference fringes that develop from the stacking 189 190 Function SmearedMultiShellSphere(s) :FitFunc 190 191 Struct ResSmearAAOStruct &s 191 192 192 193 // the name of your unsmeared model (AAO) is the first argument 193 Smear_Model_ 20(MultiShellSphere,s.coefW,s.xW,s.yW,s.resW)194 Smear_Model_76(MultiShellSphere,s.coefW,s.xW,s.yW,s.resW) 194 195 195 196 return(0)
Note: See TracChangeset
for help on using the changeset viewer.