Ann Marie Cody
Ann Marie Cody
Use this one instead of any previous pull request.
k2sc runs successfully on most of my light curves, but I am finding that for a percent or two of them, it returns an error in the section of gp.py...
The way that Python 3 reads in text files is different from Python 2, which means that the header column names get turned into bytes instead of strings, which means...
In the k2io.py code, there are a few lines at the end which are problematic for 'AMC' format light curve files. The issue is here: `for h in (data.primary_header,hdu.header):` There...