|
2 | 2 |
|
3 | 3 | [](https://travis-ci.com/cschreib/fastpp) |
4 | 4 |
|
5 | | -<!-- MarkdownTOC depth=0 --> |
| 5 | +<!-- MarkdownTOC autolink=true levels=1,2 --> |
6 | 6 |
|
7 | 7 | - [Description](#description) |
8 | 8 | - [Install instructions](#install-instructions) |
9 | 9 | - [Benchmarks](#benchmarks) |
10 | 10 | - [Hardware/software](#hardwaresoftware) |
11 | 11 | - [Run 1: a catalog of galaxies with broadband fluxes](#run-1-a-catalog-of-galaxies-with-broadband-fluxes) |
12 | | - - [Parameters](#parameters) |
13 | | - - [Runs](#runs) |
14 | | - - [Recorded times](#recorded-times) |
15 | | - - [Memory consumption](#memory-consumption) |
16 | 12 | - [Run 2: one galaxy with a high resolution spectrum](#run-2-one-galaxy-with-a-high-resolution-spectrum) |
17 | | - - [Parameters](#parameters-1) |
18 | | - - [Recorded times](#recorded-times-1) |
19 | | - - [Memory consumption](#memory-consumption-1) |
20 | 13 | - [What is the trick?](#what-is-the-trick) |
21 | 14 | - [Why is it faster?](#why-is-it-faster) |
22 | 15 | - [Why does it use so little memory?](#why-does-it-use-so-little-memory) |
|
35 | 28 | - [Confidence intervals from chi2 grid](#confidence-intervals-from-chi2-grid) |
36 | 29 | - [Controlling the cache](#controlling-the-cache) |
37 | 30 | - [More output options](#more-output-options) |
38 | | - - [Non-parametric SFH quantities](#non-parametric-sfh-quantities) |
39 | 31 | - [Custom star formation histories](#custom-star-formation-histories) |
| 32 | + - [Non-parametric SFH quantities](#non-parametric-sfh-quantities) |
| 33 | + - [Differential attenuation](#differential-attenuation) |
40 | 34 | - [Using priors on the infrared luminosity](#using-priors-on-the-infrared-luminosity) |
41 | 35 | - [Better treatment of spectra](#better-treatment-of-spectra) |
42 | 36 | - [Velocity broadening](#velocity-broadening) |
43 | 37 | - [Continuum indices](#continuum-indices) |
44 | 38 | - [Additional documentation](#additional-documentation) |
45 | 39 | - [Adding new filters](#adding-new-filters) |
| 40 | +- [Acknowledgments](#acknowledgments) |
46 | 41 |
|
47 | 42 | <!-- /MarkdownTOC --> |
48 | 43 |
|
| 44 | + |
49 | 45 | # Description |
50 | 46 |
|
51 | 47 | This is a C++ version of the popular SED fitting code [FAST](http://w.astro.berkeley.edu/~mariska/FAST.html) (Kriek et al. 2009). Below is a list of the main selling points: |
|
0 commit comments