lightkurve / lightkurve

A friendly package for Kepler & TESS time series analysis in Python.
https://lightkurve.github.io/lightkurve/
MIT License
425 stars 171 forks source link

Issues with How to perform aperture photometry with custom apertures tutorials #702

Open rebekah9969 opened 4 years ago

rebekah9969 commented 4 years ago
  1. Tutorial refers to a 'stitching tutorial', this does not exist.
  2. Because the stitch tutorial does not exist various sections of the tutorial need re-phrasing and a better explanation.
  3. Provide API links to all functions mentioned.
  4. Give more info about fold.
  5. The aper[-2:, 0:2] = 1 definition does not make sense - should be [2:0, 0:2] = 1
  6. When you compare the potentially contaminating bright star to the Kepler object you should use the same parameters in the way you plot and fold the light curve.
rebekah9969 commented 4 years ago

Currently working on this tutorial.