sebastian-zieba / PACMAN

PACMAN is a pipeline to reduce and analyze data collected by Hubble Wide Field Camera 3 (HST/WFC3) using either the G102 or G141 grism.
https://pacmandocs.readthedocs.io
MIT License
6 stars 6 forks source link
astronomy exoplanets hst python wfc3

DOI status Documentation Status codecov

PACMAN

Welcome to PACMAN PACMAN is a pipeline to reduce and analyze Hubble/Wide Field Camera 3 (WFC3) observations of transiting exoplanets. The pipeline runs end-to-end, beginning with a time series of 2D images and ending with a spectrum for the planet. PACMAN can easily fit multiple observations simultaneously.

The main steps in the pipeline are:

Installation and Documentation

Check out the docs for the latest instructions for how to install and use PACMAN.

Citing PACMAN

Please cite Zieba & Kreidberg (2022) if you use PACMAN in your research. The BibTeX entry for the paper is:

@ARTICLE{2022JOSS....7.4838Z,
       author = {{Zieba}, Sebastian and {Kreidberg}, Laura},
        title = "{PACMAN: A pipeline to reduce and analyze Hubble Wide Field Camera 3 IR Grism data}",
      journal = {The Journal of Open Source Software},
     keywords = {astronomy, exoplanets, python, Python, spectroscopy, HST, photometry, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Earth and Planetary Astrophysics},
         year = 2022,
        month = dec,
       volume = {7},
       number = {80},
          eid = {4838},
        pages = {4838},
          doi = {10.21105/joss.04838},
archivePrefix = {arXiv},
       eprint = {2212.11421},
 primaryClass = {astro-ph.IM},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2022JOSS....7.4838Z},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

Issues and Contributing

If you are encountering issues with the code, please take a look at the issues page to see if anyone else has encountered similar problems (make sure you check both open and closed GitHub Issues!). If not, raise an issue and we will do our best to address it! When submitting an issues, please provide information like the current PACMAN version and the error message you are receiving in your terminal. Also, have a look at our FAQ page where we collect frequently asked questions. If you are thinking about contributing to PACMAN, please also create an issue, so that we can make sure nobody else is already working on the same feature.