_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-spisea 2.1.15
Propagated dependencies: python-astropy@7.1.1 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pysynphot@2.0.0-0.54e9e2a python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://spisea.readthedocs.io/en/stable/index.html
Licenses: GPL 3+ Modified BSD
Build system: pyproject
Synopsis: Stellar Population Synthesis Modeling
Description:

SPISEA is an python package that generates single-age, single-metallicity populations (i.e. star clusters). It gives the user control over many parameters:

  • cluster characteristics (age, metallicity, mass, distance)

  • total extinction, differential extinction, and extinction law

  • stellar evolution and atmosphere models

  • stellar multiplicity and Initial Mass Function

  • initial-Final Mass Relation

  • photometric filters

python-astroquery 0.4.11
Propagated dependencies: python-astropy@7.1.1 python-astropy-healpix@1.1.2 python-beautifulsoup4@4.14.3 python-boto3@1.40.61 python-html5lib@1.1 python-keyring@23.9.3 python-numpy@1.26.4 python-pyvo@1.8 python-regions@0.10 python-requests@2.32.5
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astroquery.readthedocs.io/en/latest/index.html
Licenses: Modified BSD
Build system: pyproject
Synopsis: Access online astronomical data resources
Description:

Astroquery is a package that contains a collection of tools to access online Astronomical data. Each web service has its own sub-package.

libsep 1.4.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/kbarbary/sep
Licenses: Expat LGPL 3+ Modified BSD
Build system: cmake
Synopsis: Astronomical source extraction and photometry library
Description:

SEP makes the core algorithms of sextractor available as a library of stand-alone functions and classes. These operate directly on in-memory arrays (no FITS files or configuration files). The code is derived from the Source Extractor code base (written in C) and aims to produce results compatible with Source Extractor whenever possible. SEP consists of a C library with no dependencies outside the standard library, and a Python module that wraps the C library in a Pythonic API. The Python wrapper operates on NumPy arrays with NumPy as its only dependency.

python-astroplan 0.10.1
Propagated dependencies: python-astropy@7.1.1 python-astroquery@0.4.11 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pytz@2025.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/astropy/astroplan
Licenses: Modified BSD
Build system: pyproject
Synopsis: Observation planning package for astronomers
Description:

This package provides a flexible toolbox for observation planning and scheduling. When complete, the goal is to be easy for Python beginners and new observers to to pick up, but powerful enough for observatories preparing nightly and long-term schedules.

Features:

  • calculate rise/set/meridian transit times, alt/az positions for targets at observatories anywhere on Earth

  • built-in plotting convenience functions for standard observation planning plots (airmass, parallactic angle, sky maps)

  • determining observability of sets of targets given an arbitrary set of constraints (i.e., altitude, airmass, moon separation/illumination, etc.)

libsharp 3.8.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://healpix.sourceforge.io/
Licenses: GPL 2+
Build system: gnu
Synopsis: Efficient spherical harmonic transforms at arbitrary spins
Description:

This package provides a librari for spherical harmonic transforms (SHTs), which evolved from the libpsht library, addressing several of its shortcomings, such as adding MPI support for distributed memory systems and SHTs of fields with arbitrary spin, but also supporting new developments in CPU instruction sets like the Advanced Vector Extensions (AVX) or fused multiply-accumulate (FMA) instructions. The library is implemented in portable C99 and provides an interface that can be easily accessed from other programming languages such as C++, Fortran, Python etc. Generally, libsharp's performance is at least on par with that of its predecessor; however, significant improvements were made to the algorithms for scalar SHTs, which are roughly twice as fast when using the same CPU capabilities.

Supporting paper is available at https://arxiv.org/abs/1303.4945

python-ads 0.12.7
Propagated dependencies: python-mock@5.1.0 python-requests@2.32.5 python-six@1.17.0 python-werkzeug@3.1.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://www.github.com/andycasey/ads/
Licenses: Expat
Build system: pyproject
Synopsis: Python client to NASA's Astrophysics Data System
Description:

This package provides a Python Module to Interact with NASA's Astrophysics Data System.

python-ginga 5.4.0
Propagated dependencies: python-astropy@7.1.1 python-numpy@1.26.4 python-packaging@25.0 python-pillow@11.1.0 python-puremagic@1.28 python-pyyaml@6.0.2 python-qtpy@2.4.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://ejeschke.github.io/ginga/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Scientific image viewer and toolkit for FITS files
Description:

Ginga is a toolkit designed for building viewers for scientific image data in Python, visualizing 2D pixel data in numpy arrays. It can view astronomical data such as contained in files based on the FITS (Flexible Image Transport System) file format. It is written and is maintained by software engineers at the National Astronomical Observatory of Japan (NAOJ), the Space Telescope Science Institute (STScI), and other contributing entities.

