This package browser is in early development. Mind the rough edges.

python-aplpy 2.1.0

Astronomical Plotting Library in Python

APLpy is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses matplotlib, a powerful and interactive plotting package. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG.

Main features:

  • Make plots interactively or using scripts

  • Show grayscale, colorscale, and 3-color RGB images of FITS files

  • Generate co-aligned FITS cubes to make 3-color RGB images

  • Make plots from FITS files with arbitrary WCS (e.g. position-velocity)

  • Slice multi-dimensional FITS cubes

  • Overlay any number of contour sets

  • Overlay markers with fully customizable symbols

  • Plot customizable shapes like circles, ellipses, and rectangles

  • Overlay ds9 region files

  • Overlay coordinate grids

  • Show colorbars, scalebars, and beams

  • Customize the appearance of labels and ticks

  • Hide, show, and remove different contour and marker layers

  • Pan, zoom, and save any view as a full publication-quality plot

  • Save plots as EPS, PDF, PS, PNG, and SVG

Installation

Install python-aplpy 2.1.0 as follows:

guix install python-aplpy@2.1.0

Or install the latest version:

guix install python-aplpy

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.