SSPs_set = "example_SSPs.txt"

! Instantaneous burst of star formation:
SF_type = "instantaneous"
spectra_file = "example_spectra1.txt"
return

! Spiral galaxy:
reserv_init_mass = 1.
infall_expo_timescale = 1000
SF_ISM_timescale = 3000
nebular_emission = .true.
extinction = .true.
inclin_averaged = .true.
dust_emission = .true.
spectra_file = "example_spectra2.txt"
return

! Spiral galaxy with a late burst:
SF_type(2) = "constant"
SF_const_mass(2) = 1.e-1
SF_begin_time(2) = 10000
SF_end_time(2) = 11000
spectra_file = "example_spectra3.txt"
