Skip to main content

All Questions

3 votes
2 answers
275 views

Fourier analysis of exoplanet transit to determine the number of planets in the system

Although I think that this can be done by simply looking at the transit graph, I was wondering if a Fourier transform of a transit (basically transforming transit depth/amplitude vs time graph to ...
Mercan's user avatar
  • 31
1 vote
0 answers
120 views

easy curve modeling package for transits that fits the data not just the parameters?

Does anyone have any recommendations for easy-to-use exoplanet transit light curve model fitting packages like batman, but that fits the data, not just the model parameters? Thank you so much. I need ...
strange_octopi's user avatar
1 vote
0 answers
90 views

Using lightkurve to identify a planet

I have gotten LightKurve to work and plot a lightcurve to allow for the identification of possible transits. However is there a way I can get it to run and tell me if there is a possible transit in ...
JuhBuh's user avatar
  • 11
1 vote
2 answers
2k views

Calculate mass of exoplanet from transit method

Is there any way to calculate (or at least estimate) mass of an exoplanet from transit method? I know that mass can be calculated with radial velocity method, however I would like to create program ...
Michal's user avatar
  • 323
2 votes
1 answer
306 views

How to recognize exoplanet transit

I am using Python package lightkurve for exoplanets searching by the transit method. When I download light curve of some star and apply periodogram, I find frequency and power of periodic components ...
Michal's user avatar
  • 323
1 vote
1 answer
1k views

Calculate depth and duration of exoplanet's transit using Python, astropy or lightkurve

I am creating a program for the analysis of exoplanets in Python using Astropy and Lightkurve libraries. I have light curve of specified star and I would like to calculate depth and duration of planet ...
Michal's user avatar
  • 323
6 votes
2 answers
1k views

Get orbital period of exoplanet from light curve using astropy.timeseries

I am using astropy and I would like to calculate orbital period of an exoplanet by its star's light curve. I follow tutorial in astropy docs and I use data from Kepler in Nasa Exoplanet Archive. ...
Michal's user avatar
  • 323