- Timestamp:
- Nov 30, 2012 5:04:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/TISANE.ipf
r871 r881 6 6 //Functions to deal with TISANE data 7 7 8 Constant ATXY = 09 Constant ATXYM = 210 Constant ATMIR = 111 Constant ATMAR = 312 13 Constant USECSPERTICK=0.1 // microseconds14 Constant TICKSPERUSEC=1015 Constant XBINS=12816 Constant YBINS=1288 Static Constant ATXY = 0 9 Static Constant ATXYM = 2 10 Static Constant ATMIR = 1 11 Static Constant ATMAR = 3 12 13 Static Constant USECSPERTICK=0.1 // microseconds 14 Static Constant TICKSPERUSEC=10 15 Static Constant XBINS=128 16 Static Constant YBINS=128 17 17 18 18 Proc Show_TISANE_Panel()
Note: See TracChangeset
for help on using the changeset viewer.