Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

drizzlepac

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drizzlepac

HST image combination using the drizzle algorithm to combine astronomical images, to model image distortion, to remove cosmic rays, and generally to improve the fidelity of data in the final image.

  • 3.7.1.1
  • PyPI
  • Socket score

Maintainers
2

Drizzlepac

Build Status Documentation Status codecov DOI

Nightly regression test results are available only from within the STScI network at this time. https://plwishmaster.stsci.edu:8081/job/RT/job/drizzlepac/

The use of this software on HST data is described at:

http://drizzlepac.stsci.edu/

A complete description of the documented interfaces in the code itself can be found at:

http://drizzlepac.readthedocs.io

Installation

Drizzlepac is installed when you install the stenv conda environment (a replacement for astroconda). Select your desired release and follow the instructions on the stenv installation page.

Install with pip

$ pip install git+https://github.com/spacetelescope/drizzlepac.git

The option --no-use-pep517 MAY be required in order to correctly build the C extensions with pip versions up to 22.2, after commenting out the build-backend from the pyproject.toml config file.

Support for installing using pip is still evolving, so use of this command is provided on an experimental basis for now.

From Source

Clone this repository

$ git clone https://github.com/spacetelescope/drizzlepac
$ cd drizzlepac

Build the documentation

Note: If you intend to use drizzlepac's embedded help feature from within an interactive python or ipython session, we recommend you do not skip this step.

$ cd doc/
$ make html

Install DrizzlePac

$ python setup.py install

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc