Metadata-Version: 2.1
Name: remove_starfield
Version: 0.0.4
Summary: Python code for estimating and removing a starfield from a set of celestial images
Author: Sam Van Kooten
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=6.1.2
Requires-Dist: h5py>=3.10
Requires-Dist: ipywidgets>=8.0
Requires-Dist: matplotlib>=3.6
Requires-Dist: numpy>=1.21
Requires-Dist: reproject>=0.13
Requires-Dist: scipy>=1.8
Requires-Dist: tqdm>=4.66
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: pytest-arraydiff>=0.6; extra == "test"
Requires-Dist: pytest-mock>=3.7; extra == "test"
Requires-Dist: pytest-mpl>=0.16; extra == "test"

[![tests](https://github.com/svank/remove_starfield/actions/workflows/tests.yml/badge.svg)](https://github.com/svank/remove_starfield/actions/workflows/tests.yml)
[![docs](https://github.com/svank/remove_starfield/actions/workflows/docs.yml/badge.svg)](https://github.com/svank/remove_starfield/actions/workflows/docs.yml)

## remove_starfield

This repository contains code which estimates and removes the starfield from a
set of images.

Install the package with `pip install remove_starfield`.

[Read the documentation](https://svank.github.io/remove_starfield/) or look at
the [example notebook](https://github.com/svank/remove_starfield/blob/main/remove_starfield_demo.ipynb).

![Starfield subtraction demo](docs/source/images/demo.png)
