Brett M. Morris

Results 54 issues of Brett M. Morris

Hi, I'm working on a numba implementation of `np.trapz` for numpy-groupies. This seems to work for my purposes – might this be useful to anyone else? Thanks for the great...

Hi @timothydmorton, I see in the [docstring](https://github.com/timothydmorton/isochrones/blob/8f3635fc9cf7476a1d13ff4d8cda35a5176f57e0/isochrones/starmodel.py#L86) for `StarModel` that the input stellar density prior should be in `[g/cc]`, but in the example I'm running it seems as though the...

question

## References This PR addresses #827, as well as spacetelescope/jdaviz#1729. ## Code changes This PR introduces a convenience function for installing custom templates, called `install_custom_template`. A user specifies a path...

#### Problem description It should be possible to use the `LightCurve.write` method, inherited from astropy, to write out a FITS representation of a light curve, and then read in that...

:bug: bug
:memo: documentation

Using astroquery 0.4.7.dev9069, I ran into an incorrect unit in the NASA Exoplanet Archive module today: ```python >>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive as NEA >>> result = NEA.query_object('K2-141 b') >>>...

bug
Upstream
ipac.nexsci.nasa_exoplanet_archive

Hi @dfm, Today I've built celerite2 from source following the recommendations on the install docs. I'm trying to do something simple, like this ```python from celerite2.jax import terms sho =...

#126 points out that you can edit attributes of the `Trace` class in such a way that they are no longer self-consistent with each other. In this PR, I've found...

It would be great to have an example that demonstrates how to start a glue session from python using the Vispy 3D scatter plot. For example, in the glue docs...

I will likely add some text explaining the DQ features at the bottom. cc @camipacifici

@camipacifici – did we decide on a jdaviz version to pin for the webbinar?