Size: 3143
Comment:
|
Size: 3002
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
== Configuration contents == | == Syntax of configuration files == |
Line 22: | Line 22: |
[SEGMENT] defined_condition = K1:GRD-LSC_LOCK_STATE_N == 1000 |
|
Line 24: | Line 27: |
aux_channels_file_path = /path/of/channel/list/file | aux_channels_file_path = /path/to/channel/list/file |
Line 27: | Line 30: |
frame_files_path = /path/of/frame/file/folder output_path = /path/of/ourput/folder |
frame_files_path = /path/to/frame/file/folder output_path = /path/to/output/folder |
Line 80: | Line 83: |
Defined segment condition: K1:GRD-LSC_LOCK_STATE_N == 1000 | |
Line 85: | Line 89: |
Given cpus: 12 cores | Given CPUs: 12 cores |
Line 88: | Line 92: |
[OK] it is available to load the Time-seres data within 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] # Segemnt[1/9996]: 1234500000 - 1234500010 (stride: 10 seconds) |
[OK] Cache [OK] Main channel [OK] Aux-channel [OK] Segment [Process Begins] # Segment[1/9996]: 1234500000 - 1234500010 (stride: 10 seconds) |
Line 114: | Line 119: |
Reading LSC locked segment of detector... | Reading segment information... |
Line 121: | Line 126: |
Plotting coefficient contribution trend... Saved Contribution Trend plot: MIC Saved Contribution Trend plot: PCC Saved Contribution Trend plot: Kendall Plotting tiemseries and scatter... Saved Timeseries plot: K1:AUX_CHANNEL_NAME_1 . . . Saved Scatter 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 |
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 [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 [PLOTS] locked = yes [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 Defined segment condition: K1:GRD-LSC_LOCK_STATE_N == 1000 MIC parameter Alpha: 0.6 MIC parameter c: 15.0 Plot locked bar option: yes 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] # Segment[1/9996]: 1234500000 - 1234500010 (stride: 10 seconds) 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 . . . Reading segment information... Plotting BNS range, ASD, and spectrogram based on given time duration... 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 Saved html file DONE