Metadata-Version: 2.4
Name: galprime
Version: 3.0.1
Summary: GALaxy Profile Recovery from Images of Model Emission
Author-email: Harrison Souchereau <harrison.souchereau@yale.edu>
Maintainer-email: Harrison Souchereau <harrison.souchereau@yale.edu>
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: photutils
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: tqdm
Requires-Dist: configobj
Requires-Dist: pebble
Requires-Dist: maskfill
Dynamic: license-file

GalPRIME
========

Description
-----------

GALaxy Profile Recovery from Images of Model Emission (GalPRIME) is a code designed to measure the performance of 
elliptical isophotal analysis, tuned for large-scale surveys. It automatically handles masking, background subtraction,
and isophotal analysis. It can also do batch extraction of profiles for real data.

|logo|

Documentation for the code can be found at https://galprime.readthedocs.io/en/latest/ 



.. |logo| image:: https://galprime.readthedocs.io/en/latest/_static/gprime_logo.png

Installation
------------

You can install the package using pip:

.. code-block:: bash

    pip install galprime

License
-------

This project is licensed under the MIT License - see the `LICENSE` file for details.

Contact
-------

If you have any questions, feel free to reach out at harrison.souchereau@yale.edu. 
Feel free to also submit a pull request if you have suggestions to modify or improve the code.
