Skip to content

pytest mypy ruff PyPI version Generic badge

INCInERATOr

Indicator of Nonaligned Centroids IN Exoplanet Reliability Analysis of Transit ObseRvations

How to install incinerator

The easiest way to install incinerator and all of its dependencies is with pip.

We recommend you do this installation in a new virtual environment.

# Create new environment called incinerator with Python 3.12
conda create -n incinerator python=3.12

# Activate environment
conda activate incinerator

# Install incinerator
pip install incinerator --upgrade

How to use incinerator

incinerator localizes transit signals at the pixel level by mapping transit depth across a target pixel file and fitting a model to determine the signal's ccd position.

Check out our full documentation, which includes a tutorial, here to get started!