Changeset 400
- Timestamp:
- Aug 28, 2008 11:25:23 AM (14 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/SA_includes_v400.ipf
r377 r400 61 61 if(V_flag==1) 62 62 BrowseURL "ftp://webster.ncnr.nist.gov/pub/sans/kline/movies/" 63 // Andrew has set up a http page too. Try to use this in the future 64 //BrowseURL "http://www.ncnr.nist.gov/programs/sans/data/movies/reduction_analysis_movies.html" 63 65 endif 64 66 End -
sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/SmearedRPA_v40.ipf
r325 r400 149 149 // simply calls the original single point calculation with 150 150 // a wave assignment (this will behave nicely if given point ranges) 151 // 152 // there is no RPAFormX due to the extra inputValues wave of information... 153 // 151 154 Function RPAForm(cw,yw,xw) : FitFunc 152 155 Wave cw,yw,xw … … 165 168 Variable x 166 169 167 Wave var=$"inputvalues" 168 Nvar lCASE=gCASE 170 // print (GetWavesDataFolder(w,1)+"inputvalues") 171 172 Wave var=$(GetWavesDataFolder(w,1)+"inputvalues") 173 Nvar lCASE=$(GetWavesDataFolder(w,1)+"gCASE") 169 174 // print lCASE 170 175 // Variable lCASE
Note: See TracChangeset
for help on using the changeset viewer.