;;;;;;;;;;; ; ; Identify wrapper (Identify.exe) ; ;;;;;;;;;;; ; ; In Idenfitication mode, PoliIdentify invokes Identify.exe with a spectrum file (tmp.spe), ; about every 8 seconds or 33 seconds, and use resulting report file (tmp.rep) to show identified isotope(s). ; ; By renaming original Identify.exe and using this wrapper as Identify.exe, it saves ; these spectrum and report files for PM1703 MO-1A/B, as well as the log file of USB communication between PoliIdentify ; and PM1703 MO-1A in SPE directory (either under Pro Identify directory or in the root of D: E: or F: if SPE directory is present). ; (I don't know if BT communication would leave any log or not, at this moment. Please test and let me know.) ; ; Also, it can modify the calibration data, LT & RT value (to avoid the bug of PoliIdentify), ; and possibly other functions. ; ; Installation: ; Rename Identify.exe to Identify-orig.exe in Identify directory (C:\Users\{username}\AppData\Roaming\Polimaster\PM PRD PoliIdentify\Identify) ; Copy Identify.exe (the Identify wrapper) into Identify directory ; ; Optionally, copy one of Identify-calib-****.txt file into PM Pro PoliIdentify directory, ; make modification as needed, and rename it as Identify-calib.txt. ; ; So, it will be like this: ; * In Identify directory: C:\Users\{username}\AppData\Roaming\Polimaster\PM PRD PoliIdentify\Identify ; Identify-orig.exe : Original Identify.exe. You should rename it BEFORE copying Identify wrapper. ; Identify.exe : wrapper file that replace original Identify.exe You only need this file ; ; Idendify.au3 : Autoit3 source file. You can modify it to do what you want. ; ; * In PoliIdentify directory: C:\Users\{username}\AppData\Roaming\Polimaster\PM PRD PoliIdentify\ ; Identify-calib-24c.txt ; Identify-calib-Frigo.txt ; Identify-calib-3-24c.txt ; These are optional calibration adjustment file. ; Copy one of them as Identify-calib.txt and make modify as you wish. ; 24c and Frigo is fixed calibration, while 3-24c will modify calibration according to the average temperature. ; ; * In SPE directory: C:\Users\{username}\AppData\Roaming\Polimaster\PM PRD PoliIdentify\SPE ; You will se lots of spe, rep, log files, and one data log. ; ; ; License: This is a free software. However, users should report and share bugs, patches, ; and findings about PM1703 and radio isotopes with me and others. ; http://tech.groups.yahoo.com/group/GammaSpectrometry/ ; ; By nkom@rocketmail.com C. 2013 ; ; Ver. 0.02 2013-04-08 Added average temperature based calibration. ; Ver. 0.01 2012-10-22 Debug version. ;