-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improved branch split algorithm
Split branches off of pre-determined minima and maxima, therefore able to allocate the branches in full and decide on which is the upper and lower after they have been assembled. The sorted interpolation now also first sets gstar extrema to 0.0 and 1.0 to avoid any erroneous extrapolation. Toyed around with a few alternative methods for finding the extremal redshifts when calculating the transfer functions. Some loose end code in this commit solves using Optim for the extrema, however this is largely untested and therefore not yet used.
- Loading branch information
Showing
1 changed file
with
101 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters