Skip to content

gcxmlib

This library provides some classes and functions to cross-match tracklets on a sphere.

Dependences

The library is developed along with the C++14 standard. Test programs are compiled and checked with g++-5.4.0.

Installation

Python

The python package gcxmlib is available on PyPI. Otherwise, install the latest version via the git repository on bitbucket.org.

pip install gcxmlib
pip install git+https:://bitbucket.org/ryou_ohsawa/gcxmlib/src/master/

When the installation via pip fails, download the whole code from bitbucket.org and install the module manually.

cd /your/favorite/directory
git clone https://ryou_ohsawa@bitbucket.org/ryou_ohsawa/gcxmlib.git
cd gcxmlib
python ./setup.py install

After the installation, you can import the library as usual.

import gcxmlib

C++

The C++ library is provided as a single header file. Copy to your developing directory and add the include line as follows.

include "gcxmlib.h"