Skip to content

Releases: spacetelescope/jwql

Reorganized repository

11 Sep 21:09
2eb383c

Choose a tag to compare

This releases reorganizes the jwql repository into a structure that better incorporates instrument-specific monitoring scripts.

pep8speaks

10 Sep 15:54
a159c66

Choose a tag to compare

This release introduces .pep8speaks.yml, which configures the pep8speaks service for the jwql repository.

Monitor Template

29 Aug 18:13
645f431

Choose a tag to compare

This release introduces monitor_template.py, which serves as a template with examples for instrument-specific monitors that we may write one day.

Website code moved into package

28 Aug 18:28
f0e719c

Choose a tag to compare

This release moves all of the jwql web app code into the jwql package proper.

Mosaicked Preview Images for NIRCam

27 Aug 20:23
4a18f16

Choose a tag to compare

This release adds a feature to generate_preview_images and preview_image that creates mosaicked preview images for NIRCam when applicable.

bokeh Plots via Embedded Components

24 Aug 15:57
a27c1c2

Choose a tag to compare

This release changes the way the monitor_mast and monitor_filesystem bokeh plots are saved and displayed in the web application, from using html to using embedded bokeh components. It also introduces some logging to monitor_filesystem and monitor_mast.

jwqldb Database Interface

23 Aug 18:43
9799304

Choose a tag to compare

This release introduces database_interface.py and supporting documentation. This module enables the creation and maintenance of database tables in the jwqldb postgresql database. The first table in existence is the anomalies table.

Fix monitor_filesystem and monitor_mast shpinx docs

22 Aug 17:05
384af98

Choose a tag to compare

This release fixes some minor formatting issues with the Sphinx docs for monitor_filesystem and monitor_mast

ipython in environment.yml

20 Aug 18:37
93bcf20

Choose a tag to compare

This release adds ipython to the jwql environment.

Web Application Prototype

16 Aug 19:10
10e6bfc

Choose a tag to compare

This release introduces a prototype of the django web application (website/).