Skip to content

Releases: spacetelescope/jwql

Preview Image and Thumbnail Generation Module

15 May 19:15
512e0b7
Compare
Choose a tag to compare

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

14 May 19:57
3f87bb0
Compare
Choose a tag to compare

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

04 May 20:22
767d185
Compare
Choose a tag to compare

This release changes the structure of the API docs, separating the modules into their own .rst files.

Filename parser utility function

19 Apr 18:10
f69948c
Compare
Choose a tag to compare

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

17 Apr 18:21
d95d028
Compare
Choose a tag to compare

This release introduces API documentation built using sphinx. The documentation is located in the docs directory.

Permission Management Modules

02 Apr 14:15
92a67bf
Compare
Choose a tag to compare

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

30 Mar 14:00
4ff4ccb
Compare
Choose a tag to compare

This release introduces a hotfix to the README to describe how to clone the jwql repository using two-factor authentication/sftp.

Preview Image Module

28 Mar 19:03
Compare
Choose a tag to compare

This release introduces preview_image.py, a module for generating a preview image for a given JWST observation.

Package Structure

28 Mar 18:37
8c94153
Compare
Choose a tag to compare

This release introduces a package structure to the repository, making it an installable package.

README and environment file

20 Feb 21:36
a37c0fd
Compare
Choose a tag to compare

This release introduces a README file that describes how to install and contribute to the jwql repository, as well as an environment.yml file that contains the jwqldev environment.