-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pablo Corcho-Caballero
committed
Oct 1, 2024
1 parent
42b9e4b
commit 5402c90
Showing
1 changed file
with
5 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
# Population Synthesis Toolkit (PST) | ||
|
||
[Documentation page](https://population-synthesis-toolkit.readthedocs.io/en/latest/) | ||
PST is a very flexible tool that allows users to perform stellar population synthesis using a variety of SSP models, as well as computing observables quantities such as spectra, photometry or equivalent widths from both synthetic and observational data. | ||
|
||
## Status | ||
[![Documentation Status](https://readthedocs.org/projects/population-synthesis-toolkit/badge/?version=latest)](https://population-synthesis-toolkit.readthedocs.io/en/latest/?badge=latest) | ||
![Unit tests](https://github.com/paranoya/population-synthesis-toolkit/actions/workflows/testing.yml/badge.svg) | ||
|
||
# Stellar population synthesis | ||
PST provides the tools for performing stellar population synthesis and computing | ||
composite stellar populations (CSP) spectra. | ||
## Documentation | ||
|
||
## Current available Simple Stellar Population (SSP) models | ||
Check the [documentation page](https://population-synthesis-toolkit.readthedocs.io/en/latest/) for extensive information. | ||
|
||
This is the list of models that are currenly supported by PST and their original | ||
websites. | ||
## Installation | ||
|
||
- [Granada-MILES](https://home.iaa.csic.es/~rosa/AYA2010/AYA2010/) | ||
|
||
- [(Py)PopStar](https://www.fractal-es.com/PopStar) | ||
|
||
- [Bruzual&Charlote2003](http://www.bruzual.org/bc03/) | ||
|
||
- [XSL](http://xsl.u-strasbg.fr/page_ssp_all.html) | ||
Follow the instructions at the [installation section](https://population-synthesis-toolkit.readthedocs.io/en/latest/installation.html) in the documentation page for details on installing PST. |