Skip to content

Instantly share code, notes, and snippets.

View mattgiguere's full-sized avatar

Matt Giguere mattgiguere

  • Yale University
  • New Haven, CT
View GitHub Profile
@mattgiguere
mattgiguere / README.md
Created August 2, 2016 23:34
d3v4 JSON Tree
@mattgiguere
mattgiguere / vumps_comparison_code
Created September 9, 2015 19:06
code for analyzing fringing in the MAOS/VUMPS quartz exposures
ft0826 = readfits('/tous/vumps/flats/vumps150826.hgh_flat.fits')
q0826 = readfits('/tous/vumps/fitspec/150826/rvumps150826.1034.fits')
tststr = readfits('/tous/vumps/fitspec/150826/rvumps150826.1031.fits')
vega = readfits('/tous/vumps/fitspec/150901/rvumps150901.1035.fits')
q0901 = readfits('/tous/vumps/fitspec/150901/rvumps150901.1023.fits')
items = ['150901 flat', '150826 flat', '150826 qtz', '150826 teststar', '150901 vega', '150901 qtz']
plot, ft29[*,40,1], col=0, /xsty, /ysty
oplot, q0901[1,*,40], col=120
oplot, ft0826[*,40,1], col=80