improved handling of SDF files

This commit is contained in:
P.M. Sutter 2014-02-03 04:40:50 -06:00
parent eb7446e4f5
commit b19fbca2ad
3 changed files with 91 additions and 135 deletions

View file

@ -21,6 +21,8 @@
import os
from numpy import abs
import matplotlib
matplotlib.use('Agg')
LIGHT_SPEED = 299792.458