SourceXtractorPlusPlus  0.11
Please provide a description of the project.
README.md
Go to the documentation of this file.
1 # SourceXtractor++
2 [![Conda](https://img.shields.io/conda/v/astrorama/sourcextractor)](https://anaconda.org/astrorama/sourcextractor)
3 [![Fedora package](https://img.shields.io/fedora/v/sourcextractor++/rawhide)](https://koji.fedoraproject.org/koji/packageinfo?packageID=30842)
4 [![Build Status](https://travis-ci.org/astrorama/SourceXtractorPlusPlus.svg?branch=develop)](https://travis-ci.org/astrorama/SourceXtractorPlusPlus)
5 [![Coverity](https://scan.coverity.com/projects/19270/badge.svg?flat=1)](https://scan.coverity.com/projects/astrorama-sextractorxx)
6 [![Documentation](https://readthedocs.org/projects/sourcextractorplusplus/badge/?version=latest)](https://sourcextractorplusplus.readthedocs.io/en/latest/Introduction.html)
7 [![CodeFactor](https://www.codefactor.io/repository/github/astrorama/sourcextractorplusplus/badge/develop)](https://www.codefactor.io/repository/github/astrorama/sourcextractorplusplus/overview/develop)
8 
9 The next generation SExtractor.
10 
11 Documentation: https://sourcextractorplusplus.readthedocs.io/en/latest/Introduction.html
12 
13 
14 [RPMs for Fedora and CentOS are available](https://dl.bintray.com/astrorama/travis/master/) You can add a `.repo` file under `/etc/yum.repos.d` with the following content:
15 
16 ```ini
17 [bintray--astrorama-fedora]
18 name=bintray--astrorama-fedora
19 baseurl=https://dl.bintray.com/astrorama/travis/master/fedora/$releasever/$basearch
20 gpgcheck=0
21 repo_gpgcheck=0
22 enabled=1
23 ```
24 
25 And install normally with
26 
27 ```bash
28 dnf install SourceXtractorPlusPlus
29 ```
30 
31 SourceXtractor++ is also available on [Anaconda Cloud for Linux and MacOSX](https://anaconda.org/astrorama/sourcextractor)
32 ```bash
33 conda install -c conda-forge -c astrorama sourcextractor
34  ```