Installation

The easiest (and recommended) method to install stark is by using pip as the following:

pip installation

pip install stark-package

Installing from source

Alternatively, the users can download the latest developement version of stark directly from the cource by doing:

git clone https://github.com/Jayshil/stark.git
cd stark
python setup.py install

Dependencies

stark has some very basic dependencies on numpy, scipy and astropy, which should already be installed if you are using an Anaconda installation. Furthermore, stark uses photutils <https://photutils.readthedocs.io/en/stable/>_ (which is an optional dependency) package to estimate 2D background. Not installing photutils will mute this ability of stark.