Changeset 1112 for trunk/scanCCD.py
- Timestamp:
- Oct 17, 2013 1:04:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scanCCD.py
r1077 r1112 1 1 #scanCCD data processing 2 2 ''' 3 *scanCCD: reduce data from scanning CCD* 4 ======================================== 5 6 Quickly prototyped routine for reduction of data from detector described in 7 B.H. Toby, T.J. Madden, M.R. Suchomel, J.D. Baldwin, and R.B. Von Dreele, 8 "A Scanning CCD Detector for Powder Diffraction Measurements". 9 Journal of Applied Crystallography. 46(4): p. 1058-63 (2013). 10 11 ''' 3 12 import os 4 13 import os.path as ospath … … 686 695 687 696 def main(): 697 'starts main application to merge data from scanning CCD' 688 698 application = scanCCDmain(0) 689 699 application.MainLoop()
Note: See TracChangeset
for help on using the changeset viewer.