coherent WaveBurst
Config Reference Guide
home
cWB_docker
git
cWB
config
O2
SEARCHES
OFFLINE
BBH
LH
SIM
ebbh_injections
ebbh_uni
mysession.py
Go to the documentation of this file.
1
# coding: utf-8
2
import
matplotlib
3
import
numpy
as
np
4
data = np.loadtxt(
"eBBH_1.lst"
)
5
data
6
data = np.transpose(data)
7
data[1]
8
data[2]
9
data[3]
10
data[4]
11
ecc = data[5]
12
ecc = data[4]
13
import
matplotlib.pyplot
as
plt
14
get_ipython().magic(
u'save 1-14 musession.py'
)
15
get_ipython().magic(
u'save mysession.py 1-14'
)