# # parameter file for pwdetect # # # input event list # inpfile,s,a,"evtfile.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.1,,,"Final threshold significance for detection" # # scales # maxscale,r,a,8,,,"Maximum wavelet scale (arcsec) [powers of sqrt(2)]" onescale,s,a,n,,,"Detection at Maximum Scale only (y/n)" # # additional edge margin # edgemargin,r,a,7,,,"Additional edge margin (arcsec)" # # relative exposure threshold (0-1, recommended: 0.9) # relthr,r,a,0.9,,,"Relative exposure threshold (0-1, recommended: 0.9)" # # 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" # # live show # liveshow,i,a,0,,,"Live show (1=yes, 0=no) ?" # # PSF size parameter # eband,r,h,1.4967,,,"Energy band" # ######################################################################## # # using defaults is recommended here # # mode # mode,s,h,"ql",,, # # end of parameters # ########################################################################