- Timestamp:
- May 14, 2009 10:24:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/LinearizedFits/LinearizedFits_v40.ipf
r477 r502 538 538 WAVE W_sigma=W_sigma 539 539 String textstr_1,textstr_2,textstr_3 = "" 540 Variable rg,rgerr,minfit,maxfit 540 Variable rg,rgerr,minfit,maxfit,izerr 541 541 542 542 textstr_1 = "Slope = " + num2str(W_coef[1]) + " ± " + num2str(W_sigma[1]) … … 574 574 endif 575 575 If (cmpstr("1/I",ystr) == 0) 576 textstr_3 = "I(q=0) = " + num2str(1/W_coef[0]) 576 izerr = abs(1/W_coef[0] - 1/(W_coef[0]+W_sigma[0])) 577 textstr_3 = "I(q=0) = " + num2str(1/W_coef[0])+" ± " + num2str(izerr) 577 578 break 578 579 endif
Note: See TracChangeset
for help on using the changeset viewer.