vice.milkyway.delay

Type : real number

Default : 0.15

The minimum delay time in Gyr before the onset of type Ia supernovae assocaited with a single stellar population. Default value is adopted from Weinberg, Andrews & Freudenburg (2017) [1].

See also

vice.milkyway.RIa

Example Code

>>> import vice
>>> mw = vice.milkyway(name = "example")
>>> mw.delay
0.15
>>> mw.delay = 0.1
>>> mw.delay
0.1