Bryan Hilbert

Results 153 comments of Bryan Hilbert

The tick labels on the colorbars are also strange. In the SUBSTRIPE256 case, there are two sets of labels.

Matplotlib issue opened regarding the default ticks that won't go away: https://github.com/matplotlib/matplotlib/issues/22425

Sounds good. I also looked into the generate_preview_images code the other day and am pretty convinced that it's not explicitly making images that are too large in some cases but...

As of July 2022, support for js9 has ended with the retirement of the developer. It sounds like no one is taking over support for it. https://github.com/ericmandel/js9/issues/88

Looks like this may be a simple typo? I think https://github.com/spacetelescope/jwql/blob/develop/jwql/website/apps/jwql/data_containers.py#L383 should point to `path_for_download` rather than `file_for_download`. And the same for line 432. Would also be nice as part...

This issue is larger than just the download button on the EDB page. This is more meant to reference the download buttons on the pages for individual files. The buttons...

Somehow I missed the big red button on the right side of the page that will allow the programs to be placed in ascending or descending order. The default ordering,...

On a particular instrument's Archived Images page, the button to sort the proposals into ascending or descending order works. But when the page is first loaded, the order is neither...

For the Archived Images page, a potential solution would be within get_rpoposal_info() in data_containers.py, to sort the `proposals`, and apply the same sorting to the `thumbnail_paths` and `num_files` variables before...

For the images page for a given proposal, it looks like the default sorting is most recent first/oldest last, although within this the detector names (for nircam) seem to be...