-
The aperture mask is a part of the provenance of any Kepler/K2/TESS lightcurve procured through conventional aperture photometry conducted with pre-defined or custom-specified apertures. Storing the …
gully updated
5 years ago
-
Imagine you painstakingly create a custom aperture mask for aperture photometry. Perhaps you've done so with our slick new `.interact()` method. Or maybe you've done so programmatically by some othe…
gully updated
5 years ago
-
-
I wanted to get a list of K2 papers with more than 20 citations. I ran
``` python
import kpub
x = kpub.PublicationDB()
q = x.get_most_cited(mission='k2')
print([q[i]['citation_count'] for i in range…