jwql


Namejwql JSON
Version 1.2.11 PyPI version JSON
download
home_pageNone
SummaryThe James Webb Space Telescope Quicklook Project
upload_time2024-08-26 23:49:40
maintainerNone
docs_urlNone
authorMatthew Bourque, Lauren Chambers, Misty Cracraft, Mike Engesser, Mees Fix, Joe Filippazzo, Bryan Hilbert
requires_python>=3.10
licenseCopyright (c) 2017, AURA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of jwql nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords astronomy python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="logos/jwql_logo_full_transparent.png" width="400"/>
</p>

# The JWST Quicklook Application (`JWQL`)

[![Current Release](https://img.shields.io/github/release/spacetelescope/jwql.svg)](https://github.com/spacetelescope/jwql/releases/latest/)
[![PyPI - License](https://img.shields.io/pypi/l/Django.svg)](https://github.com/spacetelescope/jwql/blob/master/LICENSE)
[![Python](https://img.shields.io/badge/Python-3.7-blue.svg)](https://www.python.org/)
[![Build Status](https://github.com/spacetelescope/jwql/workflows/JWQL%20CI/badge.svg)](https://github.com/spacetelescope/jwql/actions)
[![Documentation Status](https://readthedocs.org/projects/jwql/badge/?version=latest)](https://jwql.readthedocs.io/en/latest/?badge=latest)
[![STScI](https://img.shields.io/badge/powered%20by-STScI-blue.svg?colorA=707170&colorB=3e8ddd&style=flat)](http://www.stsci.edu)
[![DOI](https://zenodo.org/badge/109727729.svg)](https://zenodo.org/badge/latestdoi/109727729)
[![codecov](https://codecov.io/gh/spacetelescope/jwql/branch/develop/graph/badge.svg)](https://codecov.io/gh/spacetelescope/jwql)


The JWST Quicklook Application (`JWQL`) is a database-driven web application and automation framework for use by the JWST instrument teams to monitor and trend the health, stability, and performance of the JWST instruments.  The system is comprised of the following:
1. A network file system that stores all uncalibrated and calibrated data products on disk in a centrally-located area, accessible to instrument team members (i.e. the MAST data cache)
2. A relational database that stores observational metadata allowing for data discovery via relational queries (MAST database API).
3. A software library that provides tools to support an automation framework in which to build automated instrument monitoring routines.
4. A web application that allows users to visually inspect new and archival JWST data as well as instrument-specific monitoring and performance results.

Official API documentation can be found on [ReadTheDocs](https://jwql.readthedocs.io)

The `jwql` application is available at [https://jwql.stsci.edu](https://jwql.stsci.edu).  Please note that the application is currently restricted to specific JWST instrument team members.

## Installation for Users

To install `jwql`, simply use `pip`:

```
pip install jwql
```

The section below describes a more detailed installation for users that wish to contribute to the `jwql` repository.

## Installation for Contributors

Getting `jwql` up and running on your own computer requires four steps, detailed below:
1. Cloning the GitHub repository
2. Installing the `conda`environment
3. Installing the python package
4. Setting up the configuration file

### Prerequisites

It is highly suggested that contributors have a working installation of `anaconda` or `miniconda` for Python 3.10+.  Downloads and installation instructions are  available here:

- [Miniconda](https://conda.io/miniconda.html)
- [Anaconda](https://www.continuum.io/downloads)

Requirements for contributing to the `jwql` package will be included in the `jwql` `conda` environment, which is included in our installation instructions below. Further package requirements will be provided for `jwql` by a `pyproject.toml` file included in the repository.

### Clone the `jwql` repo

You first need to clone the current version of `jwql`. The simplest way to do this is to go to the directory you want your copy of the repository to be in and clone the repository there. Once you are in the directory you can do the following:

```
git clone https://github.com/spacetelescope/jwql.git
cd jwql
```

or, if you would rather use `SSH` instead of `https`, type
```
git clone git@github.com:spacetelescope/jwql.git
cd jwql
```
instead, and then proceed as stated.

### Environment Installation

Following the download of the `jwql` repository, contributors can then install the `jwql` `conda` environment via the environment yaml file, which contains all of the dependencies for the project. First, if necessary, [install `conda`](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). Next, ensure that your version of `conda` is up to date:

```
conda update conda
```

Next, activate the `base` or `root` environment (depending on your version of `conda`):

```
source activate base/root
```

**Note:** If you have added a step activating conda to your default terminal/shell (e.g. the `.bashrc`, `.zshrc`, or `.profile` file) then you don't need to do the above step.

Lastly, create the `jwql` environment via one of the `environment.yml` files (currently `environment_python_3.9.yml`, for python 3.9, and `environment_python_3.10.yml`, for python 3.10, are supported by `jwql`):

```
conda env create -f environment_python_3.10.yml
```

or

```
conda env create -f environment_python_3.11.yml
```

### Configuration File

Much of the `jwql` software depends on the existence of a `config.json` file within the `jwql` directory.  This file contains data that may be unique to users and/or contain sensitive information.  Please see the [Config File wiki page](https://github.com/spacetelescope/jwql/wiki/Config-file) for instructions on how to provide this file.


## Citation

If you use `JWQL` for work/research presented in a publication (whether directly,
or as a dependency to another package), we recommend and encourage the following acknowledgment:

```
  This research made use of the open source Python package 'jwql' (Bourque et al, 2020).
```

where (Bourque et al, 2020) is a citation of the Zenodo record available using the DOI badge above. By using the `Export` box in the lower right corner of the Zenodo page, you can export the citation in the format most convenient for you.


## Software Contributions

There are two current pages to review before you begin contributing to the `jwql` development. The first is our [style guide](https://github.com/spacetelescope/jwql/blob/main/style_guide/README.md) and the second is our [suggested git workflow page](https://github.com/spacetelescope/jwql/wiki/git-&-GitHub-workflow-for-contributing), which contains an in-depth explanation of the workflow.

Contributors are also encouraged to check out the [Checklist for Contributors Guide](https://github.com/spacetelescope/jwql/wiki/Checklist-for-Contributors-and-Reviewers-of-Pull-Requests) to ensure the pull request contains all of the necessary changes.

The following is a bare-bones example of a best work flow for contributing to the project:

1. Create a fork off of the `spacetelescope` `jwql` repository.
2. Make a local clone of your fork.
3. Ensure your personal fork is [pointing `upstream` properly](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork).
4. Create a branch on that personal fork.
5. Make your software changes.
6. Push that branch to your personal GitHub repository (i.e. `origin`).
7. On the `spacetelescope` `jwql` repository, create a pull request that merges the branch into `spacetelescope:develop`.
8. Assign a reviewer from the team for the pull request.
9. Iterate with the reviewer over any needed changes until the reviewer accepts and merges your branch.
10. Delete your local copy of your branch.


## Issue Reporting / Feature Requests

Users who wish to report an issue or request a new feature may do so through the following channels:

1. Submit a new issue on GitHub (preferred method): https://github.com/spacetelescope/jwql/issues
2. Submit a new ticket on Jira: https://jira.stsci.edu/projects/JWQL/


## Code of Conduct

Users and contributors to the `jwql` repository should adhere to the [Code of Conduct](https://github.com/spacetelescope/jwql/blob/main/CODE_OF_CONDUCT.md).  Any issues or violations pertaining to the Code of Conduct should be brought to the attention of a `jwql` team member or to `jwql@stsci.edu`.

## Questions

Any questions about the `jwql` project or its software can be directed to `jwql@stsci.edu`.


## Current Development Team
- Bryan Hilbert (Project Manager, INS) [@bilhbert4](https://github.com/bhilbert4)
- Mees Fix (Technical Lead, INS) [@mfixstsci](https://github.com/mfixstsci)
- Misty Cracraft (INS) [@cracraft](https://github.com/cracraft)
- Mike Engesser (INS) [@mengesser](https://github.com/mengesser)
- Maria Pena-Guerrero [@penaguerrero](https://github.com/penaguerrero)
- Ben Sunnquist (INS) [@bsunnquist](https://github.com/bsunnquist)
- Brian York (INS) [@york-stsci](https://github.com/york-stsci)
- Bradley Sappington (INS) [@bradleysappington](https://github.com/bradleysappington)
- Melanie Clarke (INS) [@melanieclarke](https://github.com/melanieclarke)

## Past Development Team Members
- Matthew Bourque (INS) [@bourque](https://github.com/bourque)
- Lauren Chambers (INS) [@laurenmarietta](https://github.com/laurenmarietta)
- Joe Filippazzo (INS) [@hover2pi](https://github.com/hover2pi)
- Graham Kanarek (INS) [@gkanarek](https://github.com/gkanarek)
- Teagan King (INS) [@tnking97](https://github.com/tnking97)
- Sara Ogaz (DMD) [@SaOgaz](https://github.com/SaOgaz)
- Catherine Martlin (INS) [@catherine-martlin](https://github.com/catherine-martlin)
- Johannes Sahlmann (INS) [@Johannes-Sahlmann](https://github.com/johannes-sahlmann)
- Shannon Osborne (INS) [@shanosborne](https://github.com/shanosborne)

## Acknowledgments:
- Faith Abney (DMD)
- Joshua Alexander (DMD) [@obviousrebel](https://github.com/obviousrebel)
- Anastasia Alexov (DMD)
- Sara Anderson (DMD)
- Tracy Beck (INS)
- Francesca Boffi (INS) [@frboffi](https://github.com/frboffi)
- Clara Brasseur (DMD) [@ceb8](https://github.com/ceb8)
- Matthew Burger (DMD)
- Steven Crawford (DMD) [@stscicrawford](https://github.com/stscicrawford)
- James Davies (DMD) [@jdavies-st](https://github.com/jdavies-st)
- Rosa Diaz (INS) [@rizeladiaz](https://github.com/rizeladiaz)
- Van Dixon (INS)
- Larry Doering (ITSD)
- Tom Donaldson (DMD) [@tomdonaldson](https://github.com/tomdonaldson)
- Kim DuPrie (DMD)
- Jonathan Eisenhamer (DMD) [@stscieisenhamer](https://github.com/stscieisenhamer)
- Ben Falk (DMD) [@falkben](https://github.com/falkben)
- Ann Feild (OPO)
- Mike Fox (DSMO) [@mfox22](https://github.com/mfox22)
- Scott Friedman (INS)
- Alex Fullerton (INS) [@awfullerton](https://github.com/awfullerton)
- Macarena Garcia Marin (INS)
- Lisa Gardner (DMD)
- Vera Gibbs (ITSD)
- Catherine Gosmeyer (INS) [@cgosmeyer](https://github.com/cgosmeyer)
- Phil Grant (ITSD)
- Dean Hines (INS)
- Sherie Holfeltz (INS) [@stholfeltz](https://github.com/stholfeltz)
- Joe Hunkeler (DMD) [@jhunkeler](https://github.com/jhunkeler)
- Catherine Kaleida (DMD) [@ckaleida](https://github.com/ckaleida)
- Deborah Kenny (DMD)
- Jenn Kotler (DMD) [@jenneh](https://github.com/jenneh)
- Daniel Kühbacher (Goddard) [@DanielKuebi](https://github.com/DanielKuebi)
- Mark Kyprianou (DMD) [@mkyp](https://github.com/mkyp)
- Stephanie La Massa (INS)
- Matthew Lallo (INS)
- Karen Levay (DMD)
- Crystal Mannfolk (SCOPE) [@cmannfolk](https://github.com/cmannfolk)
- Greg Masci (ITSD)
- Jacob Matuskey (DMD) [@jmatuskey](https://github.com/jmatuskey)
- Margaret Meixner (INS)
- Christain Mesh (DMD) [@cam72cam](https://github.com/cam72cam)
- Prem Mishra (ITSD)
- Don Mueller (ITSD)
- Maria Antonia Nieto-Santisteban (SEITO)
- Brian O'Sullivan (INS)
- Joe Pollizzi (JWSTMO)
- Lee Quick (DMD)
- Anupinder Rai (ITSD)
- Matt Rendina (DMD) [@rendinam](https://github.com/rendinam)
- Massimo Robberto (INS) [@mrobberto](https://github.com/mrobberto)
- Mary Romelfanger (DMD)
- Elena Sabbi (INS)
- Bernie Shiao (DMD)
- Matthew Sienkiewicz (ITSD)
- Arfon Smith (DSMO) [@arfon](https://github.com/arfon)
- Linda Smith (INS)
- Patrick Taylor (ITSD)
- Dave Unger (ITSD)
- Jeff Valenti (JWSTMO) [@JeffValenti](https://github.com/JeffValenti)
- Jeff Wagner (ITSD)
- Thomas Walker (ITSD)
- Geoff Wallace (DMD)
- Lara Wilkinson (OPO)
- Alex Yermolaev (ITSD) [@alexyermolaev](https://github.com/alexyermolaev)
- Joe Zahn (ITSD)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jwql",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "astronomy, python",
    "author": "Matthew Bourque, Lauren Chambers, Misty Cracraft, Mike Engesser, Mees Fix, Joe Filippazzo, Bryan Hilbert",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8d/a3/62c0f77342ed7df17fdc39da38638f713684f6ff7133b42330fd07924610/jwql-1.2.11.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"logos/jwql_logo_full_transparent.png\" width=\"400\"/>\n</p>\n\n# The JWST Quicklook Application (`JWQL`)\n\n[![Current Release](https://img.shields.io/github/release/spacetelescope/jwql.svg)](https://github.com/spacetelescope/jwql/releases/latest/)\n[![PyPI - License](https://img.shields.io/pypi/l/Django.svg)](https://github.com/spacetelescope/jwql/blob/master/LICENSE)\n[![Python](https://img.shields.io/badge/Python-3.7-blue.svg)](https://www.python.org/)\n[![Build Status](https://github.com/spacetelescope/jwql/workflows/JWQL%20CI/badge.svg)](https://github.com/spacetelescope/jwql/actions)\n[![Documentation Status](https://readthedocs.org/projects/jwql/badge/?version=latest)](https://jwql.readthedocs.io/en/latest/?badge=latest)\n[![STScI](https://img.shields.io/badge/powered%20by-STScI-blue.svg?colorA=707170&colorB=3e8ddd&style=flat)](http://www.stsci.edu)\n[![DOI](https://zenodo.org/badge/109727729.svg)](https://zenodo.org/badge/latestdoi/109727729)\n[![codecov](https://codecov.io/gh/spacetelescope/jwql/branch/develop/graph/badge.svg)](https://codecov.io/gh/spacetelescope/jwql)\n\n\nThe JWST Quicklook Application (`JWQL`) is a database-driven web application and automation framework for use by the JWST instrument teams to monitor and trend the health, stability, and performance of the JWST instruments.  The system is comprised of the following:\n1. A network file system that stores all uncalibrated and calibrated data products on disk in a centrally-located area, accessible to instrument team members (i.e. the MAST data cache)\n2. A relational database that stores observational metadata allowing for data discovery via relational queries (MAST database API).\n3. A software library that provides tools to support an automation framework in which to build automated instrument monitoring routines.\n4. A web application that allows users to visually inspect new and archival JWST data as well as instrument-specific monitoring and performance results.\n\nOfficial API documentation can be found on [ReadTheDocs](https://jwql.readthedocs.io)\n\nThe `jwql` application is available at [https://jwql.stsci.edu](https://jwql.stsci.edu).  Please note that the application is currently restricted to specific JWST instrument team members.\n\n## Installation for Users\n\nTo install `jwql`, simply use `pip`:\n\n```\npip install jwql\n```\n\nThe section below describes a more detailed installation for users that wish to contribute to the `jwql` repository.\n\n## Installation for Contributors\n\nGetting `jwql` up and running on your own computer requires four steps, detailed below:\n1. Cloning the GitHub repository\n2. Installing the `conda`environment\n3. Installing the python package\n4. Setting up the configuration file\n\n### Prerequisites\n\nIt is highly suggested that contributors have a working installation of `anaconda` or `miniconda` for Python 3.10+.  Downloads and installation instructions are  available here:\n\n- [Miniconda](https://conda.io/miniconda.html)\n- [Anaconda](https://www.continuum.io/downloads)\n\nRequirements for contributing to the `jwql` package will be included in the `jwql` `conda` environment, which is included in our installation instructions below. Further package requirements will be provided for `jwql` by a `pyproject.toml` file included in the repository.\n\n### Clone the `jwql` repo\n\nYou first need to clone the current version of `jwql`. The simplest way to do this is to go to the directory you want your copy of the repository to be in and clone the repository there. Once you are in the directory you can do the following:\n\n```\ngit clone https://github.com/spacetelescope/jwql.git\ncd jwql\n```\n\nor, if you would rather use `SSH` instead of `https`, type\n```\ngit clone git@github.com:spacetelescope/jwql.git\ncd jwql\n```\ninstead, and then proceed as stated.\n\n### Environment Installation\n\nFollowing the download of the `jwql` repository, contributors can then install the `jwql` `conda` environment via the environment yaml file, which contains all of the dependencies for the project. First, if necessary, [install `conda`](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html). Next, ensure that your version of `conda` is up to date:\n\n```\nconda update conda\n```\n\nNext, activate the `base` or `root` environment (depending on your version of `conda`):\n\n```\nsource activate base/root\n```\n\n**Note:** If you have added a step activating conda to your default terminal/shell (e.g. the `.bashrc`, `.zshrc`, or `.profile` file) then you don't need to do the above step.\n\nLastly, create the `jwql` environment via one of the `environment.yml` files (currently `environment_python_3.9.yml`, for python 3.9, and `environment_python_3.10.yml`, for python 3.10, are supported by `jwql`):\n\n```\nconda env create -f environment_python_3.10.yml\n```\n\nor\n\n```\nconda env create -f environment_python_3.11.yml\n```\n\n### Configuration File\n\nMuch of the `jwql` software depends on the existence of a `config.json` file within the `jwql` directory.  This file contains data that may be unique to users and/or contain sensitive information.  Please see the [Config File wiki page](https://github.com/spacetelescope/jwql/wiki/Config-file) for instructions on how to provide this file.\n\n\n## Citation\n\nIf you use `JWQL` for work/research presented in a publication (whether directly,\nor as a dependency to another package), we recommend and encourage the following acknowledgment:\n\n```\n  This research made use of the open source Python package 'jwql' (Bourque et al, 2020).\n```\n\nwhere (Bourque et al, 2020) is a citation of the Zenodo record available using the DOI badge above. By using the `Export` box in the lower right corner of the Zenodo page, you can export the citation in the format most convenient for you.\n\n\n## Software Contributions\n\nThere are two current pages to review before you begin contributing to the `jwql` development. The first is our [style guide](https://github.com/spacetelescope/jwql/blob/main/style_guide/README.md) and the second is our [suggested git workflow page](https://github.com/spacetelescope/jwql/wiki/git-&-GitHub-workflow-for-contributing), which contains an in-depth explanation of the workflow.\n\nContributors are also encouraged to check out the [Checklist for Contributors Guide](https://github.com/spacetelescope/jwql/wiki/Checklist-for-Contributors-and-Reviewers-of-Pull-Requests) to ensure the pull request contains all of the necessary changes.\n\nThe following is a bare-bones example of a best work flow for contributing to the project:\n\n1. Create a fork off of the `spacetelescope` `jwql` repository.\n2. Make a local clone of your fork.\n3. Ensure your personal fork is [pointing `upstream` properly](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork).\n4. Create a branch on that personal fork.\n5. Make your software changes.\n6. Push that branch to your personal GitHub repository (i.e. `origin`).\n7. On the `spacetelescope` `jwql` repository, create a pull request that merges the branch into `spacetelescope:develop`.\n8. Assign a reviewer from the team for the pull request.\n9. Iterate with the reviewer over any needed changes until the reviewer accepts and merges your branch.\n10. Delete your local copy of your branch.\n\n\n## Issue Reporting / Feature Requests\n\nUsers who wish to report an issue or request a new feature may do so through the following channels:\n\n1. Submit a new issue on GitHub (preferred method): https://github.com/spacetelescope/jwql/issues\n2. Submit a new ticket on Jira: https://jira.stsci.edu/projects/JWQL/\n\n\n## Code of Conduct\n\nUsers and contributors to the `jwql` repository should adhere to the [Code of Conduct](https://github.com/spacetelescope/jwql/blob/main/CODE_OF_CONDUCT.md).  Any issues or violations pertaining to the Code of Conduct should be brought to the attention of a `jwql` team member or to `jwql@stsci.edu`.\n\n## Questions\n\nAny questions about the `jwql` project or its software can be directed to `jwql@stsci.edu`.\n\n\n## Current Development Team\n- Bryan Hilbert (Project Manager, INS) [@bilhbert4](https://github.com/bhilbert4)\n- Mees Fix (Technical Lead, INS) [@mfixstsci](https://github.com/mfixstsci)\n- Misty Cracraft (INS) [@cracraft](https://github.com/cracraft)\n- Mike Engesser (INS) [@mengesser](https://github.com/mengesser)\n- Maria Pena-Guerrero [@penaguerrero](https://github.com/penaguerrero)\n- Ben Sunnquist (INS) [@bsunnquist](https://github.com/bsunnquist)\n- Brian York (INS) [@york-stsci](https://github.com/york-stsci)\n- Bradley Sappington (INS) [@bradleysappington](https://github.com/bradleysappington)\n- Melanie Clarke (INS) [@melanieclarke](https://github.com/melanieclarke)\n\n## Past Development Team Members\n- Matthew Bourque (INS) [@bourque](https://github.com/bourque)\n- Lauren Chambers (INS) [@laurenmarietta](https://github.com/laurenmarietta)\n- Joe Filippazzo (INS) [@hover2pi](https://github.com/hover2pi)\n- Graham Kanarek (INS) [@gkanarek](https://github.com/gkanarek)\n- Teagan King (INS) [@tnking97](https://github.com/tnking97)\n- Sara Ogaz (DMD) [@SaOgaz](https://github.com/SaOgaz)\n- Catherine Martlin (INS) [@catherine-martlin](https://github.com/catherine-martlin)\n- Johannes Sahlmann (INS) [@Johannes-Sahlmann](https://github.com/johannes-sahlmann)\n- Shannon Osborne (INS) [@shanosborne](https://github.com/shanosborne)\n\n## Acknowledgments:\n- Faith Abney (DMD)\n- Joshua Alexander (DMD) [@obviousrebel](https://github.com/obviousrebel)\n- Anastasia Alexov (DMD)\n- Sara Anderson (DMD)\n- Tracy Beck (INS)\n- Francesca Boffi (INS) [@frboffi](https://github.com/frboffi)\n- Clara Brasseur (DMD) [@ceb8](https://github.com/ceb8)\n- Matthew Burger (DMD)\n- Steven Crawford (DMD) [@stscicrawford](https://github.com/stscicrawford)\n- James Davies (DMD) [@jdavies-st](https://github.com/jdavies-st)\n- Rosa Diaz (INS) [@rizeladiaz](https://github.com/rizeladiaz)\n- Van Dixon (INS)\n- Larry Doering (ITSD)\n- Tom Donaldson (DMD) [@tomdonaldson](https://github.com/tomdonaldson)\n- Kim DuPrie (DMD)\n- Jonathan Eisenhamer (DMD) [@stscieisenhamer](https://github.com/stscieisenhamer)\n- Ben Falk (DMD) [@falkben](https://github.com/falkben)\n- Ann Feild (OPO)\n- Mike Fox (DSMO) [@mfox22](https://github.com/mfox22)\n- Scott Friedman (INS)\n- Alex Fullerton (INS) [@awfullerton](https://github.com/awfullerton)\n- Macarena Garcia Marin (INS)\n- Lisa Gardner (DMD)\n- Vera Gibbs (ITSD)\n- Catherine Gosmeyer (INS) [@cgosmeyer](https://github.com/cgosmeyer)\n- Phil Grant (ITSD)\n- Dean Hines (INS)\n- Sherie Holfeltz (INS) [@stholfeltz](https://github.com/stholfeltz)\n- Joe Hunkeler (DMD) [@jhunkeler](https://github.com/jhunkeler)\n- Catherine Kaleida (DMD) [@ckaleida](https://github.com/ckaleida)\n- Deborah Kenny (DMD)\n- Jenn Kotler (DMD) [@jenneh](https://github.com/jenneh)\n- Daniel K\u00fchbacher (Goddard) [@DanielKuebi](https://github.com/DanielKuebi)\n- Mark Kyprianou (DMD) [@mkyp](https://github.com/mkyp)\n- Stephanie La Massa (INS)\n- Matthew Lallo (INS)\n- Karen Levay (DMD)\n- Crystal Mannfolk (SCOPE) [@cmannfolk](https://github.com/cmannfolk)\n- Greg Masci (ITSD)\n- Jacob Matuskey (DMD) [@jmatuskey](https://github.com/jmatuskey)\n- Margaret Meixner (INS)\n- Christain Mesh (DMD) [@cam72cam](https://github.com/cam72cam)\n- Prem Mishra (ITSD)\n- Don Mueller (ITSD)\n- Maria Antonia Nieto-Santisteban (SEITO)\n- Brian O'Sullivan (INS)\n- Joe Pollizzi (JWSTMO)\n- Lee Quick (DMD)\n- Anupinder Rai (ITSD)\n- Matt Rendina (DMD) [@rendinam](https://github.com/rendinam)\n- Massimo Robberto (INS) [@mrobberto](https://github.com/mrobberto)\n- Mary Romelfanger (DMD)\n- Elena Sabbi (INS)\n- Bernie Shiao (DMD)\n- Matthew Sienkiewicz (ITSD)\n- Arfon Smith (DSMO) [@arfon](https://github.com/arfon)\n- Linda Smith (INS)\n- Patrick Taylor (ITSD)\n- Dave Unger (ITSD)\n- Jeff Valenti (JWSTMO) [@JeffValenti](https://github.com/JeffValenti)\n- Jeff Wagner (ITSD)\n- Thomas Walker (ITSD)\n- Geoff Wallace (DMD)\n- Lara Wilkinson (OPO)\n- Alex Yermolaev (ITSD) [@alexyermolaev](https://github.com/alexyermolaev)\n- Joe Zahn (ITSD)\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2017, AURA All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of jwql nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "The James Webb Space Telescope Quicklook Project",
    "version": "1.2.11",
    "project_urls": null,
    "split_keywords": [
        "astronomy",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0b72a9ff522ebd05f3f8a743e20929ffa5f63178512620a8757e521c1c1c78b",
                "md5": "36e490c279b0b8b5caa63cc50b88e138",
                "sha256": "6ab60efa8693f6281a75b01b90957871758bef91299cbee28979789d78fa90cb"
            },
            "downloads": -1,
            "filename": "jwql-1.2.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36e490c279b0b8b5caa63cc50b88e138",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 29455586,
            "upload_time": "2024-08-26T23:49:37",
            "upload_time_iso_8601": "2024-08-26T23:49:37.122326Z",
            "url": "https://files.pythonhosted.org/packages/c0/b7/2a9ff522ebd05f3f8a743e20929ffa5f63178512620a8757e521c1c1c78b/jwql-1.2.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8da362c0f77342ed7df17fdc39da38638f713684f6ff7133b42330fd07924610",
                "md5": "b75feb92d9711cb30e8a1dc89729b47b",
                "sha256": "9837f0d010fd4a54773333e0df8e82e5965d88690bda89ac32090557f87fa188"
            },
            "downloads": -1,
            "filename": "jwql-1.2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "b75feb92d9711cb30e8a1dc89729b47b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 29854954,
            "upload_time": "2024-08-26T23:49:40",
            "upload_time_iso_8601": "2024-08-26T23:49:40.156223Z",
            "url": "https://files.pythonhosted.org/packages/8d/a3/62c0f77342ed7df17fdc39da38638f713684f6ff7133b42330fd07924610/jwql-1.2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 23:49:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jwql"
}
        
Elapsed time: 0.40570s