Brett M. Morris
Brett M. Morris
### Description This proof of concept PR visualizes a linked color magnitude diagram with an image in Imviz. This was developed during the [catalog performance hack day](https://innerspace.stsci.edu/display/DATB/2024.07.16+-+Catalog+performance+hack+preparation). This was a...
Invoking `setup.py` is deprecated (you can catch up on what's preferred [in this blog post](https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html), for example). Currently, jdaviz still uses the `setuptools.setup` function in `develop` mode to make symlinks...
I'm trying to load a JWST level 3 observation from AWS. I run: ```python from astroquery.mast import Observations Observations.enable_cloud_dataset() obs = Observations.query_criteria(obs_collection='JWST', filters='F090W', instrument_name='NIRCAM/IMAGE', proposal_id='2731', dataRights='PUBLIC') products = Observations.get_product_list(obs) ```...
This PR introduces adaptations to allow Level 2 data products to be loaded into Rampviz, at the same time as Level 1 products. The demo video below opens L1 and...
### Description of changes This is a fix for two bugs in the uvicorn call in the self-hosted docs. The syntax in this call follows the conventions for `gunicorn` rather...
Follow up to #3483 to address comments by @pllim in https://github.com/spacetelescope/jdaviz/pull/3483#pullrequestreview-2730199866 Closes #3534 This PR enables mouseover world coordinate info in imviz on images with GWCS, even outside the bounding...
### Description We just changed the About section of the repo from: to: This PR adjusts the main docs page to make it match more closely. ### Change log entry...
In development, please disregard for now. ### Change log entry - [ ] Is a change log needed? If yes, is it added to `CHANGES.rst`? If you want to avoid...
I'm trying to get cloud URIs for MAST data products. I get an error with the code below, and I've included a (commented out) temporary workaround: ```python from astroquery.mast import...