Atmospheric Characterization of Hot Jupiter CoRoT-1 b Using the Wide Field Camera 3 on the Hubble Space Telescope. Investigating CoRoT-1 b through its secondary eclipses and producing spectrophotometric light curves corrected for charge trapping, also known as the ramp effect in time-series observations with the WFC3. We found that, when correcting for the ramp effect and using the typically discarded first orbit, we are better capable of constraining and optimizing the emission and transmission spectra.
This repository contains files, scripts, and example Jupyter notebooks for spectra modeling from the Hubble Space Telescope secondary eclipse data on exoplanet CoRoT-1 b. The modeling methods laid out in this repository utlizes the RECTE (Ramp Effect Charge Trapping Eliminator) which models and corrects the systematic known as “ramp effect”. The contained scripts already contain a modified copy of RECTE. In particular, this repository contains a reproducible notebook on the full analysis of CoRoT-1 b thus far and a few notebooks that allow one to test how the ramp profiles are created. All required files to run these notebooks are contained here.
a Python package for fast calculation of exoplanet transit light curves. The package supports calculation of light curves for any radially symmetric stellar limb darkening law, using a new integration algorithm for models that cannot be quickly calculated analytically.
Use the package manager pip to install batman.
pip install batman-package
Bokeh is an interactive visualization library for modern web browsers. It provides elegant, concise construction of versatile graphics, and affords high-performance interactivity over large or streaming datasets. Bokeh can help anyone who would like to quickly and easily make interactive plots, dashboards, and data applications.
Use the package manager pip to install bokeh.
pip install bokeh
An illustrative representation of different projections of samples in high dimensional spaces.
Use the package manager pip to install corner.
pip install corner
When working with tabular data, such as data stored in spreadsheets or databases, pandas is the right tool for you. Pandas will help you to explore, clean and process your data.
Use the package manager pip to install pandas.
pip install pandas
NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.
Use the package manager pip to install numpy.
pip install numpy
SciPy (pronounced “Sigh Pie”) is open-source software for mathematics, science, and engineering. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.
Use the package manager pip to install scipy.
pip install scipy
he Time Series Helper & Integration Reduction Tool tshirt is a general-purpose tool for time series science. Its main application is transiting exoplanet science.
Use the package manager pip to install tshirt.
pip install tshirt