Skip to content

ChileanVirtualObservatory/pycupid

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 62 commits ahead of msanchezc:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%