xis の P-sum モードの event ファイルについての質問です。
2011年10月に行われた Cyg X-1 の観測で、
xis/event_uf/ae406013010xi3_2_timp002z_uf.evt
はあるのですが、本来あるはずの ae406013010xi3_1_* が見つかりません。
すこしログを探ったところ、という箇所でコケており、その原因は、
XISbitUncompress: events lost due to telemetry full!!
というエラーが多く出ていて、
$ grep -n10 error ae406013010xi3_0.log
50080-#### Applying microcode-based GTI ae406013010xi3_0_002.gti
50081-% fcopy infile="ae406013010xi3_1_timing_psum.tff[FRAMES][gtifilter('ae406013010xi3_0_002.gti[GTI]',EXPTIME_AETIME)]"
outfile=ae406013010xi3_0.tmpfile1
50082-fcopy 1.0 : could not allocate memory
50083-fcopy 1.0 : Failed to reallocate memory (mem_truncate)
50084-fcopy 1.0 : on-the-fly selection of rows in input table failed (ffopen)
50085-fcopy 1.0 : while trying to select rows with the following filter:
50086-fcopy 1.0 : gtifilter('ae406013010xi3_0_002.gti[GTI]',EXPTIME_AETIME)
50087-% fextract infile="ae406013010xi3_0.tmpfile1[FRAMES]"
outfile=ae406013010xi3_0.tmpfile2
50088-fextract3.0b : could not parse the input filename:
(c_fcpars)ae406013010xi3_0.tmpfile1[FRAMES]
50089-fextract3.0b : unable to open infile
50090:fextract3.0b : Error Status Returned : 104
50091-fextract3.0b : could not open the named file
でコケているためだと思われます。
通常であれば、テレメトリが飽和していても、8秒のうち、飽和していない時間は使えるのですが、
今回は、_1_uf ファイルが全くないので、そのデータを取得することができません。
どうすれば取得できるでしょうか。