Metadata-Version: 2.1
Name: Pyedra
Version: 0.3.1
Summary: Implementation of phase function for asteroids in Python
Home-page: https://github.com/milicolazo/Pyedra
Author: Milagros Colazo
Author-email: milirita.colazovinovo@gmail.com
License: The MIT License
Description: # Pyedra
        ![logo](https://raw.githubusercontent.com/milicolazo/Pyedra/master/res/logo.png)
        
        [![Build Status](https://travis-ci.com/milicolazo/Pyedra.svg?branch=master)](https://travis-ci.com/milicolazo/Pyedra)
        [![Documentation Status](https://readthedocs.org/projects/pyedra/badge/?version=latest)](https://pyedra.readthedocs.io/en/latest/?badge=latest)
        [![PyPI](https://img.shields.io/pypi/v/Pyedra)](https://pypi.org/project/Pyedra/)
        [![https://github.com/leliel12/diseno_sci_sfw](https://img.shields.io/badge/DiSoftCompCi-FAMAF-ffda00)](https://github.com/leliel12/diseno_sci_sfw)
        
        **Pyedra** is a python library that allows you to fit three different models of asteroid phase functions to your observations.
        
        ## Motivation
        Phase curves of asteroids are very important for the scientific community as they can provide information needed for diameter and albedo estimates. Given the large amount of surveys currently being carried out and planned for the next few years, we believe it is necessary to have a tool capable of processing and providing useful information for such an amount of observational data.
        
        ## Features
        The input file must be a .csv file with three columns: id (mpc number), alpha (phase angle) and v (reduced magnitude in Johnson's V filter).
        
        Pyedra currently has three functions, each of which adjusts a different phase function model.
        The modules are:
        
        - **HG_fit**: adjusts the H-G biparametric function to the data set. 
        
        - **Shev_fit**: adjusts the Shevchenko triparametric function to the data set.
        
        - **HG1G2_fit**: adjusts the triparametric function H-G1-G2 to the data set.
        
        
        In addition, the input data can be plotted with the chosen fit.
        
        
        --------------------------------------------------------------------------------
        
        ## Requirements
        You need Python 3.8 to run Pyedra.
        
        ## Installation
        Clone this repo and then inside the local directory execute
        
                $ pip install -e .
        
Keywords: pyedra,asteroid,phase function
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
