Skip to content

Instantly share code, notes, and snippets.

View beckermr's full-sized avatar

Matthew R. Becker beckermr

View GitHub Profile
@beckermr
beckermr / test_read.py
Last active February 22, 2019 22:59
testing code for fits strings - run test_roundtrips.py first, then test_read.py
import glob
import sys
import astropy
import astropy.table
import fitsio
IS_PY3 = tuple(sys.version_info)[0:3] >= (3, 0, 0)
def _read_fitsio(fname):
@beckermr
beckermr / vi_notes.ipynb
Created September 25, 2018 15:59
VI Notes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@beckermr
beckermr / supermongo.mplstyle
Last active January 23, 2019 17:35
supermongo
#lines
lines.linewidth : 1.0
lines.linestyle : -
lines.color : black
#fonts & text
font.family : serif
font.weight : normal
font.size : 12.0
text.color : black