We currently use a brute force loop to calculate the index for redshift interpolation in update_UVbrackground_rates. It's not a huge deal because the tables are only of length ~20, but they are evenly spaced in log(1+z). We should calculate this arithmetically or at minimum do bisection.
We currently use a brute force loop to calculate the index for redshift interpolation in update_UVbrackground_rates. It's not a huge deal because the tables are only of length ~20, but they are evenly spaced in log(1+z). We should calculate this arithmetically or at minimum do bisection.