polycomp 1.0.4

Creator: railscoder56

Last updated:

Add to Cart

Description:

polycomp 1.0.4

========Polycomp========This package provides a set of Python bindings to the libpolycomplibrary, as well as a stand-alone program which can be used tocompress/decompress FITS files into polycomp files (still FITS filesin disguise).Requirements------------1. Either Python 2.7 or 3.4 will work2. Libpolycomp (https://github.com/ziotom78/libpolycomp) must already be installed3. The following Python libraries are required: - `click` (http://click.pocoo.org/5/); - `numpy` (http://www.numpy.org/); - Either `astropy` (version 0.4 or greater, http://www.astropy.org/) or `pyfits` (http://www.stsci.edu/institute/software_hardware/pyfits). (The `setup.py` script installs Astropy.)**Note**: Recent versions of NumPy (1.10) seem to be incompatible with PyFits3.3: saving files will lead to strange assertion errors. NumPy 1.8.2 and PyFits3.3 are fine.Basic usage-----------To use the bindings in your code, simply import ``pypolycomp`` in yourproject:: import pypolycompThis package provides also a standalone program, ``polycomp``. Use the``--help`` flag to get some help about how to use it:: $ polycomp --help

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.