Skip to main content

Astronomical utilities for PANOPTES

Project description

PANOPTES Utilities

PANOPTES logo


GHA Status Travis Status codecov Documentation Status PyPI version

Utility functions for use within the Project PANOPTES ecosystem and for general astronomical processing.

This library defines a number of modules that contain useful functions as well as a few services.

Dependencies

There are a few system dependencies depending on what functionality you will be using.

In particular, the plate solving requires astrometry.net and the appropriate index files.

Use the following on a debian-based system (e.g. Ubuntu) to install all dependencies:

apt-get update

apt-get install --no-install-recommends --yes \
  wait-for-it \
  bzip2 ca-certificates gcc pkg-config \
  libffi-dev libssl-dev \
  astrometry.net astrometry-data-tycho2-08 astrometry-data-tycho2 \
  dcraw exiftool libcfitsio-dev libcfitsio-bin \
  libfreetype6-dev libpng-dev libjpeg-dev libffi-dev \
  git

Install

To install type:

pip install panoptes-utils

Full options for install:

pip install -e ".[config,docs,images,testing,social]"

See the full documentation at: https://panoptes-utils.readthedocs.io

Docker Service

The docker folder defines an image that can be used as the base for other
PANOPTES services.

The Dockerfile is built by the cloudbuild.yaml and stored in Google
Registry as gcr.io/panoptes-exp/panoptes-utils:latest.

You can pull the image like any other docker image:

docker pull gcr.io/panoptes-exp/panoptes-utils:latest

Config Server

There is also a service defined in docker-compose.yaml that will run the panoptes-config-server cli tool.

PANOPTES_CONFIG_FILE=/path/to/config.yaml docker-compose \
    -f docker/docker-compose.yaml up

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

panoptes-utils-0.2.32.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

panoptes_utils-0.2.32-py2.py3-none-any.whl (73.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page