Welcome to spinbin, a Python package for fast multiprocessing 2 and 3 dimensional data binning using cython and numpy. This package supports my skysurvey package and is an expanded version of the included c_functions extension module within skysurvey.
Provides:
-
Fast
cythonfunctions which escape thegil. -
Fast rotation matrix for tri-axial rotations.
-
Several support functions for processing I/O.
See below for instructions for installing spinbin with either setup.py or PIP. If for any reason you can not use either of these methods, please contact the author (Sol Courtney) via email at sol.courtney@gmail.com and a solution can be figured out.
Below are the instruction examples for installing spinbin with PIP.
From the spinbin top level directory, run the following:
>>> pip install ./ -v
Below are the instruction examples for installing spinbin using the basic setup.py script.
From the spinbin top level directory, run the following:
>>> python setup.py