アットウィキロゴ

fits column を binning


fitsファイルの任意のcolumnをbinningしたい


fcurve を使う。

fcurve binmode=MEAN 
Name of input GTI file, blank if none[]   <- 必要ならGTIファイル名を入力
Name of output FITS table file[out_fcurve.fits] output.fits 
Name of the time (independent) column[TIME] TIME <- 「ライトカーブの横軸」にする column 名を入力
Names of column(s) for dependent parameter(s)[GEA_C0_VC GEB_C0_VC]  <- binningしたい column 名を入力
Size of time bins[10] 10  <- 1binにまとめるコラム数 
Lower time limit[INDEF] 
Upper time limit[INDEF] 

binmode=SUM にすると、各binの値の和になる。
最終更新:2011年11月17日 22:59