TobiBu / picassso

Machine learning and image analysis framework for python 2 and 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

picassso

Build Status

Picassso is a light-weight, machine learning and image analysis framework for galaxy images.

Written in python, the core tools are accompanied by a library of publication-level analysis routines. For a quick tour of some of the features, have a look at this IPython notebook.

Getting started

If you have python with distutils installed and properly configured, you can simply do:

$ git clone https://github.com/picassso/picassso
$ cd picassso
$ python setup.py install
$ cd ..
$ python
>>> import picassso

If this fails, you may find some more detailed installation instructions here. Once you have the package installed, you can try out the introductory tutorials. The full documentation can be found here.

Contributing

Contributions to this project is highly welcome and helps us to make picassso better! As you develop analysis for your science using picassso, consider making your code available for everyone else to use. You might do so by creating a tutorial or cookbook or simply by adding your code to the relevant sub-module and submitting a pull request (make a fork first -- see https://help.github.com/articles/using-pull-requests).

Acknowledging the code

If you are using picassso we would appreciate if you acknowledge it by citing the Astrophysics Source Code Library entry. Optionally you can also cite the Zenodo DOI for the specific version of picassso that you are using, which may be found here.

Support and Contact

If you have trouble with picassso or you have feature requests/suggestions you can write to tbuck at aip.de

About

Machine learning and image analysis framework for python 2 and 3

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 97.2%Language:TeX 1.8%Language:Python 1.0%Language:Cython 0.0%