pycupid

Python wrappers for Starlink's CUPID package


Keywords
astronomy, astronomy-library, cupid, python, radioastronomy
License
GPL-3.0
Install
pip install pycupid==0.1.0

Documentation

PyCupid - Python wrappers for Starlink's CUPID package

CUPID is part of the Starlink Software Collection, it provides a set of commands that identify and analyse clumps of emission within 1-, 2- and 3-dimensional data arrays.

This module aims to serve as an interface between CUPID implementation (C and Fortran) and Python. As such, users can simply import the module and use CUPID functions as if they were implemented in Python.

Documentation

The lastest documentation can be found in here.

Installation

To install PyCupid just run:

pip install pycupid

For developers we have a wiki to compile pycupid in Manylinux