-
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 transfer function branch splitting (#104)
* feat: added cos image planes Preferentially samples at approximately 1/3 and 2/3 of the domain. Could be useful for some edge cases. * 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. * chore: bump version
- Loading branch information
Showing
3 changed files
with
112 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Gradus" | ||
uuid = "c5b7b928-ea15-451c-ad6f-a331a0f3e4b7" | ||
authors = ["fjebaker <[email protected]>"] | ||
version = "0.3.4" | ||
version = "0.3.5" | ||
|
||
[deps] | ||
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
|
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
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