remove sf_inf division by sqrt(1 + z)
AGILE DR1 was created by dividing sf_inf by 1 / sqrt(1 + z). The correct solution is to omit this division (i.e. observed sf_inf equals rest-frame sf_inf). Added `divide_sf_inf_by_z1` option to control for this (for future testing pruposes) with the default option set to `False`.
Loading
Please sign in to comment