- Timestamp:
- Oct 15, 2008 5:13:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/Wrapper_v40.ipf
r427 r429 191 191 192 192 //now start to remove everything the user doesn't need to see... 193 193 194 194 tmp = FunctionList("*_proto",";","KIND:10") //prototypes 195 195 list = RemoveFromList(tmp, list ,";") … … 212 212 list = RemoveFromList("MakeBSMask", list) 213 213 214 214 // MOTOFIT/GenFit bits 215 tmp = "GEN_allatoncefitfunc;GEN_fitfunc;GetCheckBoxesState;MOTO_GFFitAllAtOnceTemplate;MOTO_GFFitFuncTemplate;MOTO_NewGF_SetXWaveInList;MOTO_NewGlblFitFunc;MOTO_NewGlblFitFuncAllAtOnce;" 216 list = RemoveFromList(tmp, list ,";") 217 218 // SANS Reduction bits 219 tmp = "ASStandardFunction;Ann_1D_Graph;Avg_1D_Graph;BStandardFunction;CStandardFunction;Draw_Plot1D;MyMat2XYZ;NewDirection;SANSModelAAO_MCproto;" 220 list = RemoveFromList(tmp, list ,";") 221 215 222 tmp = FunctionList("f*",";","NPARAMS:2") //point calculations 216 223 list = RemoveFromList(tmp, list ,";")
Note: See TracChangeset
for help on using the changeset viewer.