exotic


Nameexotic JSON
Version 4.2.3 PyPI version JSON
download
home_pagehttps://github.com/rzellem/EXOTIC
SummaryEXOTIC: EXOplanet Transit Interpretation Code
upload_time2024-11-07 21:47:24
maintainerNone
docs_urlNone
authorExoplanet Watch at NASA JPL
requires_python>=3.10
licenseProprietary -- Copyright (c) 2019-present, California Institute of Technology.
keywords nasa jpl exoplanet transit citizen science astronomy bayesian nested-sampler
VCS
bugtrack_url
requirements astroalign astropy astroquery barycorrpy colour_demosaicing dynesty holoviews importlib-metadata imreg_dft LDTk lmfit matplotlib numpy pandas panel photutils pylightcurve python_dateutil python_version pyvo rebound requests scipy scikit-image statsmodels tenacity ultranest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EXOTIC (EXOplanet Transit Interpretation Code)

[![PyPI](https://img.shields.io/pypi/v/exotic)](https://pypi.python.org/pypi/exotic/)
[![Caltech](http://img.shields.io/badge/license-Caltech-blue)](https://github.com/rzellem/EXOTIC/blob/main/LICENSE)
[![NASA ADS](https://img.shields.io/badge/NASA%20ADS-2020PASP..132e4401Z-blue)](https://ui.adsabs.harvard.edu/abs/2020PASP..132e4401Z/abstract/)
[![Slack](https://img.shields.io/badge/Slack-Exoplanet_Watch-purple?logo=Slack)](https://join.slack.com/t/uol-ets/shared_invite/zt-2khgvlo2a-hcFH0S7aVIDT28_NMTOgWQ)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1CNRbMQC0FmiVC9Pxj_lUhThgXqgbrVB_)
[![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97-Chat_Assistant-yellow)](https://hf.co/chat/assistant/66c0cb652a9c7710cec9341c)

![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
![Mac](https://img.shields.io/badge/Mac-000000?style=for-the-badge&logo=apple&logoColor=white)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)

A Python 3 package for reducing and analyzing photometric data of exoplanetary transits. As an exoplanet passes in front of its host star, the observed brightness of the star drops by a small amount. This drop in brightness is known as a [transit]((https://exoplanets.nasa.gov/alien-worlds/ways-to-find-a-planet/#/2)). Our software aids in creating lightcurves from images, enabling extraction of planetary parameters (e.g. Rp/Rs, Inclination, Mid-transit, etc.) through fitting astrophysical models to the data. 

![Light Curve Graph displaying brightness versus time. (NASA Ames)](https://github.com/rzellem/EXOTIC/raw/main/docs/images/transitsimple.jpg)
(NASA Ames)

## Installation + Setup

To install EXOTIC, you need to have Python 3.10 or lower installed on your computer. You can then install EXOTIC by following these steps:

1. Install [Anaconda](https://www.anaconda.com/products/distribution) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) (a minimal version of Anaconda) on your computer.
2. Create a new virtual environment and activate it:

   ```
   conda create -n exotic python=3.10
   conda activate exotic
   ```
3. Install EXOTIC and its dependencies:
   ```
   pip install exotic
   ```
5. (Optional) Run EXOTIC's graphical user interface (GUI):
   ```
   exotic-gui
   ```

After installing EXOTIC, you can verify the installation by running the following command in your terminal or command prompt:

```
python -c "import exotic"
```

If EXOTIC is installed correctly, you should not see any error messages. You can now start using EXOTIC by following the [examples](https://github.com/rzellem/EXOTIC/tree/main/examples) provided in the repository or by using our [sample dataset](https://github.com/rzellem/EXOTIC_sampledata/releases/). **If you're a new user**, we recommend starting with the beginner tutorial in Google Colab and then following our installation instructions for your operating system.

## Google Colab Cloud

Google Colab is a free cloud service that allows you to run Python code in a Jupyter notebook environment without having to install any software on your computer. We have a series of tutorials that you can run in Google Colab to learn how to use EXOTIC. You can access these tutorials by clicking on the following links:
- [Beginner Tutorial](https://colab.research.google.com/drive/1Xxx7XAwgRhtV7VmxpE1Jsb3SUumsZjWR) for getting started with [sample data](https://github.com/rzellem/EXOTIC_sampledata/releases/)
- [Standard Tutorial](https://colab.research.google.com/drive/1CNRbMQC0FmiVC9Pxj_lUhThgXqgbrVB_) for people who use data from MicroObservatory robotic telescopes (we can give you [data](https://exoplanets.nasa.gov/exoplanet-watch/how-to-contribute/data-checkout/) to convert to a light curve)
- [Advanced Tutorial](https://colab.research.google.com/drive/1_954Ec5bWeAH9r8xAxRZ1EmhF_03xVfe) for people who use observations from their own telescope

If those links are broken check our [website](https://exoplanets.nasa.gov/exoplanet-watch/exotic/welcome/) for the latest.

[![](docs/images/exotic_colab.png)](https://exoplanets.nasa.gov/exoplanet-watch/exotic/welcome/)

## New User Tutorials

The user community behind [Exoplanet Watch](https://exoplanets.nasa.gov/exoplanet-watch/about-exoplanet-watch/overview/) has created extensive documentation to help you get started with EXOTIC. We recommend you start with the following resources:

- [Installation instructions](https://github.com/rzellem/EXOTIC/tree/main/docs) for Windows, Mac, and Linux.
- [How to use EXOTIC on the Colab (video)](https://drive.google.com/file/d/10zlQRgT8iV3dSe0FVW7tiL-V86ewai_1/view)
- [How to use EXOTIC on the Colab](http://docs.google.com/document/d/1GLnfX1DdGPpd1ArKNcoF2GGV6pwKR3aEYuwjSQlhiZQ/edit?usp=sharing)
- [EXOTIC Tutorial (video)](https://drive.google.com/file/d/1x0kl8WtpEw9wS0JInbjVWvdzuTc9TTvS/view)
- [Exoplanet Watch Observer's Manual](https://docs.google.com/document/d/1KrGKRElbA8VG98quocr6QRUeLtKtrjW4pgX8o1BXDjw/edit?usp=sharing)
- [AI Chatbot for Exoplanet Watch](https://hf.co/chat/assistant/66c0cb652a9c7710cec9341c)
- These documents [in other languages](https://github.com/rzellem/EXOTIC/tree/main/docs/regions)

## Sample Data
We recommend you test exotic with a [sample dataset](https://github.com/rzellem/EXOTIC_sampledata/releases/) consisting of 142 `fits` files taken by a 6” telescope of the exoplanet HAT-P-32 b (V-mag = 11.44) observed on December 20, 2017. The telescope used to collect this dataset is part of the [MicroObservatory Robotic Telescope Network](http://microobservatory.org) operated by the Harvard-Smithsonian Center for Astrophysics.

A lightcurve from the sample dataset is shown below:

![Lightcurve graph showing relative flux versus phase with error bars and interpolated curve.](https://github.com/rzellem/EXOTIC/raw/main/docs/images/HAT-P-32bExample.png)

Exotic will output the final parameters in a text file and a plot of the light curve. The output will look similar to the following:

```
*********************************************************
FINAL PLANETARY PARAMETERS

          Mid-Transit Time [BJD_TDB]: 2458107.71406 +/- 0.00097
  Radius Ratio (Planet/Star) [Rp/Rs]: 0.1541 +/- 0.0033
           Transit depth [(Rp/Rs)^2]: 2.37 +/- 0.1 [%]
 Semi Major Axis/ Star Radius [a/Rs]: 5.213 +/- 0.061
               Airmass coefficient 1: 1.1626 +/- 0.0037
               Airmass coefficient 2: -0.1184 +/- 0.0024
                    Residual scatter: 0.55 %
                 Best Comparison Star: None
                    Optimal Aperture: 4.09
                     Optimal Annulus: 10.74
              Transit Duration [day]: 0.13 +/- 0.0017
*********************************************************

```

## Initializaton File

Get EXOTIC up and running faster with a json file. Please see the included file ([inits.json](inits.json)) meant for the [sample data](https://github.com/rzellem/EXOTIC_sampledata). The initialization file has the following fields:

```json
{
    "user_info": {
            "Directory with FITS files": "sample-data/HatP32Dec202017",
            "Directory to Save Plots": "sample-data/",
            "Directory of Flats": null,
            "Directory of Darks": null,
            "Directory of Biases": null,

            "AAVSO Observer Code (blank if none)": "RTZ",
            "Secondary Observer Codes (blank if none)": "",

            "Observation date": "17-December-2017",
            "Obs. Latitude": "+32.41638889",
            "Obs. Longitude": "-110.73444444",
            "Obs. Elevation (meters)": 2616,
            "Camera Type (CCD or DSLR)": "CCD",
            "Pixel Binning": "1x1",
            "Filter Name (aavso.org/filters)": "V",
            "Observing Notes": "Weather, seeing was nice.",

            "Plate Solution? (y/n)": "y",

            "Target Star X & Y Pixel": [424, 286],
            "Comparison Star(s) X & Y Pixel": [[465, 183], [512, 263], [], [], [], [], [], [], [], []]
    },
    "planetary_parameters": {
            "Target Star RA": "02:04:10",
            "Target Star Dec": "+46:41:23",
            "Planet Name": "HAT-P-32 b",
            "Host Star Name": "HAT-P-32",
            "Orbital Period (days)": 2.1500082,
            "Orbital Period Uncertainty": 1.3e-07,
            "Published Mid-Transit Time (BJD-UTC)": 2455867.402743,
            "Mid-Transit Time Uncertainty": 4.9e-05,
            "Ratio of Planet to Stellar Radius (Rp/Rs)": 0.14886235252742716,
            "Ratio of Planet to Stellar Radius (Rp/Rs) Uncertainty": 0.0005539487393037134,
            "Ratio of Distance to Stellar Radius (a/Rs)": 5.344,
            "Ratio of Distance to Stellar Radius (a/Rs) Uncertainty": 0.039496835316262996,
            "Orbital Inclination (deg)": 88.98,
            "Orbital Inclination (deg) Uncertainty": 0.7602631123499285,
            "Orbital Eccentricity (0 if null)": 0.159,
            "Star Effective Temperature (K)": 6001.0,
            "Star Effective Temperature (+) Uncertainty": 88.0,
            "Star Effective Temperature (-) Uncertainty": -88.0,
            "Star Metallicity ([FE/H])": -0.16,
            "Star Metallicity (+) Uncertainty": 0.08,
            "Star Metallicity (-) Uncertainty": -0.08,
            "Star Surface Gravity (log(g))": 4.22,
            "Star Surface Gravity (+) Uncertainty": 0.04,
            "Star Surface Gravity (-) Uncertainty": -0.04
    },
    "optional_info": {
            "Pre-reduced File:": "/sample-data/NormalizedFlux_HAT-P-32 b_December 17, 2017.txt",
            "Pre-reduced File Time Format (BJD_TDB, JD_UTC, MJD_UTC)": "BJD_TDB",
            "Pre-reduced File Units of Flux (flux, magnitude, millimagnitude)": "flux",

            "Filter Minimum Wavelength (nm)": null,
            "Filter Maximum Wavelength (nm)": null,

            "Pixel Scale (Ex: 5.21 arcsecs/pixel)": null,

            "Exposure Time (s)": 60.0
    }
}
```

## Features and Pipeline Architecture

- Automatic Plate Solution from http://nova.astrometry.net

- Resolve targets with [NASA Exoplanet Archive](https://exoplanetarchive.ipac.caltech.edu/) + retrieve light curve priors

- Hot Pixel Masking

- Image to image alignment for centroid tracking

- Optimal Aperture Photometry

- PSF Photometry

![HAT-P-32 b Centroid Position Graph, X-Pixel versus Time in Julian Date.](docs/images/observing_stats.png)

- Stellar masking in background estimate

![](https://github.com/rzellem/EXOTIC/raw/main/docs/images/Background_Estimate.png)

- Multiple comparison star + aperture size optimization

- Non-linear 4 parameter limb darkening with [LDTK](https://github.com/hpparvi/ldtk). For a list of compatible filters please see: [filters.py](https://github.com/rzellem/EXOTIC/blob/main/exotic/api/filters.py)

- Light curve parameter optimization with [Nested Sampling](https://johannesbuchner.github.io/UltraNest/readme.html)

![Chart showing how Nested Sampling iterations reveal light curve optimization results.](examples/single_transit/triangle.png)

## Contributing to EXOTIC

EXOTIC is an open source project that welcomes contributions. Please fork the repository and submit a pull request to the `develop` branch and join our slack channel to get ahold of our team. We are always looking for new contributors to help us improve the software and documentation.

## Citation
If you use any of these algorithms in your work, please cite our 2020 paper: [Zellem, Pearson, Blaser, et al. 2020](https://ui.adsabs.harvard.edu/abs/2020arXiv200309046Z/abstract)

Please also include the following statement in your paper's Acknowledgements section:
>This publication makes use of data products from Exoplanet Watch, a citizen science project managed by NASA’s Jet Propulsion Laboratory on behalf of NASA’s Universe of Learning. This work is supported by NASA under award number NNX16AC65A to the Space Telescope Science Institute.

## Exoplanet Watch
[![](https://github.com/rzellem/EXOTIC/raw/main/docs/images/ExoplanetWatch.png)](https://exoplanets.nasa.gov/exoplanet-watch/how-to-contribute/checklist/)

Contribute to [Exoplanet Watch](https://exoplanets.nasa.gov/exoplanet-watch/about-exoplanet-watch/), a citizen science project that improves the properties of exoplanets and their orbits using observations processed with EXOTIC. Register with [AAVSO](https://www.aavso.org/exoplanet-section) and input your Observer Code to help track your contributions allowing for proper credit on future publications using those measurements. Ask about our Exoplanet Watch Slack Channel!

## Acknowledgements
Exoplanet Watch is a project by NASA's Universe of Learning. NASA's Universe of Learning materials are based upon work supported by NASA under award number NNX16AC65A to the Space Telescope Science Institute, working in partnership with Caltech/IPAC, Center for Astrophysics | Harvard & Smithsonian, and the Jet Propulsion Laboratory.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rzellem/EXOTIC",
    "name": "exotic",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "nasa, jpl, exoplanet, transit, citizen science, astronomy, bayesian, nested-sampler",
    "author": "Exoplanet Watch at NASA JPL",
    "author_email": "exoplanetwatch@jpl.nasa.gov",
    "download_url": "https://files.pythonhosted.org/packages/fc/37/84dd87c2d783da5d75253b630d50e2a99912885828cc17ac702ccee9bcca/exotic-4.2.3.zip",
    "platform": null,
    "description": "# EXOTIC (EXOplanet Transit Interpretation Code)\n\n[![PyPI](https://img.shields.io/pypi/v/exotic)](https://pypi.python.org/pypi/exotic/)\n[![Caltech](http://img.shields.io/badge/license-Caltech-blue)](https://github.com/rzellem/EXOTIC/blob/main/LICENSE)\n[![NASA ADS](https://img.shields.io/badge/NASA%20ADS-2020PASP..132e4401Z-blue)](https://ui.adsabs.harvard.edu/abs/2020PASP..132e4401Z/abstract/)\n[![Slack](https://img.shields.io/badge/Slack-Exoplanet_Watch-purple?logo=Slack)](https://join.slack.com/t/uol-ets/shared_invite/zt-2khgvlo2a-hcFH0S7aVIDT28_NMTOgWQ)\n[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1CNRbMQC0FmiVC9Pxj_lUhThgXqgbrVB_)\n[![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97-Chat_Assistant-yellow)](https://hf.co/chat/assistant/66c0cb652a9c7710cec9341c)\n\n![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)\n![Mac](https://img.shields.io/badge/Mac-000000?style=for-the-badge&logo=apple&logoColor=white)\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)\n\nA Python 3 package for reducing and analyzing photometric data of exoplanetary transits. As an exoplanet passes in front of its host star, the observed brightness of the star drops by a small amount. This drop in brightness is known as a [transit]((https://exoplanets.nasa.gov/alien-worlds/ways-to-find-a-planet/#/2)). Our software aids in creating lightcurves from images, enabling extraction of planetary parameters (e.g. Rp/Rs, Inclination, Mid-transit, etc.) through fitting astrophysical models to the data. \n\n![Light Curve Graph displaying brightness versus time. (NASA Ames)](https://github.com/rzellem/EXOTIC/raw/main/docs/images/transitsimple.jpg)\n(NASA Ames)\n\n## Installation + Setup\n\nTo install EXOTIC, you need to have Python 3.10 or lower installed on your computer. You can then install EXOTIC by following these steps:\n\n1. Install [Anaconda](https://www.anaconda.com/products/distribution) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html) (a minimal version of Anaconda) on your computer.\n2. Create a new virtual environment and activate it:\n\n   ```\n   conda create -n exotic python=3.10\n   conda activate exotic\n   ```\n3. Install EXOTIC and its dependencies:\n   ```\n   pip install exotic\n   ```\n5. (Optional) Run EXOTIC's graphical user interface (GUI):\n   ```\n   exotic-gui\n   ```\n\nAfter installing EXOTIC, you can verify the installation by running the following command in your terminal or command prompt:\n\n```\npython -c \"import exotic\"\n```\n\nIf EXOTIC is installed correctly, you should not see any error messages. You can now start using EXOTIC by following the [examples](https://github.com/rzellem/EXOTIC/tree/main/examples) provided in the repository or by using our [sample dataset](https://github.com/rzellem/EXOTIC_sampledata/releases/). **If you're a new user**, we recommend starting with the beginner tutorial in Google Colab and then following our installation instructions for your operating system.\n\n## Google Colab Cloud\n\nGoogle Colab is a free cloud service that allows you to run Python code in a Jupyter notebook environment without having to install any software on your computer. We have a series of tutorials that you can run in Google Colab to learn how to use EXOTIC. You can access these tutorials by clicking on the following links:\n- [Beginner Tutorial](https://colab.research.google.com/drive/1Xxx7XAwgRhtV7VmxpE1Jsb3SUumsZjWR) for getting started with [sample data](https://github.com/rzellem/EXOTIC_sampledata/releases/)\n- [Standard Tutorial](https://colab.research.google.com/drive/1CNRbMQC0FmiVC9Pxj_lUhThgXqgbrVB_) for people who use data from MicroObservatory robotic telescopes (we can give you [data](https://exoplanets.nasa.gov/exoplanet-watch/how-to-contribute/data-checkout/) to convert to a light curve)\n- [Advanced Tutorial](https://colab.research.google.com/drive/1_954Ec5bWeAH9r8xAxRZ1EmhF_03xVfe) for people who use observations from their own telescope\n\nIf those links are broken check our [website](https://exoplanets.nasa.gov/exoplanet-watch/exotic/welcome/) for the latest.\n\n[![](docs/images/exotic_colab.png)](https://exoplanets.nasa.gov/exoplanet-watch/exotic/welcome/)\n\n## New User Tutorials\n\nThe user community behind [Exoplanet Watch](https://exoplanets.nasa.gov/exoplanet-watch/about-exoplanet-watch/overview/) has created extensive documentation to help you get started with EXOTIC. We recommend you start with the following resources:\n\n- [Installation instructions](https://github.com/rzellem/EXOTIC/tree/main/docs) for Windows, Mac, and Linux.\n- [How to use EXOTIC on the Colab (video)](https://drive.google.com/file/d/10zlQRgT8iV3dSe0FVW7tiL-V86ewai_1/view)\n- [How to use EXOTIC on the Colab](http://docs.google.com/document/d/1GLnfX1DdGPpd1ArKNcoF2GGV6pwKR3aEYuwjSQlhiZQ/edit?usp=sharing)\n- [EXOTIC Tutorial (video)](https://drive.google.com/file/d/1x0kl8WtpEw9wS0JInbjVWvdzuTc9TTvS/view)\n- [Exoplanet Watch Observer's Manual](https://docs.google.com/document/d/1KrGKRElbA8VG98quocr6QRUeLtKtrjW4pgX8o1BXDjw/edit?usp=sharing)\n- [AI Chatbot for Exoplanet Watch](https://hf.co/chat/assistant/66c0cb652a9c7710cec9341c)\n- These documents [in other languages](https://github.com/rzellem/EXOTIC/tree/main/docs/regions)\n\n## Sample Data\nWe recommend you test exotic with a [sample dataset](https://github.com/rzellem/EXOTIC_sampledata/releases/) consisting of 142 `fits` files taken by a 6\u201d telescope of the exoplanet HAT-P-32 b (V-mag = 11.44) observed on December 20, 2017. The telescope used to collect this dataset is part of the [MicroObservatory Robotic Telescope Network](http://microobservatory.org) operated by the Harvard-Smithsonian Center for Astrophysics.\n\nA lightcurve from the sample dataset is shown below:\n\n![Lightcurve graph showing relative flux versus phase with error bars and interpolated curve.](https://github.com/rzellem/EXOTIC/raw/main/docs/images/HAT-P-32bExample.png)\n\nExotic will output the final parameters in a text file and a plot of the light curve. The output will look similar to the following:\n\n```\n*********************************************************\nFINAL PLANETARY PARAMETERS\n\n          Mid-Transit Time [BJD_TDB]: 2458107.71406 +/- 0.00097\n  Radius Ratio (Planet/Star) [Rp/Rs]: 0.1541 +/- 0.0033\n           Transit depth [(Rp/Rs)^2]: 2.37 +/- 0.1 [%]\n Semi Major Axis/ Star Radius [a/Rs]: 5.213 +/- 0.061\n               Airmass coefficient 1: 1.1626 +/- 0.0037\n               Airmass coefficient 2: -0.1184 +/- 0.0024\n                    Residual scatter: 0.55 %\n                 Best Comparison Star: None\n                    Optimal Aperture: 4.09\n                     Optimal Annulus: 10.74\n              Transit Duration [day]: 0.13 +/- 0.0017\n*********************************************************\n\n```\n\n## Initializaton File\n\nGet EXOTIC up and running faster with a json file. Please see the included file ([inits.json](inits.json)) meant for the [sample data](https://github.com/rzellem/EXOTIC_sampledata). The initialization file has the following fields:\n\n```json\n{\n    \"user_info\": {\n            \"Directory with FITS files\": \"sample-data/HatP32Dec202017\",\n            \"Directory to Save Plots\": \"sample-data/\",\n            \"Directory of Flats\": null,\n            \"Directory of Darks\": null,\n            \"Directory of Biases\": null,\n\n            \"AAVSO Observer Code (blank if none)\": \"RTZ\",\n            \"Secondary Observer Codes (blank if none)\": \"\",\n\n            \"Observation date\": \"17-December-2017\",\n            \"Obs. Latitude\": \"+32.41638889\",\n            \"Obs. Longitude\": \"-110.73444444\",\n            \"Obs. Elevation (meters)\": 2616,\n            \"Camera Type (CCD or DSLR)\": \"CCD\",\n            \"Pixel Binning\": \"1x1\",\n            \"Filter Name (aavso.org/filters)\": \"V\",\n            \"Observing Notes\": \"Weather, seeing was nice.\",\n\n            \"Plate Solution? (y/n)\": \"y\",\n\n            \"Target Star X & Y Pixel\": [424, 286],\n            \"Comparison Star(s) X & Y Pixel\": [[465, 183], [512, 263], [], [], [], [], [], [], [], []]\n    },\n    \"planetary_parameters\": {\n            \"Target Star RA\": \"02:04:10\",\n            \"Target Star Dec\": \"+46:41:23\",\n            \"Planet Name\": \"HAT-P-32 b\",\n            \"Host Star Name\": \"HAT-P-32\",\n            \"Orbital Period (days)\": 2.1500082,\n            \"Orbital Period Uncertainty\": 1.3e-07,\n            \"Published Mid-Transit Time (BJD-UTC)\": 2455867.402743,\n            \"Mid-Transit Time Uncertainty\": 4.9e-05,\n            \"Ratio of Planet to Stellar Radius (Rp/Rs)\": 0.14886235252742716,\n            \"Ratio of Planet to Stellar Radius (Rp/Rs) Uncertainty\": 0.0005539487393037134,\n            \"Ratio of Distance to Stellar Radius (a/Rs)\": 5.344,\n            \"Ratio of Distance to Stellar Radius (a/Rs) Uncertainty\": 0.039496835316262996,\n            \"Orbital Inclination (deg)\": 88.98,\n            \"Orbital Inclination (deg) Uncertainty\": 0.7602631123499285,\n            \"Orbital Eccentricity (0 if null)\": 0.159,\n            \"Star Effective Temperature (K)\": 6001.0,\n            \"Star Effective Temperature (+) Uncertainty\": 88.0,\n            \"Star Effective Temperature (-) Uncertainty\": -88.0,\n            \"Star Metallicity ([FE/H])\": -0.16,\n            \"Star Metallicity (+) Uncertainty\": 0.08,\n            \"Star Metallicity (-) Uncertainty\": -0.08,\n            \"Star Surface Gravity (log(g))\": 4.22,\n            \"Star Surface Gravity (+) Uncertainty\": 0.04,\n            \"Star Surface Gravity (-) Uncertainty\": -0.04\n    },\n    \"optional_info\": {\n            \"Pre-reduced File:\": \"/sample-data/NormalizedFlux_HAT-P-32 b_December 17, 2017.txt\",\n            \"Pre-reduced File Time Format (BJD_TDB, JD_UTC, MJD_UTC)\": \"BJD_TDB\",\n            \"Pre-reduced File Units of Flux (flux, magnitude, millimagnitude)\": \"flux\",\n\n            \"Filter Minimum Wavelength (nm)\": null,\n            \"Filter Maximum Wavelength (nm)\": null,\n\n            \"Pixel Scale (Ex: 5.21 arcsecs/pixel)\": null,\n\n            \"Exposure Time (s)\": 60.0\n    }\n}\n```\n\n## Features and Pipeline Architecture\n\n- Automatic Plate Solution from http://nova.astrometry.net\n\n- Resolve targets with [NASA Exoplanet Archive](https://exoplanetarchive.ipac.caltech.edu/) + retrieve light curve priors\n\n- Hot Pixel Masking\n\n- Image to image alignment for centroid tracking\n\n- Optimal Aperture Photometry\n\n- PSF Photometry\n\n![HAT-P-32 b Centroid Position Graph, X-Pixel versus Time in Julian Date.](docs/images/observing_stats.png)\n\n- Stellar masking in background estimate\n\n![](https://github.com/rzellem/EXOTIC/raw/main/docs/images/Background_Estimate.png)\n\n- Multiple comparison star + aperture size optimization\n\n- Non-linear 4 parameter limb darkening with [LDTK](https://github.com/hpparvi/ldtk). For a list of compatible filters please see: [filters.py](https://github.com/rzellem/EXOTIC/blob/main/exotic/api/filters.py)\n\n- Light curve parameter optimization with [Nested Sampling](https://johannesbuchner.github.io/UltraNest/readme.html)\n\n![Chart showing how Nested Sampling iterations reveal light curve optimization results.](examples/single_transit/triangle.png)\n\n## Contributing to EXOTIC\n\nEXOTIC is an open source project that welcomes contributions. Please fork the repository and submit a pull request to the `develop` branch and join our slack channel to get ahold of our team. We are always looking for new contributors to help us improve the software and documentation.\n\n## Citation\nIf you use any of these algorithms in your work, please cite our 2020 paper: [Zellem, Pearson, Blaser, et al. 2020](https://ui.adsabs.harvard.edu/abs/2020arXiv200309046Z/abstract)\n\nPlease also include the following statement in your paper's Acknowledgements section:\n>This publication makes use of data products from Exoplanet Watch, a citizen science project managed by NASA\u2019s Jet Propulsion Laboratory on behalf of NASA\u2019s Universe of Learning. This work is supported by NASA under award number NNX16AC65A to the Space Telescope Science Institute.\n\n## Exoplanet Watch\n[![](https://github.com/rzellem/EXOTIC/raw/main/docs/images/ExoplanetWatch.png)](https://exoplanets.nasa.gov/exoplanet-watch/how-to-contribute/checklist/)\n\nContribute to [Exoplanet Watch](https://exoplanets.nasa.gov/exoplanet-watch/about-exoplanet-watch/), a citizen science project that improves the properties of exoplanets and their orbits using observations processed with EXOTIC. Register with [AAVSO](https://www.aavso.org/exoplanet-section) and input your Observer Code to help track your contributions allowing for proper credit on future publications using those measurements. Ask about our Exoplanet Watch Slack Channel!\n\n## Acknowledgements\nExoplanet Watch is a project by NASA's Universe of Learning. NASA's Universe of Learning materials are based upon work supported by NASA under award number NNX16AC65A to the Space Telescope Science Institute, working in partnership with Caltech/IPAC, Center for Astrophysics | Harvard & Smithsonian, and the Jet Propulsion Laboratory.\n",
    "bugtrack_url": null,
    "license": "Proprietary -- Copyright (c) 2019-present, California Institute of Technology.",
    "summary": "EXOTIC: EXOplanet Transit Interpretation Code",
    "version": "4.2.3",
    "project_urls": {
        "Documentation": "https://github.com/rzellem/EXOTIC/wiki",
        "Download": "https://github.com/rzellem/EXOTIC/releases/latest",
        "Homepage": "https://github.com/rzellem/EXOTIC",
        "Site": "https://exoplanets.nasa.gov/exoplanet-watch",
        "Source": "https://github.com/rzellem/EXOTIC",
        "Tracker": "https://github.com/rzellem/EXOTIC/issues"
    },
    "split_keywords": [
        "nasa",
        " jpl",
        " exoplanet",
        " transit",
        " citizen science",
        " astronomy",
        " bayesian",
        " nested-sampler"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8216f43db604d98fec2d7865aac8c315e4abf6a27f6e6999600a0b1d6d85ed5",
                "md5": "9bae154adebcbea8868f57654b30e3dd",
                "sha256": "331abb2ad462e8a484723d56f89d545068d56c124368185f5d8b772a15afa6b9"
            },
            "downloads": -1,
            "filename": "exotic-4.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9bae154adebcbea8868f57654b30e3dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 177723,
            "upload_time": "2024-11-07T21:47:21",
            "upload_time_iso_8601": "2024-11-07T21:47:21.804710Z",
            "url": "https://files.pythonhosted.org/packages/a8/21/6f43db604d98fec2d7865aac8c315e4abf6a27f6e6999600a0b1d6d85ed5/exotic-4.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc3784dd87c2d783da5d75253b630d50e2a99912885828cc17ac702ccee9bcca",
                "md5": "73d946bd7408acf16dd1222c85cf187e",
                "sha256": "a5f939374903f691e50611b9f514632dde32361785fac9e78993d305b545b130"
            },
            "downloads": -1,
            "filename": "exotic-4.2.3.zip",
            "has_sig": false,
            "md5_digest": "73d946bd7408acf16dd1222c85cf187e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 27418676,
            "upload_time": "2024-11-07T21:47:24",
            "upload_time_iso_8601": "2024-11-07T21:47:24.586186Z",
            "url": "https://files.pythonhosted.org/packages/fc/37/84dd87c2d783da5d75253b630d50e2a99912885828cc17ac702ccee9bcca/exotic-4.2.3.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 21:47:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rzellem",
    "github_project": "EXOTIC",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "astroalign",
            "specs": [
                [
                    "~=",
                    "2.6.0"
                ]
            ]
        },
        {
            "name": "astropy",
            "specs": [
                [
                    "~=",
                    "6.1"
                ]
            ]
        },
        {
            "name": "astroquery",
            "specs": [
                [
                    "~=",
                    "0.4.7"
                ]
            ]
        },
        {
            "name": "barycorrpy",
            "specs": [
                [
                    "~=",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "colour_demosaicing",
            "specs": [
                [
                    "~=",
                    "0.2.6"
                ]
            ]
        },
        {
            "name": "dynesty",
            "specs": [
                [
                    "~=",
                    "1.2.3"
                ]
            ]
        },
        {
            "name": "holoviews",
            "specs": [
                [
                    "~=",
                    "1.19.1"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    ">=",
                    "3.6"
                ]
            ]
        },
        {
            "name": "imreg_dft",
            "specs": [
                [
                    "~=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "LDTk",
            "specs": [
                [
                    "~=",
                    "1.8.4"
                ]
            ]
        },
        {
            "name": "lmfit",
            "specs": [
                [
                    "~=",
                    "1.3.2"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "~=",
                    "3.9.2"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "~=",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "~=",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "panel",
            "specs": [
                [
                    "~=",
                    "1.5.2"
                ]
            ]
        },
        {
            "name": "photutils",
            "specs": [
                [
                    "~=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "pylightcurve",
            "specs": [
                [
                    "~=",
                    "4.0.1"
                ]
            ]
        },
        {
            "name": "python_dateutil",
            "specs": [
                [
                    "~=",
                    "2.9"
                ]
            ]
        },
        {
            "name": "python_version",
            "specs": []
        },
        {
            "name": "pyvo",
            "specs": [
                [
                    "~=",
                    "1.5.3"
                ]
            ]
        },
        {
            "name": "rebound",
            "specs": [
                [
                    "~=",
                    "4.4.3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "~=",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "~=",
                    "1.14.1"
                ]
            ]
        },
        {
            "name": "scikit-image",
            "specs": [
                [
                    "~=",
                    "0.24.0"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    "~=",
                    "0.14.4"
                ]
            ]
        },
        {
            "name": "tenacity",
            "specs": [
                [
                    "~=",
                    "9.0"
                ]
            ]
        },
        {
            "name": "ultranest",
            "specs": [
                [
                    "~=",
                    "3.6.5"
                ]
            ]
        }
    ],
    "lcname": "exotic"
}
        
Elapsed time: 0.54540s