Metadata-Version: 2.1
Name: astropairs-splus
Version: 0.1
Summary: Python scripts to analyze the morphology of interacting galaxies
Home-page: https://gitlab.com/joseaher/astropairs_splus
Author: J. A. Hernandez-Jimenez
Author-email: joseaher@gmail.com
License: UNKNOWN
Description: # astromorphlib
        
        Python scripts to analyze the morphology of isolated and interacting galaxies.
        The package is designed to download S-PLUS (https://splus.cloud/) and
        Legacy (https://www.legacysurvey.org) images automatically. There are functions
        to calculate a 2D sky background of the images and deblended segmentation maps of
        interacting systems with merger isophotes. The non-parametric analysis is
        performed by using wrapper of the `statmorph` package (https://github.com/vrodgom/statmorph).  The user can study the environment of the object/system downloading a list of the galaxies within Field-of-View of S-PLUS/Legacy images from SIMBAD server
        (http://simbad.u-strasbg.fr/simbad/). Addition, there is is a function to display DSS2 (http://alasky.u-strasbg.fr/hips-image-services/hips2fits) images of any size.
        
        (c) 2021-2022 J. A. Hernandez-Jimenez
        
        E-mail: joseaher@gmail.com
        
        Website: https://gitlab.com/joseaher/astromorphlib
        
        ## Installation
        
        astromorphlib requires:
        
            * statmorph
            * splusdata
            * numpy
            * scipy
            * matplotlib
            * astropy
            * astroquery
        
        
        This version can be easily installed within Anaconda Enviroment via PyPI:
        
            % pip install astromorphlib
        
        If you prefer to install astromorphlib manually, you can clone the developing
        version at https://gitlab.com/joseaher/astromorphlib. In the directory this
        README is in, simply:
        
            % pip install .
        
        or,
        
            % python setup.py install
        
        ## Uninstallation
        
        To uninstall astromorphlib, simply
        
            % pip uninstall astromorphlib
        
        
        ## Acknowledgements
        
        This software was funded partially by Brazilian agency FAPESP,
        process number 2021/08920-8.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
