Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2020-01-02 03:04:25
Size: 841
Comment:
Revision 7 as of 2020-01-10 16:54:22
Size: 2559
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Directory: {{{/home/controls/segments}}} -> {{{/home/controls/segments/name/yyyy}}}
File: {{{SegmentList_foo_UTC_yyyy-mm-dd}}} -> {{{name_yyyy-mm-dd}}}
  * 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.
K1-DET_CONFIG_Vn will change the number when KAGRA configuration changes. If change happens and your analysis is affected by configuration change, please use consistent configuration.
Line 8: Line 13:
|| '''name''' || '''definition''' || '''file name''' || '''description''' ||
|| || K1:GRD_LSC_LOCK_STATE_N == 1000 || SegmentList_FPMI_UTC_yyyy-mm-dd || Observation mode ||
|| || K1:GRD_LSC_LOCK_STATE_N != 1000 || SegmentList_unlocked_UTC_yyyy-mm-dd || NOT Observation mode ||

|| '''name''' || '''definition''' || '''file name''' || '''description''' || '''valid period''' ||
|| K1-GRD_SCIENCE_MODE || K1:GRD_LSC_LOCK_STATE_N == 1000 || K1-GRD_SCIENCE_MODE_SEGMENT_UTC_yyyy-mm-dd || Observation mode || 2020/1/10~ ||
|| K1-GRD_LOCKED || K1:GRD_LSC_LOCK_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_LSC_LOCK_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~ ||

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 ||
Line 12: Line 27:
|| || K1:GRD-LSC_LOCK_STATE_N == 300 || SegmentList_locked_UTC_yyyy-mm-dd || FPMI locked || || || K1:GRD-LSC_LOCK_STATE_N == 300 || SegmentList_locked_UTC_yyyy-mm-dd || FPMI locked || ~2020/1/20 ||
Line 14: Line 29:
|| || K1:GRD_IMC_STATE_N >= 100 || SegmentList_IMC_UTC_yyyy-mm-dd || IMC locked || || || K1:GRD_IMC_STATE_N >= 100 || SegmentList_IMC_UTC_yyyy-mm-dd || IMC locked || ~2020/1/20 ||
Line 16: Line 31:

== Automation ==
  * 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. K1-DET_CONFIG_Vn will change the number when KAGRA configuration changes. If change happens and your analysis is affected by configuration change, please use consistent configuration.

Definition

name

definition

file name

description

valid period

K1-GRD_SCIENCE_MODE

K1:GRD_LSC_LOCK_STATE_N == 1000

K1-GRD_SCIENCE_MODE_SEGMENT_UTC_yyyy-mm-dd

Observation mode

2020/1/10~

K1-GRD_LOCKED

K1:GRD_LSC_LOCK_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_LSC_LOCK_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~

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: 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)