Skip to content

ChileanVirtualObservatory/pycupid

 
 

Repository files navigation

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

Wheels for PyCupid are only available for python 2.7, 3.4, 3.5 and 3.6. Installation on newer version (3.7, 3.8) fails!
Create a virtual environment with an older python version if necessary.

For developers we have a wiki to compile pycupid in Manylinux

Releases

No releases published

Packages

No packages published

Languages

  • C 75.1%
  • Jupyter Notebook 22.1%
  • Python 2.1%
  • Other 0.7%