Differences between revisions 12 and 13
Revision 12 as of 2020-01-23 09:50:44
Size: 2813
Comment:
Revision 13 as of 2020-01-23 10:22:32
Size: 3084
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
  * Script: makeDailySegment.py ([[https://github.com/gw-detchar/tools/blob/master/Segments/Script/makeDailySegment.py|GitHub]])
  * Schedule: 0:10 (UTC) by crontab on k1det0
   * Schedule: 0:10 (UTC) by crontab on k1det0 (Partial file production every 15 min)
  * Script: make15minSegment.py ([[https://github.com/gw-detchar/tools/blob/master/Segments/Script/makeConfigSegment.py|GitHub]])
   * Schedule: 0:10 (UTC) by crontab on k1det0
  * Old script: makeDailySegment.py ([[https://github.com/gw-detchar/tools/blob/master/Segments/Script/makeDailySegment.py|GitHub]])
   * Schedule: 0:10 (UTC) by crontab on k1det0

Segments

File convention

  • Directory in Kamioka: /users/DET/Segments/ -> /users/DET/Segments/name/yyyy/

  • Directory in Kashiwa: /home/detchar/Segments/ -> /home/detchar/Segments/name/yyyy/

  • File: SegmentList_foo_UTC_yyyy-mm-dd.txt -> name_SEGMENT_UTC_yyyy-mm-dd.txt

Recommendation

  • All the data analysis must require K1-GRD_SCIENCE_MODE is active.

  • If your analysis is affected by configuration change: K1-DET_CONFIG_Vn will change the number when KAGRA configuration changes. Please use consistent configuration.

Definition

name

definition

file name

description

valid period

K1-GRD_SCIENCE_MODE

K1:GRD_IFO_STATE_N == 1000

K1-GRD_SCIENCE_MODE_SEGMENT_UTC_yyyy-mm-dd

Observation mode

2020/1/10~

K1-GRD_LOCKED

K1:GRD_IFO_STATE_N <= 1000 & K1:GRD_LSC_LOCK_STATE_N >= 300

K1-GRD_LOCKED_SEGMENT_UTC_yyyy-mm-dd

FPMI locked

2020/1/10~

K1-GRD_UNLOCKED

K1:GRD_IFO_STATE_N < 300

K1-GRD_UNLOCKED_SEGMENT_UTC_yyyy-mm-dd

Not locked

2020/1/10~

K1-DET_CONFIG_COMMISSIONING

Commissioning phase before O3. 2020/1/10~2020/2/11

K1-DET_CONFIG_COMMISSIONING_SEGMENT_UTC_yyyy-mm-dd

Commissioning phase before O3

2020/1/10~

K1-DET_CONFIG_O3_V1

O3 KAGRA configuration version 1. 2020/2/11~2020/4/30

K1-DET_CONFIG_O3_V1_SEGMENT_UTC_yyyy-mm-dd

1st configuration of KAGRA in O3

2020/1/10~

K1-GRD_EARTHQUAKE

K1:GRD_EARTHQUAKE_OK == 1

K1-GRD_EARTHQUAKE_SEGMENT_UTC_yyyy-mm-dd

Earthquake flag

2020/1/22~

Obsolete

name

definition

file name

description

valid period

K1:GRD_LSC_LOCK_STATE_N == 1000

SegmentList_FPMI_UTC_yyyy-mm-dd

Observation mode

~2020/1/20

K1:GRD_LSC_LOCK_STATE_N != 1000

SegmentList_unlocked_UTC_yyyy-mm-dd

NOT Observation mode

~2020/1/20

K1:GRD-LSC_LOCK_STATE_N == 300

SegmentList_locked_UTC_yyyy-mm-dd

FPMI locked

~2020/1/20

K1:GRD_IMC_STATE_N >= 100

SegmentList_IMC_UTC_yyyy-mm-dd

IMC locked

~2020/1/20

Automation

  • Script: make15minSegment.py (GitHub)

    • Schedule: 0:10 (UTC) by crontab on k1det0 (Partial file production every 15 min)
  • Script: make15minSegment.py (GitHub)

    • Schedule: 0:10 (UTC) by crontab on k1det0
  • Old script: makeDailySegment.py (GitHub)

    • Schedule: 0:10 (UTC) by crontab on k1det0

KAGRA/Subgroups/DET/Segments (last edited 2022-11-09 15:47:53 by HirotakaYuzurihara)