beast
beast copied to clipboard
Bayesian Extinction And Stellar Tool
pkg_resources seems to be used in three places. But it "is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata)": https://setuptools.pypa.io/en/latest/pkg_resources.html
The automated github macos tests are failing as there is an upstream issue with installing h5py. Need to have someone with a mac test installing h5py in a new conda...
Adding HST HRC FUV filters. Adding in HST WFC3 narrow band filters. Adding JWST NIRCam, NIRISS, and MIRI filters. Added in code to make the vega.hd5 file after making the...
There are several measurements that should be included in the BEAST stats files. I've decided to start a list of these "wants" so that when the next BEAST hack day...
There seems to be an issue when the BEAST uses a trimmed subgrid to fit stars. Essentially, the number of bins specified stays the same (e.g. n=100 for Av), but...
In the `beast.tools.subgridding_tools.merge_pdf1d_stats function`, there seems to be an incomplete conditional on line 378 which is causing an error. `if not ( `
This is an update needed to be consistent with flux calibration for JWST (and HST). Sirius is the color standard and the siriusvega system is that color standard shifted to...
This issue is related to the discussion in #755, [PR#757](https://github.com/BEAST-Fitting/beast/pull/757), #759, and #778. The newest version of the [BEAST library files](https://beast.readthedocs.io/en/latest/install.html) available either via manual download (Oct 2022) or via...
I am attempting to use the plot_filters module from beast.plotting in a Jupyter notebook to see the filter response curves for some HST WFPC2 filters. When I attempt to include...
I noticed a couple of issues when trying to use the new priors in the BEAST: ## 1. Absexponential Prior When using the absolute exponential `absexponential` prior for distances, there...