Metadata-Version: 2.4
Name: extraterrena
Version: 0.0.1
Project-URL: Documentation, https://github.com/jdgsmallwood/extraterrena#readme
Project-URL: Issues, https://github.com/jdgsmallwood/extraterrena/issues
Project-URL: Source, https://github.com/jdgsmallwood/extraterrena
Author-email: Justin Smallwood <justin.d.smallwood@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: astropy
Requires-Dist: black
Requires-Dist: fastexcel
Requires-Dist: hypothesis
Requires-Dist: isort
Requires-Dist: jupyterlab
Requires-Dist: loguru
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: plotly
Requires-Dist: polars
Requires-Dist: pytest
Requires-Dist: ruff
Requires-Dist: scipy
Requires-Dist: skyfield
Requires-Dist: streamlit
Requires-Dist: tqdm
Requires-Dist: xlsxwriter
Description-Content-Type: text/markdown

# extraterrena

[![PyPI - Version](https://img.shields.io/pypi/v/extraterrena.svg)](https://pypi.org/project/extraterrena)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/extraterrena.svg)](https://pypi.org/project/extraterrena)

-----

## Summary
This is a package that creates Python implementations of many spatial filtering algorithms. Spatial filtering is a field of linear algebra and signal processing that seeks to remove signals coming from a particular direction or spatial signature.
This might be to remove something like radio frequency interference at a telescope.

## Table of Contents

- [extraterrena](#extraterrena)
  - [Summary](#summary)
  - [Table of Contents](#table-of-contents)
  - [Installation](#installation)
  - [License](#license)

## Installation

```console
pip install extraterrena
```

## License

`extraterrena` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
