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/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...