Metadata-Version: 2.1
Name: space-classy
Version: 0.2.3
Summary: classification tool for minor bodies using reflectance spectra and visual albedos
Home-page: https://github.com/maxmahlke/classy
License: MIT
Author: Max Mahlke
Author-email: max.mahlke@oca.eu
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: click (>=8.1.2,<9.0.0)
Requires-Dist: jinja2 (<3.1)
Requires-Dist: mcfa (>=0.1,<0.2)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: rich (>=12.2.0,<13.0.0)
Requires-Dist: sphinx (>=3,<4); extra == "docs"
Requires-Dist: sphinx-hoverxref
Requires-Dist: sphinx-redactor-theme (>=0.0.1,<0.0.2); extra == "docs"
Project-URL: Documentation, https://classy.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/maxmahlke/classy.git
Description-Content-Type: text/markdown

![PyPI](https://img.shields.io/pypi/v/space-classy) [![arXiv](https://img.shields.io/badge/arXiv-2203.11229-f9f107.svg)](https://arxiv.org/abs/2203.11229) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

<p align="center">
  <img width="260" src="https://raw.githubusercontent.com/maxmahlke/classy/main/docs/gfx/logo_classy.png">
</p>

[Features](#features) - [Install](#install) - [Documentation](#documentation)

Classify asteroids in the taxonomic scheme by [Mahlke, Carry, Mattei 2020](https://arxiv.org/abs/2203.11229).
based on reflectance spectra and visual albedos using the command line.

``` sh

$ classy classify path/to/observations.csv

```

or do it step-by-step

``` sh

$ classy preprocess path/to/observations.csv

```

Tip: Check out [rocks](https://github.com/maxmahlke/rocks) to easily add IAU
names, numbers, designations, and literature parameters to the observations.

<!-- # Install -->

<!-- `classy` is available on the [python package index](https://pypi.org) as *space-classy*: -->

<!-- ``` sh -->
<!-- $ pip install space-classy -->
<!-- ``` -->

<!-- # Documentation -->

<!-- Check out the documentation at [classy.readthedocs.io](https://classy.readthedocs.io/en/latest/). -->
or run

     $ classy docs

<!-- # Contribute -->

<!-- Automatic determination of best smoothing parameters -->
<!-- Computation of asteroid class by weighted average -->

