|
Size: 3273
Comment:
|
Size: 3148
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
| aux_channels_file_path = /path/of/channel/list/file | aux_channels_file_path = /path/to/channel/list/file |
| Line 30: | 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 92: | Line 92: |
| [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 |
[OK] Cache [OK] Main channel [OK] Aux-channel [OK] Segment |
| Line 126: | Line 127: |
| Saved Contribution Trend plot: MIC Saved Contribution Trend plot: PCC Saved Contribution Trend plot: Kendall |
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
Configuration contents
[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 Begin]
# 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 LSC locked segment of detector...
Plotting BNS range, ASD, and spectrogram based on given time duration...
Plotting coefficient trend...
Saved Trend plot: K1:AUX_CHANNEL_NAME_1
.
.
.
Plotting coefficient contribution trend...
Saved Distribution Trend plot: MIC
Saved Distribution Trend plot: PCC
Saved Distribution Trend plot: Kendall
Plotting tiemseries and scatter...
Saved Timeseries plot: K1:AUX_CHANNEL_NAME_1
.
.
.
Saved Scatter plot: K1:AUX_CHANNEL_NAME_1
.
.
.
Saved html file
DONE