Reports 1-1 of 1 Clear search Modify search
DetChar (General)
chihiro.kozakai - 12:58 Saturday 10 August 2019 (9923) Print this report
Convenient script to make basic plot

 

Please try Kozapy if you need more flexible plot tool than gui-based tool in Kamioka. It will also save time to troublesome gui input.

You can do it in k1det0, k1sum0, k1sum1 in Kamioka. Also Kashiwa server is applicable by cloning the Kozapy in your directory, git clone https://github.com/gw-detchar/Kozapy.git ( https://github.com/gw-detchar/Kozapy ) and it is my recommendation. 

 

Here is example of implementation assuming you are in either k1det0, k1sum0, k1sum1. If you are fine with current function only, you can get result by just 3 commands. I attach example plots of these command. I recommend to make shell script of these command with preffered argument parameter. I put example at /users/DET/tools/GlitchPlot/Script/Kozapy/samples/example.sh

 

Spectrogram

$ kozapy

(If you are in Kashiwa server, please go to Kozapy/samples/)

("$ python batch_whitening_spectrogram.py -h" will provide description of arguments. Below command is minimum.  -k is for kamioka, please remove if Kashiwa server.)

$ python batch_whitening_spectrogram.py -c K1:IMC-CAV_TRANS_OUT_DQ -s 1249442120 -e 1249442220 -o /path/to/output/directory/ -k

(you will see the output file name on the terminal)

$ eog /path/to/output/directory/*

 

Coherencegram

$ kozapy

(If you are in Kashiwa server, please go to Kozapy/samples/)

("$ python batch_coherencegram.py -h" will provide description of arguments. Below command is minimum.  -k is for kamioka, please remove if Kashiwa server.)

$ python batch_coherencegram.py -r K1:IMC-CAV_REFL_OUT_DQ -c K1:IMC-CAV_TRANS_OUT_DQ -s 1249442120 -e 1249442220 -o /path/to/output/directory/ -k

(you will see the output file name on the terminal)

$ eog /path/to/output/directory/*

 

Time series

$ kozapy

(If you are in Kashiwa server, please go to Kozapy/samples/)

("$ python batch_timeseries.py -h" will provide description of arguments. Below command is minimum.  -k is for kamioka, please remove if Kashiwa server.)

$ python batch_timeseries.py -c K1:IMC-CAV_TRANS_OUT_DQ.mean -s 1249442120 -e 1249442121 -o /path/to/output/directory/ -k

(you will see the output file name on the terminal)

$ eog /path/to/output/directory/*

 

channel can be list, all channels are overlaid.

 

Spectrum

$ kozapy

(If you are in Kashiwa server, please go to Kozapy/samples/)

("$ python batch_spectrum.py -h" will provide description of arguments. Below command is minimum.  -k is for kamioka, please remove if Kashiwa server.)

$ python batch_spectrum.py -c K1:IMC-CAV_TRANS_OUT_DQ -s 1249442120 1249442130 -e 1249442121 1249442131 -o /path/to/output/directory/ -k

(you will see the output file name on the terminal)

$ eog /path/to/output/directory/*

 

channel and gps time can be list, all channels and times are overlaid.

 

 

I recommend to make shell script of these command with preffered argument parameter. I put example at /users/DET/tools/GlitchPlot/Script/Kozapy/samples/example.sh. If you need multiple plots using this tool, please try condor_jobfile*.sh in Kashiwa server. More information is available https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=10309

Images attached to this report
Search Help
×

Warning

×