Metadata-Version: 2.1
Name: astropic
Version: 1.1.6
Summary: Tool for editing astronomical object pictures
Home-page: https://github.com/Aromik/astropic
License: MIT
Keywords: astropy,redshift,astropic
Author: Aromik
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=9.4.0,<10.0.0)
Requires-Dist: astropy (>=5.2.1,<6.0.0)
Requires-Dist: matplotlib (>=3.6.3,<4.0.0)
Requires-Dist: numpy (>=1.24.2,<2.0.0)
Requires-Dist: pyquery (>=2.0.0,<3.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: scipy (>=1.10.0,<2.0.0)
Project-URL: Repository, https://github.com/Aromik/astropic
Description-Content-Type: text/markdown

# astropic
Code to modify the images using different redshifts and distances.
May be buggy, submit bugs in Github Issues. 
To run your code, install the repository: 
WARNING: poetry and poetry-core are needed to build the package 
`pip install astropic` 
Then you are ready to run the main code. 
To use the module in your code, do `from astropic.main import convert` and then run the `convert('info')` 
There is also a bonus script fits2png.py, which modifies .fits files into .png files 

