# # parameter file for pwdetect # # # input event list # inpfile,s,a,"eventlist.fits",,,"Input file name" # # exposure map # expfile,s,a,"expmap.fits",,,"Exposure map file name" # # thresholds # sigthresh1,r,h,4.0,,,"First threshold significance for detection" sigthresh2,r,a,5.31,,,"Final threshold significance for detection" # # scales # maxscale,r,a,16.0,,,"Maximum wavelet scale (arcsec) [powers of sqrt(2)]" # # ACIS Single chip mode flag # Single_chip_mode,i,a,0,,,"ACIS single chip mode flag (0=Full ACIS-I, 1=Single Chip)" # # ACIS Single Chip Identifier # nchip,i,a,0,,,"ACIS single chip Identifier (0 to 9)" # # output file names # srcfile,s,a,"det",,,"Output source list filename root" bkgfile,s,a,"bkgmap",,,"Output background filename root" logfile,s,a,"det_log",,,"Output Log file name" # # mode # mode,s,h,"ql",,, # # end of parameters # ########################################################################