Bryan Hilbert

Results 153 comments of Bryan Hilbert

I did create some tools that sound similar, in https://github.com/spacetelescope/jwql/blob/develop/jwql/instrument_monitors/pipeline_tools.py In that case the code checks what pipeline steps have been run on a given file and determines what steps...

I'm betting that in almost all cases we will never want the output from all the pipeline stages. But we may be able to narrow things down to the outputs...

This is still very much a work in progress, but I figured I should get the skeleton of it uploaded. I'm always very slow when trying to work with databases.

The new page is working, but is still slower than I had anticipated. Looking at how long it's taking to do various things, the database access appears fairly fast. The...

@mfixstsci this is ready for review. Works well when tested on the test server.

Ah , right. I forgot about PEP8...

Hmm, PEP8 seems to be stuck checking an old version of the files.

In thumbnails_ajax in data_containers.py, `get_filenames_by_instrument` is called, which generates a list of filenames. There is then a list comprehension over the filenames to generate a list of rootnames (e.g. jw01016001001_2102_00001)....

As I was falling asleep last night, it occurred to me that we might want an option that will reset some subset of tables other than all tables for a...

It looks like perhaps #948 is not finding the complete list of obsnums for some programs. I just checked 1166, which is listed as having 445 files. The drop down...