- Timestamp:
- Oct 16, 2009 11:35:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/FACILITY_Utils.ipf
r570 r572 684 684 return(list) 685 685 End 686 687 //********************** 688 // 2D resolution function calculation - in terms of X and Y 689 // 690 // based on notes from David Mildner, 2008 691 // 692 // the final NCNR version is located in NCNR_Utils.ipf 693 // 694 Function/S get2DResolution(inQ,phi,lambda,lambdaWidth,DDet,apOff,S1,S2,L1,L2,BS,del_r,usingLenses,r_dist,SigmaQX,SigmaQY,fSubS) 695 Variable inQ, phi,lambda, lambdaWidth, DDet, apOff, S1, S2, L1, L2, BS, del_r,usingLenses,r_dist 696 Variable &SigmaQX,&SigmaQY,&fSubS //these are the output quantities at the input Q value 697 698 return("Function Empty") 699 End
Note: See TracChangeset
for help on using the changeset viewer.