I hereby claim:
- I am transientlunatic on github.
- I am lpmn (https://keybase.io/lpmn) on keybase.
- I have a public key ASCSLnwk5X0yaDIA0bqBF_Gv-fIHfoBIRVHs_Tx-Mj71nAo
To claim this, I am signing this object:
| import scipy | |
| import re | |
| data = scipy.fromfile(datafile, dtype=np.float32) | |
| a = re.compile("ra(.*)dec(.*)time(.*).dat") | |
| bandwidth = 4e6 | |
| centre = 1420.4e6 |
| # Script here |
I hereby claim:
To claim this, I am signing this object:
| patch.linewidth: 0.5 | |
| patch.facecolor: 348ABD # blue | |
| patch.edgecolor: EEEEEE | |
| patch.antialiased: True | |
| font.size: 8 | |
| text.usetex: True, | |
| font.family: 'New Century Schoolbook', | |
| text.color : black, |
| #! /bin/bash | |
| # This is a bash script to install the BurstSims environment as | |
| # described at https://wiki.ligo.org/Bursts/BurstSimsEnvironment | |
| NAME=burstsim | |
| SOURCE_DIR=${HOME}/repositories | |
| # Install PIP in the home directory | |
| VERSION=`python -c 'import sys; print "%d.%d" % (sys.version_info[0], sys.version_info[1])'` | |
| mkdir -p ${HOME}/local/pip-7.1.0/lib/python${VERSION}/site-packages |
| #! /bin/bash | |
| LIBFRAME_VER=v8r26 | |
| # CHECK IF WE'RE INSTALLING INTO A VIRTUALENV | |
| if [ -n "$VIRTUAL_ENV" ]; then | |
| echo "This installation appears to be within a virtual environment." | |
| echo "LALSuite will be installed to $VIRTUAL_ENV." |