Implement cue+prospectorv2#372
Open
yi-jia-li wants to merge 154 commits intobd-j:add_cuefrom
Open
Conversation
…x small numerical errors in the CDFs; update doc
p-beta updates
changing the parametric_pset() function call to remove a typo in argument
fixing suspected typo in sfh.py
Avoid RuntimeWarning when smoothing with 0 km/s
…write_model_params=False
mod write_h5_header
update citation info, AGNSpecModel line indices
…numerical issues with large logsfr_ratio jumps that were causing the returned SFHs to contain nans
set the values in np.clip() from [-100,100] to [-10,10] to help with …
…bility with obs dicts.
Also add logic for caching emission line variances from MLE.
Offloads likelihood computations to NoiseModel objects that are attached to individual Observation instances. Also updates lnprobfn to handle lists of observations, and adds some docstrings and rough tests. fitting ubdates for observation lists; dosctring modernization.
Numerous tweaks to observation generation from old style dicts; Changes to test_eline for new predict() api.
Add a unified nested sampling method for multiple samplers, including interface to input arguments and output files. Remove old dynesty iterator based interface, and many sampling options.
…d written out; update docs; add sampler test script.
…odels can be read.
fix for numpy 2.0
Update nested sampler integration
only compute lya damping above zmin.
return model=None if dangerous=False
Nikhil0504
added a commit
to galactic-ai/prospector
that referenced
this pull request
May 7, 2026
* pr372: add a demo fix bugs in SSP classes switch to fast cuejax prediction implement dust emission use cuejax to predict nebular emission updata cue model for v2 merge add_cue branch with main New sps basis that generates spectra with emission lines from cue. port dust and IGM attenuation functions from FSPS
This file contains hidden or 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
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.
This implements the integration of cuejax with Prospector v2.
nebssp_basis.pyto use Cue-predicted nebular continua and emission lines.TemplateLibrary:cue_stellar_nebular: fixes ionizing sources to stellar populationscue_nebular: fits ionizing spectra with 4-piece-wise power-lawfake_fsps.py