Skip to content
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

Merged
merged 80 commits into from
Apr 27, 2017
Merged

[BUG]: fix major bugs in PyKE #5

merged 80 commits into from
Apr 27, 2017

Conversation

mirca
Copy link
Member

@mirca mirca commented Mar 24, 2017

Copy link
Member

@barentsen barentsen left a 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
Copy link
Member

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?

@mirca
Copy link
Member Author

mirca commented Mar 28, 2017

The last commit addresses the changes on the Header.update method. http://docs.astropy.org/en/stable/io/fits/api/headers.html#astropy.io.fits.Header.update

@barentsen
Copy link
Member

Thanks @mirca! All these changes look sensible to me!

@mirca
Copy link
Member Author

mirca commented Apr 25, 2017

@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()
Copy link
Member

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'})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bang

@mirca
Copy link
Member Author

mirca commented Apr 26, 2017

@barentsen @mrtommyb merging in 3, 2, 1...

@mirca mirca merged commit 3963a75 into KeplerGO:master Apr 27, 2017
@mirca mirca deleted the major-bug-fix branch April 27, 2017 02:24
@mirca mirca restored the major-bug-fix branch April 27, 2017 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants