dr-guangtou / AutoProf

A fast, flexible, automated, and differentiable astronomical image modelling tool for precise parallel multi-wavelength photometry

Home Page:https://connorstoneastro.github.io/AutoProf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoProf logo

unittests docs Code style: black pypi downloads codecov

AutoProf is a fast, flexible, and automated astronomical image modelling tool for precise parallel multi-wavelength photometry. It is a python based package that uses PyTorch to quickly and efficiently perform analysis tasks. Written by Connor Stone for tasks such as LSB imaging, handling crowded fields, multi-band photometry, and analyzing massive data from future telescopes. AutoProf is flexible and fast for any astronomical image modelling task. While it uses PyTorch (originally developed for Machine Learning) it is NOT a machine learning based tool.

Installation

AutoProf can be installed with pip:

pip install autoprof

However, for AutoProf to run you will need to install pytorch as well. Installing pytorch is very user specific, though also not very hard. Follow the instructions on the pytorch website to install a version for your system.

Also note that AutoProf is only available for python3.

See the documentation for more details.

Documentation

You can find the documentation at the GitHub Pages site connected with the AutoProf project which covers many of the main use cases for AutoProf. It is still in development, but lots of useful information is there. Feel free to contact the author, Connor Stone, for any questions not answered by the documentation or tutorials.

Credit / Citation

If you use AutoProf in your research, please follow the citation instructions here. A new paper for the updated AutoProf code is in the works.

Looking for the old AutoProf?

Don't worry, the old AutoProf is still available unchanged as AutoProf-Legacy simply follow this link to see the github page.

About

A fast, flexible, automated, and differentiable astronomical image modelling tool for precise parallel multi-wavelength photometry

https://connorstoneastro.github.io/AutoProf/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%