Releases: spacetelescope/jwql
Database Monitor
This release introduces db_monitor.py
and supporting tests. This module creates bokeh
plots and returns tables to describe the contents of the MAST database.
Preview Image and Thumbnail Generation Module
This release introduces the generate_preview_images
module, which generates preview images and thumbnails for all files in the filesystem.
Notebook for Identifying Keywords in Multiple Headers
This release introduces a new jupyter
notebook that identifies keywords that are in the MAST skipped list and also exist in the headers of multiple extensions.
API Docs Restructure
This release changes the structure of the API docs, separating the modules into their own .rst
files.
Filename parser utility function
This release introduces a filename_parser
function and in utils.py
that returns a dictionary of elements contained in a given JWST filename.
Sphinx API documentation
This release introduces API documentation built using sphinx
. The documentation is located in the docs
directory.
Permission Management Modules
This release introduces permissions.py
and test_permissions.py
, which are modules to help manage file and directory permissions for the jwql
project.
Hotfix to describe cloning via sftp
This release introduces a hotfix to the README
to describe how to clone the jwql
repository using two-factor authentication/sftp.
Preview Image Module
This release introduces preview_image.py
, a module for generating a preview image for a given JWST observation.
Package Structure
This release introduces a package structure to the repository, making it an installable package.