Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 958 Bytes

File metadata and controls

12 lines (8 loc) · 958 Bytes

PST tutorials

In this directory you can find some pratical use cases to get you up to speed!

  • A first glimpse about creating and manipulating an SSP object is provided in simple_stellar_population.ipynb.

  • Several examples of how to build a ChemicalEvolutionModel can be found in the models directory.

    • Many of them are based on analytical expressions for the star formation and chemical enrichemt histories.
    • A TabularCEM can be used to build models from tabulated data.
    • A set of individual simple stellar populations (referred to as "particles") can be combined using ParticleListCEM.
  • There is also a tutorial showing how to generate a grid of photometric fluxes from a given model, including the effects of redshift, and dust attenuation.