changhoonhahn / provabgs

PRObabilistic Value-Added Bright Galaxy Survey (PROVABGS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avgSFR at any given t

changhoonhahn opened this issue · comments

At the moment the avgSFR method only calculates the average SFR over the period [tage, tage-dt]. Change this so that it calculates average SFR over the period [t, t-dt].

implemented in 7ffd8c6. avgSFR now takes in kwarg t0.

tested in jupyter notebook https://github.com/changhoonhahn/provabgs/blob/7ffd8c6321b8b140189fe17bcc36855cb32d846b/nb/tests/models.ipynb
(see bottom)