Changeset 347 for sans/Dev/trunk/NCNR_User_Procedures/SANS
- Timestamp:
- May 1, 2008 3:35:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/USANS_SlitSmearing_v40.ipf
r325 r347 16 16 // 17 17 18 // called only by the main file loader 19 // 18 20 Function USANS_CalcWeights(basestr, dQv) 19 21 String basestr … … 22 24 Variable/G USANS_N=numpnts($(basestr+"_q")) 23 25 Variable/G USANS_dQv = dQv 24 String/G root:Packages:NIST:USANS_basestr = basestr 26 String/G root:Packages:NIST:USANS_basestr = basestr //this is the "current data" for slope and weights 25 27 26 28 Make/D/O/N=(USANS_N,USANS_N) $(basestr+"_res") … … 111 113 Variable/G USANS_m = -4 112 114 Variable/G USANS_slope_numpnts = 15 115 // must reset the global for baseStr to this set, otherwise it will look for the last set loaded 116 String/G root:Packages:NIST:USANS_basestr = basestr //this is the "current data" for slope and weights 117 113 118 114 119 Print "---- Calculating Weighting Matrix for USANS Data ----"
Note: See TracChangeset
for help on using the changeset viewer.