What’s FASTAR#
In a nutshell#
FASTAR is an evolutionary stellar population synthesis code to generate simple stellar population (SSP) model predictions. In short, FASTAR shares the same principles and advantages of standard SSP models but offers some unique features:
Continuity. FASTAR predictions can be generated for any age, chemical composition, and IMF.
Differentiability. The synthesis of SSP models relies on the JAX Python library, allowing for native numerical autodifferentiation and optimized CPU/GPU computation.
Speed. FASTAR makes use of a PCA-based, neural network regressor to generate the underlying stellar spectra. This approach is significantly faster than alternative, more standard approaches.
Flexibility. FASTAR does not provide a grid of pre-computed models but the tools to quickly generate them. In addition, model choices can be easily tweaked (e.g. seamlessly changing between different IMFs).
Reproducibility. The synthesis of FASTAR models is openly accessible to the astronomical community.
Different FASTARs for different applications#
Currently, FASTAR comes in two different flavors:
FASTAR can synthesize models over the optical wavelength range at a moderate resolution (FWHM=2.51 Å), meant to be used for detailed spectroscopic measurements. These predictions rely on both the empirical MILES stellar library and the BOSZ set of theoretical stellar templates.
For photometric purposes it might be useful to have a long wavelength baseline. To fill that niche, we also offer the possibility of synthesizing FASTAR models, solely based on the the BOSZ stellar library but covering a broader wavelength range. These predictions have a coarse spectral sampling (4 Å per pixel) but can be convolved with any set of photometric filters.
Semi-resolved vs fully-sampled models#
Traditional SSP models are calculated assuming an infinitely large collection of stars. Under this assumption, the flux emitted by an SSP can be modelled as:
This is the basis of evolutionary stellar population modelling, where the IMF defines the weight of each stellar type (/mass). In some circumstances, however, the number of stars per resolution element is not large enough and the integral limit does not hold. In this so-called semi-resolved regime, the flux of an SSP can be instead represented as:
The semi-resolved regime is stochastic by construction. Therefore, even after fixing the age, chemical composition, IMF and the number of stars contributing to the observed flux, there is a range of possible model predictions depending on the discrete sampling of the IMF.
Thanks to the efficient JAX implementation, FASTAR offers the possibility of computing both integral and semi-resolved SSP models.
Ingredients#
Isochrones#
We make use of the BaSTI-IAC set of isochrones. Specifically we use their solar-scaled isochrones, with overshooting and atomic diffusion treatment, mass loss \(\eta=0.3\) and He \(=0.247\).
Important
Our choice if isochrones sets a hard limit on the validity range of the FASTAR models.
Ages must be between 20 Myr and 14 Gyr, while metallicities between -2.5 and +0.3
Stellar libraries#
Currently, FASTAR is based on two main stellar libraries. MILES is a library of approximately 1,000 stars observed at an intermediate spectral resolution of 2.51 Å (FWHM). These stellar templates along with the estimated atmospheric parameters are accessible through the website of the MILES collaboration.
Complementary, we also use the BOSZ theoretical templates, convolved to match the spectral resolution of MILES.
Bolometric corrections#
The synthesis of FASTAR models does not directly use the theoretical luminosities predicted by the isochrones but transforms them into V-band magnitudes that are then directly measured from the stellar spectra. This transformation is done using the bolometric corrections presented in Worthey & Lee (2011).
Initial mass functions#
The synthesis of new FASTAR models can be done assuming a variety of functional forms for the IMF. Currently there are six different parametrizations immediately available for the user
- Milky Way-like IMFs
Both Kroupa and Chabrier can be used to create models based on the Milky Way standard.
- Single power-law
A scale-free IMF defined by a single slope, generalizing pioneering work of Edwin Salpeter.
- Broken power-law
Two-segment IMF definition, similar to that implemented in Conroy & van Dokkum (2012).
- Bimodal IMF
The same functional form of the MILES models as defined in Vazdekis et al. (1996).
- Tapered power-law
Following the flexible definition of De Marchi et al. (2005), naturally including a characteristic stellar mass.
Tip
FASTAR can be used to synthesize SSP models assuming any functional form for the IMF. Instructions and examples are given to easily implement new IMFs if you want to explore with alternative definitions.
Units and conventions#
On the IMF#
The synthesis of FASTAR models adopts a linear definition for the IMF. That is, the IMF is defined as
This means, for example, that a Salpeter-like IMF would be characterized by a slope \(\alpha=2.35\). Note that this linear definition is not the same as the logarithmic description assumed in our MILES models.
In addition, we adopted \(m_\star=0.1\) and \(m_\star=100\) as the low- and high-mass end cutoffs for the IMF. Although the performance of the FASTAR predictions has been tested assuming these limits, new models can be generated with variable mass cutoffs.
Finally, the integral version of the FASTAR models is normalized to 1 solar mass at birth. In practice, this implies that integral FASTAR models correspond to the flux that a population with a certain age, metallicity and IMF would emit if it originally weighted 1 \(M_\odot\)
Solar reference#
FASTAR models are anchored to the V-band absolute magnitude of the Sun. We assume an absolute bolometric magnitude for the sun of 4.70 and a V-band bolometric correction of -0.12.
Moreover, in order to calculate generic mass-to-light ratio predictions for any photometric filter within the FASTAR wavelength range(s) one must assume a model spectrum for the Sun. In FASTAR, we adopted the CALSPEC Kurucz model of the Sun available here.
Absolute magnitudes#
Because of the solar normalization described above, FASTAR predictions have units of
Because the models are scaled to the absolute magnitude of the Sun, the FASTAR predictions follow the same scaling. Therefore, FASTAR SSP models can be directly translated into absolute magnitudes.
Important
Note that the interpretation of the predicted absolute magnitudes differs between the integral version of FASTAR and the semi-resolved version.
In the integral case, as described above, the model is normalized to a total initial mass of one solar mass. Therefore, the predicted absolute magnitude corresponds to a stellar population with that mass at birth.
In contrast, the absolute magnitudes derived from a semi-resolved model represent the expectation value for a population containing a specified number of stars (e.g. 1e3 stars), rather than a fixed total stellar mass.
Publications#
If you use FASTAR in your research, please consider citing the following papers:
Contact#
For any questions or suggestions, contact us at ignacio.martin@iac.es.