|
Size: 3273
Comment:
|
Size: 3370
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 13: | Line 13: |
| == Configuration contents == | == Syntax of configuration files == |
| Line 21: | Line 21: |
| active_segment_only = yes | |
| Line 36: | Line 37: |
[PLOTS] locked = yes |
|
| Line 83: | Line 81: |
| Active segment only option: yes | |
| Line 86: | Line 85: |
| Plot locked bar option: yes | |
| Line 92: | Line 90: |
| [OK] it is available to load the Time-series data within a given duration [OK] data for the main channel exits in given frame files [OK] data for aux-channels exits in given frame files [Process Begin] |
[OK] Cache [OK] Main channel [OK] Aux-channel [OK] Segment [Process Begins] Reading segment information... Calculating each coefficient... |
| Line 97: | Line 98: |
| # Flagged semgnet: active | |
| Line 118: | Line 120: |
| Reading LSC locked segment of detector... | |
| Line 120: | Line 121: |
| Saved BNS range plot: K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ Saved ASD plot: K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ Saved Spectrogram plot: K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ |
|
| Line 125: | Line 129: |
| Plotting coefficient contribution trend... | Plotting coefficient distribution trend... |
| Line 129: | Line 133: |
| Plotting tiemseries and scatter... Saved Timeseries plot: K1:AUX_CHANNEL_NAME_1 |
Plotting Scatter and OmegaScan plots... Saved Scatter plot: K1:AUX_CHANNEL_NAME_1 Saved OmegaScan plot: K1:AUX_CHANNEL_NAME_1 |
| Line 134: | Line 139: |
| Saved Scatter plot: K1:AUX_CHANNEL_NAME_1 . . . Saved html file |
Saved HTML file |
Required scripts and files
[CAGMon@USER CAGMonEtude]$ ls CAGMonEtude.py Agrement.py Melody.py Conchord.py Echo.py Configuration.ini Channel_List.lst
Syntax of configuration files
[GENERAL] gps_start_time = 1234500000 gps_end_time = 1234599968 sampling_rate = 1024 normalized = yes whitening = no active_segment_only = yes [SEGMENT] defined_condition = K1:GRD-LSC_LOCK_STATE_N == 1000 [CHANNELS] main_channel = K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ aux_channels_file_path = /path/to/channel/list/file [INPUT AND OUTPUT PATHS] frame_files_path = /path/to/frame/file/folder output_path = /path/to/output/folder [MIC] mic_alpha = 0.6 mic_c = 15 [TREND] stride = 10
Syntax of Channel list files
Type 1
K1:AUX_CHANNEL_NAME_1 K1:AUX_CHANNEL_NAME_2 K1:AUX_CHANNEL_NAME_3 . . .
Type 2
K1:AUX_CHANNEL_NAME_1 SAMPLE_RATE K1:AUX_CHANNEL_NAME_2 SAMPLE_RATE K1:AUX_CHANNEL_NAME_3 SAMPLE_RATE . . .
Execute the CAGMon etude script
[CAGMon@USER CAGMonEtude]$ python CAGMonEtude.py --config Configuration.ini
,-----. ,---. ,----. ,--. ,--. ,--. ,--.
' .--./ / O \ ' .-./ | `.' | ,---. ,--,--, ,---. ,-' '-.,--.,--. ,-| | ,---.
| | | .-. || | .---.| |'.'| || .-. || \ | .-. :'-. .-'| || |' .-. || .-. :
' '--'\| | | |' '--' || | | |' '-' '| || | \ --. | | ' '' '\ `-' |\ --.
`-----'`--' `--' `------' `--' `--' `---' `--''--' `----' `--' `----' `---' `----'
[Configuration Information]
Start GPS time: 1234500000
End GPS time: 1234599968
Main channels: K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ
Sampling rate: 1024Hz
Normalizing option: yes
Whitening option: no
Active segment only option: yes
Defined segment condition: K1:GRD-LSC_LOCK_STATE_N == 1000
MIC parameter Alpha: 0.6
MIC parameter c: 15.0
Coefficient trend stride: 10.0 seconds
[Computing Resources]
Given CPUs: 12 cores
Given memory: 23.3727874756 GB
[Configuration Validation Check]
[OK] Cache
[OK] Main channel
[OK] Aux-channel
[OK] Segment
[Process Begins]
Reading segment information...
Calculating each coefficient...
# Segment[1/9996]: 1234500000 - 1234500010 (stride: 10 seconds)
# Flagged semgnet: active
Calculating PCC coefficients...
PCC
Channel: K1:AUX_CHANNEL_NAME_1
Value: 0.0196410830996
.
.
.
Calculating Kendall coefficients...
Kendall
Channel: K1:AUX_CHANNEL_NAME_1
Value: 0.00749314591615
.
.
.
Calculating MIC coefficients...
MIC
Channel: K1:AUX_CHANNEL_NAME_1
Value: 0.228869773591
.
.
.
Plotting BNS range, ASD, and spectrogram based on given time duration...
Saved BNS range plot: K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ
Saved ASD plot: K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ
Saved Spectrogram plot: K1:CAL-CS_PROC_C00_STRAIN_DBL_DQ
Plotting coefficient trend...
Saved Trend plot: K1:AUX_CHANNEL_NAME_1
.
.
.
Plotting coefficient distribution trend...
Saved Distribution Trend plot: MIC
Saved Distribution Trend plot: PCC
Saved Distribution Trend plot: Kendall
Plotting Scatter and OmegaScan plots...
Saved Scatter plot: K1:AUX_CHANNEL_NAME_1
Saved OmegaScan plot: K1:AUX_CHANNEL_NAME_1
.
.
.
Saved HTML file
DONE