Skip to content

Releases: spacetelescope/jwql

Website code moved into package

28 Aug 18:28
f0e719c
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

This release adds ipython to the jwql environment.

Web Application Prototype

16 Aug 19:10
10e6bfc
Compare
Choose a tag to compare

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

Code of conduct

31 Jul 15:25
b77735b
Compare
Choose a tag to compare

This release introduces the jwql code of conduct.

monitor_filesystem Enhancements

24 Jul 17:17
7759d06
Compare
Choose a tag to compare

This release introduces some changes to monitor_filesystem, namely adding sphinx docs and adding a plot that shows the total file sizes and counts broken down by instrument.

Renamed dbmonitor

10 Jul 15:26
5f075f8
Compare
Choose a tag to compare

This release renames instances of dbmonitor to monitor_mast to be more consistent with monitor_filesystem.