Matthew Bourque

Results 39 issues of Matthew Bourque

Anaconda users often manage their software environment from a requirements file called `environment.yml` [See docs here](https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file). Here is an example of this (from the [conda docs](https://conda.io/docs/user-guide/tasks/manage-environments.html#create-env-file-manually)): ``` name: stats2 channels:...

considering
new feature
dparse

Creating a new PR for the cosmic ray monitor, on a new branch called `mengesser_develop`. This will help avoid issues with `develop` branches as was seen in #636

Web Application
Testing
Monitor

More information provided here: https://innerspace.stsci.edu/pages/viewpage.action?pageId=132279653

Monitor

With the switch to a MAST-like organized filesystem (#468), the "Download FITS" and "Download JPEG" buttons no longer work in the web app. These buttons will be (temporarily) removed with...

bug
Web Application

During the v1.0 demo with NIRSpec, there was a feature request to be able to view the uncertainty image (i.e. the ERR array) alongside the SCI array when viewing preview...

enhancement
Web Application

We currently have an initial implementation of [MIRI](https://github.com/spacetelescope/jwql/tree/develop/jwql/instrument_monitors/miri_monitors) and [NIRSpec](https://github.com/spacetelescope/jwql/tree/develop/jwql/instrument_monitors/nirspec_monitors/data_trending) data trending monitors. However, the code does not quite adhere to the JWQL style guide, and at this point there...

Monitor

It would be useful to see some basic information (e.g. proposal title, observing mode, etc.) in a hover-over feature when looking at the archive page, or perhaps add some advanced...

Web Application
user-feedback

Some potential improvements: - The plots on the dashboard may be too big for a typical browser window on a mac laptop. The plots should be made smaller, or ideally...

Web Application
user-feedback

It might be more beneficial to write out our log files for instrument monitors into a JSON format instead of just static text, for example: ```json { "user": "bourque", "host":...

question

Users are going to be using the web application to visually inspect many images. It would be convenient if they could easily navigate to next and previous images with the...

enhancement
Web Application