-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: fix major bugs in PyKE #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Apart from one small typo?
kepregr.py
Outdated
@@ -4,7 +4,7 @@ | |||
|
|||
from pyraf import iraf | |||
import numpy, sys, time, pyfits, pylab | |||
from pyfits import * | |||
from astropy.io import fits as pygfits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean pyfits
instead of pygfits
?
The last commit addresses the changes on the |
Thanks @mirca! All these changes look sensible to me! |
@barentsen Are you happy if I merge this as is or would you like to play with it before? x) |
keptrial.py
Outdated
fc='#ffff00',lw=2) | ||
plt.ion() | ||
plt.figure(1,figsize=[7,10]) | ||
plt.clf() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation is a bit funny here?
kepbls.py
Outdated
pylab.grid() | ||
plt.plot(ptime[1:-1],pout[1:-1],color=lcolor,linestyle='-',linewidth=lwidth) | ||
plt.fill(ptime,pout,color=fcolor,linewidth=0.0,alpha=falpha) | ||
plt.xlabel(xlab, {'color' : 'k'}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bang
@barentsen @mrtommyb merging in 3, 2, 1... |
Update .travis.yml
cc @barentsen @mrtommyb