Changeset 770 for sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2010/Raspberry_v40.ipf
- Timestamp:
- Dec 3, 2010 9:34:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/NewModels_2010/Raspberry_v40.ipf
r762 r770 11 11 //needed to calculate the model function. 12 12 // 13 MacroPlotRaspberry(num,qmin,qmax)13 Proc PlotRaspberry(num,qmin,qmax) 14 14 Variable num=500, qmin=1e-5, qmax=0.7 15 15 Prompt num "Enter number of data points for model: " … … 45 45 //////////////////////////////////////////////////// 46 46 // - sets up a dependency to a wrapper, not the actual SmearedModelFunction 47 MacroPlotSmearedRaspberry(str)47 Proc PlotSmearedRaspberry(str) 48 48 String str 49 49 Prompt str,"Pick the data folder containing the resolution you want",popup,getAList(4) … … 108 108 End 109 109 110 MacroPlotRaspberrySq()110 Proc PlotRaspberrySq() 111 111 112 112 setdatafolder root:
Note: See TracChangeset
for help on using the changeset viewer.