Bryan Hilbert

Results 133 comments of Bryan Hilbert

[jwst_mast_query](https://github.com/spacetelescope/jwst_mast_query/blob/main/jwst_mast_query/jwst_download.py) is a package that queries and downloads data from MAST. In that case, users can specify the file suffixes to be downloaded (or by specifying just "fits" all suffixes...

Error is in get_preview_images_by_proposal(). - [x] I'm also seeing the same error when trying https://jwql-test.stsci.edu/api/1068/filenames/ In that case, the error is in get_filenames_by_proposal

- [ ] The instrument/preview_images and - [ ] instrument/thumbnails API views also fail with: key error: 'nircam' data_containers.py, line 638, in mast_query_filenames_by_instrument

- [x] /api/jw01538154001_21101_00003_nrca3/filenames/ fails with a similar error to that in the proposal/filename view above. Line 697 in data_containers - [x] /api/jw01538154001_21101_00003_nrca3/preview_images also fails with the same error in line...

I think we should disable the list of all preview images and all thumbnails for an instrument. These lists will already contain hundreds of thousands of entries and will only...

@mfixstsci I think I've fixed these issues. I think we should remove the API view that shows all preview image filenames for an instrument (and same with the list of...

All tests in data_containers are now passing, including those that are skipped on Github.

Current status: API documentation and view have been cleaned up such that they are all working and reference in-flight data. Checking the views in the browser show that everything looks...

After lots of investigation, the apparent cause behind the TA monitors reporting that they are not finding any data is a problem with the log_info decorator function. When I comment...