The Ginga toolkit centers around an image display object which supports zooming and panning, color and intensity mapping, a choice of several automatic cut levels algorithms and canvases for plotting scalable geometric forms. In addition to this widget, a general purpose "reference" FITS viewer is provided, based on a plugin framework. A fairly complete set of standard plugins are provided for features that we expect from a modern FITS viewer: panning and zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.

stuff 2.0.1-0.9cf3632
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.astromatic.net/software/stuff
Licenses: GPL 3+
Build system: gnu
Synopsis: Astronomical catalogue simulation
Description:

Stuff is a program that simulates "perfect" astronomical catalogues. It generates object lists in ASCII which can read by the SkyMaker program to produce realistic astronomical fields. Stuff is part of the EFIGI development project.

python-webbpsf 2.1.0
Propagated dependencies: python-astropy@7.1.1 python-astroquery@0.4.11 python-matplotlib@3.8.2 python-numpy@1.26.4 python-photutils@2.3.0 python-poppy@1.1.2 python-pysiaf@0.24.1 python-scipy@1.12.0 python-synphot@1.6.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://stpsf.readthedocs.io
Licenses: Modified BSD
Build system: pyproject
Synopsis: Creates simulated point spread functions for Space Telescopes)
Description:

STPSF produces simulated PSFs for the James Webb Space Telescope, NASA's flagship infrared space telescope. STPSF can simulate images for any of the four science instruments plus the fine guidance sensor, including both direct imaging, coronagraphic, and spectroscopic modes.

python-casacore 3.7.1
Dependencies: casacore@3.8.0 cfitsio@4.6.3 hdf5@1.14.6 openblas@0.3.30 wcslib@8.4
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://casacore.github.io/python-casacore
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python wrapper for Casacore
Description:

This package provides a wrapper around casacore, the radio astronomy library.

python-pycpl 1.0.3
Dependencies: cpl@7.3.2
Propagated dependencies: python-astropy@7.1.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://www.eso.org/sci/software/pycpl/pycpl-site/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python bindings for ESO's CPL
Description:

PyCPL provides Python3 language bindings for the complete programming API of the European Southern Observatory Common Pipeline Library toolkit, including the CPL plugin interface.

python-mapsims 2.6.0
Propagated dependencies: python-astropy@7.1.1 python-healpy@1.18.1 python-numpy@1.26.4 python-pixell@0.31.3 python-pysm3@3.4.3 python-pyyaml@6.0.2 python-so-noise-models@0.0.0-0.fac881e python-toml@0.10.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/galsci/mapsims
Licenses: FreeBSD
Build system: pyproject
Synopsis: Map based simulations software for CMB Experiments
Description:

This package implements a functionality to produce map based simulations for the Simons Observatory or other CMB experiments. It creates simulated maps in HEALPix and CAR pixelization based on:

  • foreground models included in PySM

  • custom foregrounds models from the so_pysm_models package

  • precomputed Cosmic Microwave Background simulations

  • noise simulations based on expected performance and simulated hitmaps

  • effect of gaussian beam convolution

phd2 2.6.13-2.7ed00ec
Dependencies: cfitsio@4.6.3 curl@8.6.0 eigen@3.4.0 gtk+@3.24.51 indi@2.1.6 libnova@0.16 libusb@1.0.25 opencv@4.12.0 wxwidgets@3.2.8.1 zlib@1.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://openphdguiding.org
Licenses: Modified BSD
Build system: cmake
Synopsis: Teleskope guiding software
Description:

PHD2 is the enhanced,second generation version of the PHD guiding software from Stark Labs.

python-pynbody 2.3.3
Propagated dependencies: python-certifi@2025.06.15 python-h5py@3.13.0 python-matplotlib@3.8.2 python-numpy@1.26.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://pynbody.github.io/pynbody/index.html
Licenses: GPL 3+
Build system: pyproject
Synopsis: Light-weight astronomical N-body/SPH analysis for python
Description:

Pynbody is an analysis framework for N-body and hydrodynamic astrophysical simulations supporting PKDGRAV/Gasoline, Gadget, Gadget4/Arepo, N-Chilada and RAMSES AMR outputs.

python-suntime 1.3.2
Propagated dependencies: python-dateutil@2.9.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/SatAgro/suntime
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Sunset and sunrise time calculation python library
Description:

Python library doing sunrise and sunset time calculation. Takes a WGS84 (GPS) latitude/longitude as input as well as an UTC or local datetime object.

python-statmorph 0.7.1
Propagated dependencies: python-astropy@7.1.1 python-numpy@1.26.4 python-photutils@2.3.0 python-scikit-image@0.25.2 python-scipy@1.12.0 python-matplotlib@3.8.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/vrodgom/statmorph
Licenses: Modified BSD
Build system: pyproject
Synopsis: Non-parametric morphological diagnostics of galaxy images
Description:

The package statmorph implements functionality of calculating non-parametric morphological diagnostics of galaxy images (e.g., Gini-M_20 and CAS statistics), as well as fitting 2D Sérsic profiles.

