- Timestamp:
- Jul 1, 2010 12:10:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/Invariant/Invariant_v40.ipf
r639 r710 374 374 endif 375 375 376 Variable yesGuinier=0,nume,inv 376 Variable yesGuinier=0,nume,inv,scale 377 377 // do the extrapolation of the correct type 378 378 ControlInfo/W=Invariant_Panel check_0 //the Guinier box … … 397 397 398 398 if(yesGuinier) 399 Make/O/D G_coef={1000,-1000} //input 399 // Make/O/D G_coef={1000,-1000} //input 400 WaveStats/M=1/Q/R=[0,(nbeg-1)] iw 401 scale = V_avg 402 Make/O/D G_coef={(scale),-1000} //input -- with a better guess for the overall scale factor, 400 403 FuncFit Guinier_Fit G_coef iw[0,(nbeg-1)] /I=1 /X=qw /W=sw /D 401 404 extr_lqi= Guinier_Fit(G_coef,extr_lqq)
Note: See TracChangeset
for help on using the changeset viewer.