# # AUTOPILOT supported options: # # events: # thres_dac: # vcal_dac: # vatt_dac: # vref_dac: # # calib: start stop step threshold filename # noise: start stop step max events filename # qinj: start stop step threshold filename # # # File naming convention for BinRAL LabVIEW code # ============================================== # # "Autofit.vi" will attempt to fit all new files created in the selected directory # whose names contain the text "calib" or "qin" and end with the suffix ".dat". # Hence all files "*calib*.dat" and "*qin*.dat" are picked up by the program # and the data fitted to give files "*calib*.fit" and "*qin*.fit". # # Other programs such as "Response Curve.vi" and "NseOcc.vi" function in OFFLINE # mode only. The programs operate upon a block of sequentially numbered filenames. # The current versions of the programs look first for an underscore character, # attempting to find a number in the remainder of the filename string. This was # chosen deliberately such that the first part of the filename may contain a # numeric identifier relating to a specific module (eg. UKCT1). Consequentially # each filename may contain only one underscore character. # # The remainder of this file gives example filenames which are suitable for use # with the BinRAL code..... # # events: 500 # #calib: start stop step threshold filename # calib: 0.0 0.8 0.050 120 mymoduleqin_0.dat calib: 0.0 0.8 0.050 140 mymoduleqin_1.dat calib: 0.0 0.8 0.050 160 mymoduleqin_2.dat calib: 0.0 1.0 0.050 180 mymoduleqin_3.dat calib: 0.0 1.2 0.050 200 mymoduleqin_4.dat calib: 0.0 1.4 0.050 240 mymoduleqin_5.dat calib: 0.2 1.6 0.050 280 mymoduleqin_6.dat calib: 0.2 1.6 0.050 320 mymoduleqin_7.dat # #events: 100000 # #noise: start stop step max events filename # #noise: 80 260 20 1000000 mymodulenoise.dat # #