casacore 3.8.0
Dependencies: cfitsio@4.6.3 fftw@3.3.10 fftwf@3.3.10 gfortran@14.3.0 gsl@2.8 hdf5@1.14.6 ncurses@6.2.20210619 openblas@0.3.30 python@3.11.14 python-numpy@1.26.4 wcslib@8.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://casacore.github.io/casacore/
Licenses: GPL 2+
Build system: cmake
Synopsis: Suite of C++ libraries for radio astronomy data processing
Description:

The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Application) package. This split was made to get a better separation of core libraries and applications. CASA is now built on top of Casacore.

python-sep 1.4.1
Propagated dependencies: python-numpy@1.26.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/kbarbary/sep
Licenses: Expat LGPL 3+ Modified BSD
Build system: pyproject
Synopsis: Python library for Source Extraction and Photometry
Description:

SEP makes the core algorithms of sextractor available as a library of stand-alone functions and classes. These operate directly on in-memory arrays (no FITS files or configuration files). The code is derived from the Source Extractor code base (written in C) and aims to produce results compatible with Source Extractor whenever possible. SEP consists of a C library with no dependencies outside the standard library, and a Python module that wraps the C library in a Pythonic API. The Python wrapper operates on NumPy arrays with NumPy as its only dependency.

python-asdf-zarr 0.0.4
Propagated dependencies: python-asdf@3.5.0 python-fsspec@2025.9.0 python-zarr@2.18.7
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/asdf-format/asdf-zarr
Licenses: Modified BSD
Build system: pyproject
Synopsis: Asdf extension to support Zarr arrays
Description:

This package includes an extension for the Python library asdf to add support for reading and writing chunked Zarr arrays, a file storage format for chunked, compressed, N-dimensional arrays based on an open-source specification.

python-yt 4.4.2
Propagated dependencies: python-cmyt@2.0.2 python-ewah-bool-utils@1.2.2 python-ipywidgets@8.1.2 python-matplotlib@3.8.2 python-more-itertools@10.6.0 python-numpy@1.26.4 python-packaging@25.0 python-pillow@11.1.0 python-tomli-w@1.2.0 python-tqdm@4.67.1 python-unyt@3.0.4 python-astropy@7.1.1 python-cartopy@0.24.1 python-glue-core@1.24.1 python-h5py@3.13.0 python-netcdf4@1.6.2 python-pandas@2.2.3 python-pooch@1.8.1 python-regions@0.10 python-requests@2.32.5 python-xarray@2023.12.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: http://yt-project.org/
Licenses: Modified BSD LGPL 3
Build system: pyproject
Synopsis: Analyzing and visualizing volumetric data framework
Description:

This package provides a structured, variable-resolution meshes, unstructured meshes, and discrete or sampled data such as particles. Focused on driving physically-meaningful inquiry, it has been applied in domains such as astrophysics, seismology, nuclear engineering, molecular dynamics, and oceanography.

python-so-noise-models 0.0.0-0.fac881e
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/simonsobs/so_noise_models
Licenses: FreeBSD
Build system: pyproject
Synopsis: Simons Observatory N(ell) noise models
Description:

This package provides N(ell) noise curve projection code for the Simons Observatory. The intention is that the full history of noise models will be provided to supplement published projections and simulations.

python-pyavm 0.9.8
Propagated dependencies: python-astropy@7.1.1 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astrofrog.github.io/pyavm/
Licenses: Expat
Build system: pyproject
Synopsis: Simple pure-python AVM meta-data handling
Description:

PyAVM is a module to represent, read, and write metadata following the AVM standard provided by vamp project.

python-kanon 0.6.6
Propagated dependencies: python-astropy@6.1.7 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-requests@2.32.5 python-scipy@1.12.0 python-ipykernel@6.29.4 python-papermill@2.6.0
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://dishas.obspm.fr
Licenses: Modified BSD
Build system: pyproject
Synopsis: History of astronomy
Description:

This package provides a history of astronomy library. Current Features:

  • define standard positional numeral systems with standard arithmetics (BasedReal)

  • set your own precision contexts and algorithms on arithmetical operations (PrecisionContext)

  • keep track of all operations

  • build or import ancient astronomical tables

  • perform arithmetical and statistical operations

  • support for BasedReal values

  • define new calendar types

  • date conversions

  • collection of mathematical models used for all kinds of geocentric astronomical tables

python-glue-geospatial 0.4
Propagated dependencies: python-affine@2.4.0 python-glue-core@1.24.1 python-pyproj@3.6.1 python-rasterio@1.3.7
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/glue-viz/glue-geospatial
Licenses: Modified BSD
Build system: pyproject
Synopsis: Glue plugin to support satellite imagery
Description:

This package provides a Glue plugin for geospatial imagery.

Total packages: 69244