SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 RPM](https://github.com/astrorama/SourceXtractorPlusPlus/workflows/Build%20RPM/badge.svg)](https://github.com/astrorama/SourceXtractorPlusPlus/actions)
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://astrorama.jfrog.io/artifactory/rpm/stable/) You can add a `.repo` file under `/etc/yum.repos.d` with the following content:
15 
16 ```ini
17 [Artifactory-Astrorama]
18 name=Artifactory-Astrorama
19 baseurl=https://astrorama.jfrog.io/artifactory/rpm/stable/fedora/$releasever/$basearch
20 enabled=1
21 gpgcheck=0
22 ```
23 
24 And install normally with
25 
26 ```bash
27 dnf install SourceXtractorPlusPlus
28 ```
29 
30 SourceXtractor++ is also available on [Anaconda Cloud for Linux and MacOSX](https://anaconda.org/astrorama/sourcextractor)
31 ```bash
32 conda install -c conda-forge -c astrorama sourcextractor
33  ```
T next(T...args)