BurstUniformDisc#

class cogsworth.sfh.BurstUniformDisc(t_burst=<Quantity 12. Gyr>, z_max=<Quantity 2. kpc>, R_max=<Quantity 15. kpc>, Z_all=0.02, **kwargs)[source]#

Bases: StarFormationHistory

An extremely simple star formation history, with all stars formed at t_burst in a uniform disc with height z_max and radius R_max disc, all with metallicity Z.

Parameters:
sizeint

Number of points to sample from the model

t_burstQuantity [time]

Lookback time at which all stars are formed

z_maxQuantity [length]

Maximum height of the disc

R_maxQuantity [length]

Maximum radius of the disc

Zfloat, optional

Metallicity of the disc, by default 0.02

Methods Summary

Methods Documentation

draw_heights(size)[source]#
draw_lookback_times(size)[source]#
draw_phi(size)[source]#
draw_radii(size)[source]#
get_metallicity()[source]#