Giter Site home page Giter Site logo

edermartioli / exoplanet-analysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 731 KB

Toolkit to perform the analysis of photometry and radial velocity data for the detection and characterization of exoplanets

License: GNU General Public License v3.0

Python 100.00%

exoplanet-analysis's Introduction

Exoplanet-analysis

Toolkit to perform the analysis of photometry and radial velocity data for the detection and characterization of exoplanets.

To install dependencies:

pip install emcee uncertainties PyAstronomy george batman-package corner astroquery

For a quick start try to run one of the main codes below:

To fit TESS transits only:

python transit_fit.py --object="HATS-24" -vp

To fit TESS transits and RV data simultaneously:

python transit_rv_fit.py --object="TOI-1759" --rvdata=example/lbl_TOI-1759_GL846_drift.rdb --nsteps=10000 --burnin=2000 -vp
  • Note: the 'object' ID must be identified by SIMBAD.

If you're using this code, please cite Martioli et al. (2022)

TTV Tool: fit TESS transits globally and then fit each transit individually

python tess_ttv.py --object="TOI-1759" --calib_order=3 --burnin=200 --nsteps=1000 -vpo

To calculate lightcurves from FFI TESS data and then fit the transits to these data using GP

python tess_ffi_lc.py --object="TIC 160390955" --fold_period=4.4199503 --epoch_time=2458730.234903 --output=TOI-3568_tess_lc.fits --mask_threshold=8 -vp

python transit_fit_gp.py --input=TOI-3568_tess_lc.fits --epoch_time=1712.5551018 --fold_period=4.4199503 --transit_duration=2.232 --planet_priors=priors/TOI-3568.pars --calib_order=2 --nsteps=1000 --burnin=300 --gp_priors=priors/TOI-3568_gp_priors_phot.pars -vpmal

exoplanet-analysis's People

Contributors

edermartioli avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.