Changeset 836 for sans/Dev/trunk/NCNR_Igor_Procedures
- Timestamp:
- Feb 17, 2012 12:04:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_Igor_Procedures/NCNR_Package_Loader.ipf
r835 r836 35 35 // "Load Batch Fitting",Execute/P "INSERTINCLUDE \"Auto_Fit\"";Execute/P "COMPILEPROCEDURES ";Execute/P "InitializeAutoFitPanel()" 36 36 37 "Load Real Space Modeling - Beta", Execute/P "INSERTINCLUDE \"FFT_Cubes_Includes\"";Execute/P "INSERTINCLUDE \"FFT_Fit_Includes\"";Execute/P "COMPILEPROCEDURES ";Execute/P "Init_FFT()"37 "Load Real Space Modeling - Beta",RealSpaceLoader() 38 38 "-" 39 39 … … 417 417 return(0) 418 418 End 419 420 // loads all of the FFT procedures and the fit functions too 421 Function RealSpaceLoader() 422 423 // be sure that the SANS Analysis is loaded and compiles 424 NCNR_AnalysisLoader("Load NCNR Analysis Macros") 425 426 // then the FFT files 427 Execute/P "INSERTINCLUDE \"FFT_Cubes_Includes\"" 428 Execute/P "INSERTINCLUDE \"FFT_Fit_Includes\"" 429 Execute/P "COMPILEPROCEDURES " 430 Execute/P "Init_FFT()" 431 432 BuildMenu "Macros" 433 434 return(0) 435 End
Note: See TracChangeset
for help on using the changeset viewer.