Changeset 179 for sans/Analysis
- Timestamp:
- Oct 10, 2007 10:21:20 AM (15 years ago)
- Location:
- sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00
- Files:
-
- 3 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) -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Packages/Wrapper.ipf
r177 r179 123 123 String list,tmp 124 124 list = FunctionList("*",";","KIND:10") //get every user defined curve fit function 125 // list = RemoveFromList("Sum_Model", list ,";") 126 125 126 //now start to remove everything the user doesn't need to see... 127 127 128 tmp = FunctionList("*_proto",";","KIND:10") //prototypes 128 129 list = RemoveFromList(tmp, list ,";") … … 137 138 list = RemoveFromList("NewGF_SetXWaveInList", list) 138 139 list = RemoveFromList("NewGlblFitFuncAAOStruct", list) 140 141 // more to remove as a result of 2D/Gizmo 142 list = RemoveFromList("A_WMRunLessThanDelta", list) 143 list = RemoveFromList("WMFindNaNValue", list) 144 list = RemoveFromList("WM_Make3DBarChartParametricWave", list) 145 list = RemoveFromList("UpdateQxQy2Mat", list) 146 139 147 140 148 tmp = FunctionList("f*",";","NPARAMS:2") //point calculations -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/PlotManager.ipf
r172 r179 144 144 145 145 Label left "I(q)" 146 SVAR angst = root:myGlobals:gAngstStr147 146 Label bottom "q (A\\S-1\\M)" 148 147
Note: See TracChangeset
for help on using the changeset viewer.