-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ultranest
sampler interface
#21
Open
sweverett
wants to merge
60
commits into
main
Choose a base branch
from
ultranest
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…ranest-like samplers
* first (very buggy) implementation of PSF convolution on the basis functions * first pass at PSF handling for basis function imaps * BUGGED: update to psf convolution of basis functions * added new PSF passing to test muse script * started simulations object for creating data from TNG * added remote query and first elements of code to calculate spectra from TNG sim * further updates to TNG simulation object * further revisions to simulations.py * updating tngsim.py * added detail to constructor * reorganized tngsim to allow synchronized re-setting of subhalo identity * rough intermediate update in developing tngsim.py * added unit test script * restructured `CubePars` optional fields for wavelength list & shape * Implemented the `to_cube()` and `from_cube()` methods * Fixed `from_cube()` to actually return the new cube! * further updates including better file cacheing * Added a `set_data()` method to `DataCubr`; moved `DataVector` to new file * got rid of debugs * first working datacube, with plots * BUGFIX: moved `set_data()` to the right class * added plotting of final results * fix typo in velocity calculation * fixed bug in velocity calculation spotted by Jiachuan * some plotting improvements * now requesting only star and gas particle data * removed unneeded set_trace * fixed f-string bug * Fixed bug in creating bandpass dicttionary * made emission-line redshift in muse.py a scalar * To Do: test method for generating slit spectrum * added no pixel method when drawing convolved image slice * added subhhalo information to truth field in cubepars * Removed Pranja's set_trace * Removed Pranja's set_trace * updated cosmology * bug fix: the emission line table has wrong unit * bug fix: the is observer-frame wavelength range. During 3d cube emission photons partition, it is wrongly treated as rest-frame wavelength grid. * reverted to scipy1d interpolator * cleanup for final merge w/ `main` * final minor updates for merge w/ `main` * minor typo fix Co-authored-by: Spencer Everett <[email protected]> Co-authored-by: JiachuanXu <[email protected]> Co-authored-by: pranjalrs <[email protected]>
… testing purposes
Open
…es automated conversions between different orientations (`cartesian`, `sky`, `east-of-north`) on top of `Astropy.Angle`. Added a corresponding test file
…ltranest` state before intended merge w/ `tng_grism`
…ties, and general repo cleanup
…. Added rotation curve plotting to vmaps. NOTE: This introduces a lot of small bugs in how the vmap `__call__` method is used throughout the repo, and will need to be fixed before a merge
…ot_rotation_curve()` method
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #20