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:
#! /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." |
#! /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 |
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, |
I hereby claim:
To claim this, I am signing this object:
# Script here |
import scipy | |
import re | |
data = scipy.fromfile(datafile, dtype=np.float32) | |
a = re.compile("ra(.*)dec(.*)time(.*).dat") | |
bandwidth = 4e6 | |
centre = 1420.4e6 |
% | |
% x=3*(minimum size)/2 | |
% x=\sqrt{3/4}*(minimum size)/2 | |
% | |
\usetikzlibrary{shapes.geometric} | |
\usetikzlibrary{calc} | |
\def\hexdia{1cm} |
\newcommand\gauss[2]{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))} | |
\newcommand\complicated{ 0.5*( 1/(.2*sqrt(2*pi))*exp(-((x-1)^2)/(.2*2^2))) + 0.5*(1/(.5*sqrt(2*pi))*exp(-((x-5)^2)/(.5*2^2)) ) } | |
% Gauss function, parameters mu and sigma | |
\begin{tikzpicture} | |
\foreach \x in {1,2,...,4}{ | |
\begin{scope}[xshift=1cm, yshift=1.5*\x cm] |
import altair | |
def pastle(): | |
# Typography | |
font = "Lato" | |
# At Urban it's the same font for all text but it's good to keep them separate in case you want to change one later. | |
labelFont = "Source Code Pro" | |
sourceFont = "Lato" # Axes | |
axisColor = "#000000" | |
gridColor = "#4298bd" # Colors | |
main_palette = ['#8dd3c7', '#ffffb3', '#bebada', |