結構戻ってやり直し


いろいろあったけど10/09のミスを見つけたのでそこから...
GTIファイル作成
hercules:~/analysis/0116900501/PPS%
tabgtigen table=m1_Lc_100.fits:RATE gtiset=m1_gti_time.fits timecolumn=TIME expression='(TIME in [66354826.9 : 66360826.9])'
(これは変更なし)
hercules:~/analysis/0116900501/PPS% evselect table=m1_filtered_200-12000.fits:EVENTS withfilteredset=yes expression='GTI(m1_gti_time.fits,TIME)' filteredset=m1_filt_time.fits filtertype=expression keepfilteroutput=yes updateexposure=yes filterexposure=yes
元データでなくちゃんとフィルターかけたデータを使う

ライトカーブを確認
hercules:~/analysis/0116900501/PPS% evselect table=m1_filt_time.fits:EVENTS withrateset=yes rateset=m1_Lc_filt_time.fits maketimecolumn=yes timecolumn=TIME timebinsize=100 makeratecolumn=yes
hercules:~/analysis/0116900501/PPS% dsplot table=m1_Lc_filt_time.fits x=TIME y=RATE.ERROR
xmgrace: Symbol `_XmStrings' has different size in shared object, consider re-linking


アンマカワンネー

画像を確認
hercules:~/analysis/0116900501/PPS% evselect table=m1_filt_time.fits withimageset=yes imageset=m1_image_filt_time.fits xcolumn=X ycolumn=Y imagebinning=imageSize ximagesize=600 yimagesize=600
hercules:~/analysis/0116900501/PPS% ds9 m1_image_filt_time.fits



ここまでのログ


フィルターしたデータで領域を取り直し


regデータの中身は
hercules:~/analysis/0116900501/PPS% cat m1_filt_time.reg
# Region file format: DS9 version 4.1
global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
physical
annulus(27806.956,26442.913,400,800)

選択した領域の位置・半径を指定してスペクトルを抽出する
hercules:~/analysis/0116900501/PPS% evselect table=m1_filt_time.fits energycolumn='PI' withfilteredset=yes filteredset='m1_filtered_20-40r.fits' keepfilteroutput=yes filtertype='expression' expression='((X,Y) in annulus(27806.956,26442.913,400,800))&&(FLAG==0)' withspectrumset=yes spectrumset='m1_pi_spec_20-40r.fits' spectralbinsize=15 withspecranges=yes specchannelmin=0 specchannelmax=11999


バックグラウンドスペクトルの抽出のやりなおし


中身は
hercules:~/analysis/0116900501/PPS% cat m1_image_background_filt_time_ds9.reg
# Region file format: DS9 version 4.1
global color=green dashlist=8 3 width=1 font="helvetica 10 normal roman" select=1 highlite=1 dash=0 fixed=0 edit=1 move=1 delete=1 include=1 source=1
physical
circle(13703,27449,2668.9439)

バックグラウンドスペクトル
hercules:~/analysis/0116900501/PPS% evselect table=m1_filt_time.fits energycolumn='PI' withfilteredset=yes filteredset='m1_bkg_filtered_20-40r.fits' keepfilteroutput=yes filtertype='expression' expression='((X,Y) in circle(13703,27449,2668.9439))&&(FLAG==0)' withspectrumset=yes spectrumset='m1_bkg_pi_20-40r.fits' spectralbinsize=15 withspecranges=yes specchannelmin=0 specchannelmax=11999

RMFファイル,ARFファイル,グ ルーピングの作成しなおし

log