'xrtpipeline' script -- some examples --------------------------------------- ## basic command xrtpipeline srcra="10 16 48.1" srcdec="43 32 52.3" indir=/home/milvia/data/GRB050319/00111622000 outdir=./00111622000out steminputs=sw00111622000 ## to process PC mode only (parameter 'datamode') xrtpipeline srcra="10 16 48.1" srcdec="43 32 52.3" indir=/home/milvia/data/GRB050319/00111622000 outdir=./00111622000out steminputs=sw00111622000 datamode=PC ## to generate GTI using an expression different from the default one: (parameter 'gtiexpr') xrtpipeline srcra="10 16 48.1" srcdec="43 32 52.3" indir=/home/milvia/data/GRB050319/00111622000 outdir=./00111622000out1 steminputs=sw00111622000 gtiexpr="(ELV>=30||BR_EARTH>=120)&&(SUN_ANGLE>=45&&ANG_DIST<=0.2&&MOON_ANGLE>=14)&&(CCDTemp>=-102&&CCDTemp<=-47&&Vod1>=29.8&&Vod1<=30.25&&Vod2>=29.30&&Vod2<=29.80&&Vrd1>=16.40&&Vrd1<=16.80&&Vrd2>=16.45&&Vrd2<=16.90&&Vsub>=-0.1&&Vsub<=0.1&&Vbackjun>=-0.1&&Vbackjun<=0.1&&BaseLin1>=0.1&&BaseLin1<=0.4&&BaseLin2>=-0.1&&BaseLin2<=0.1)&&SETTLED==1" ## to apply a grade selection different from the default one to WT mode data: (parameter exprwtgrade) xrtpipeline srcra="10 16 48.1" srcdec="43 32 52.3" indir=/home/milvia/data/GRB050319/00111622000 outdir=./00111622000out steminputs=sw00111622000 exprwtgrade='0' ## to produce the exposure map and use it in the generation of the ancillary response file (ARF) xrtpipeline srcra="10 16 48.1" srcdec="43 32 52.3" indir=/home/milvia/data/GRB050319/00111622000 outdir=./00111622000out steminputs=sw00111622000 createexpomap=yes useexpomap=yes 'xrtproducts' script -- some examples --------------------------------------- ## to extract products (spectrum and light curve) from a region specified in an ASCII file (with the format compatible with ds9/xselect), setting the bin of the light curve to 10 sec. (binsize=-99 to use the default value). Also the ARF file is produced: xrtproducts regionfile=pc_source_annulus.reg stemout=source_annulus infile=sw00111622000xpcw4po_cl.evt outdir=./products imagefile=none binsize=10 xrtproducts regionfile=pc_back.reg stemout=back infile=sw00111622000xpcw4po_cl.evt outdir=./products imagefile=none binsize=-99 ## to extract a light curve with a bin size of 5 sec. in the energy band 0.5 - 10. keV (PI chann. 500 - 1000) xrtproducts regionfile=pc_source_annulus.reg stemout=source_annulus infile=sw00111622000xpcw4po_cl.evt outdir=./products imagefile=none phafile=none binsize=5 pilow=500 pihigh=1000