Skip to content

Instantly share code, notes, and snippets.

View ctslater's full-sized avatar

Colin Slater ctslater

View GitHub Profile
@ctslater
ctslater / print_block.py
Created January 13, 2020 04:23
3ESS tape format printer
#!/usr/bin/env python
import struct
import sys
if __name__ == '__main__':
filename = sys.argv[1]
f = open(filename, "rb")
read_len = 50
@ctslater
ctslater / raw_amp.ipynb
Created June 1, 2018 17:36
ComCam raw_amp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ctslater
ctslater / gaia_ingest.ipynb
Created April 27, 2018 00:08
Gaia ingest into spark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ctslater
ctslater / mon_observability.ipynb
Created February 22, 2018 23:29
Monoceros Observability S18B
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ctslater
ctslater / bin.src_imageDifferenceDriver.py
Last active January 25, 2018 17:26
ImageDifferenceDriver
#!/usr/bin/env python
from lsst.pipe.drivers.imageDifferenceDriver import ImageDifferenceDriverTask
ImageDifferenceDriverTask.parseAndSubmit()