Assigned Member (担当者)2007-03-26, A.Bamba2007-04-05, Y.Urata 2007-04-19, Y.Terada Name and Institute (質問者/機関)尾崎 正伸 / ISASQuestion (質問)配布されている XIS SFF から、訳あって夜地球および昼地球データを 再抽出しようとしています。抽出条件は配布ログファイル aeXXXXXXXXX_joblog.html から例えばInfile: ae100005010xi0_1_2x2n015z_uf.evt Outfile: ae100005010xi0_0_2x2n015c_de.evt Row criteria: GRADE=0:0 2:4 6:6 STATUS=0:262143 GTI criteria: SAA_HXD == 0 && T_SAA_HXD > 436 && ELV < -5 && NTE_ELV>100 && ANG_DIST < 1.5 && S0_DTRATE < 3 && AOCU_HK_CNT3_NML_P==1 && S0_ADHST_A == 0 && S0_ADHST_B == 0 && S0_ADHST_C == 0 && S0_ADHST_D == 0 && S0_ADHEND_A == 255 && S0_ADHEND_B == 255 && S0_ADHEND_C == 255 && S0_ADHEND_D == 255 && S0_ADVST_A == 0 && S0_ADVST_B == 0 && S0_ADVST_C == 0 && S0_ADVST_D == 0 && S0_ADVEND_A == 1023 && S0_ADVEND_B == 1023 && S0_ADVEND_C == 1023 && S0_ADVEND_D == 1023 && S0_DSC_INOUT_A == 0 && S0_DSC_INOUT_B == 0 && S0_DSC_INOUT_C == 0 && S0_DSC_INOUT_D == 0 && S0_GDSC_OTHERS == 1 && S0_GDSC_TRAIL_SP == 1 && S0_GDSC_LEAD_SP == 1 && S0_GDSC_SINGLE == 1 && S0_EVTHLW_A == 50 && S0_EVTHLW_B == 50 && S0_EVTHLW_C == 50 && S0_EVTHLW_D == 50 && S0_EVTHUP_A == 3583 && S0_EVTHUP_B == 3583 && S0_EVTHUP_C == 3583 && S0_EVTHUP_D == 3583 && S0_AREA_DSC_A == 0 && S0_AREA_DSC_B == 0 && S0_AREA_DSC_C == 0 && S0_AREA_DSC_D == 0 && S0_GRADE_DSC_A == 0 && S0_GRADE_DSC_B == 0 && S0_GRADE_DSC_C == 0 && S0_GRADE_DSC_D == 0 (適宜改行を挿入済: 長くてすみませんね) のように機械的に取得できたのですが、実際にこの抽出を実行するには どうしたらよいでしょうか。xselect では GTI criteria が長過ぎて 最後まで入力できないように見えます。ログファイルを見ると、配布データ 作成時は extractor を直接起動しているようですが具体的なコマンド行 引数等までは書かれていません。 Answer from(回答の文責)FTOOLSのKeith ArnaudAnswer (答え)The problem here is that the character string in xselect is too short. Four files in the source code of xselect need to be changed.An alternative work-around is to divide the HK selection into several parts. Do an hkselect with part of the selection, extract events, then do another hkselect with the next part of the selection, extract events again, and so on. I hope this is helpful. I will increase the size of the this and similar character strings in the next version of xselect. Status (詳細なステータス)2007-03-23 Accept.2007-03-26 forwarded to FTOOL HELP. 2007-03-28 Done. 2007-03-29 Updated. 2007-04-05 Got answer from FTOOLS Help. 2007-04-11 Done(2). 2007-04-19 Continue to Q=0052. ![]() ![]() ![]() ![]() ![]() |