hcompress 0.3.0

HCompress Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[![Crates.io](https://img.shields.io/crates/v/hcompress.svg)](https://crates.io/crates/hcompress)
[![Actions Status](https://github.com/petesmc/hcompress/workflows/CI/badge.svg)](https://github.com/petesmc/hcompress/actions)
[![Documentation](https://docs.rs/hcompress/badge.svg)](https://docs.rs/hcompress/)
[![codecov](https://codecov.io/gh/petesmc/hcompress/branch/master/graph/badge.svg?token=YZEX06JT7K)](https://codecov.io/gh/petesmc/hcompress)
[![Dependency status](https://deps.rs/repo/github/petesmc/hcompress/status.svg)](https://deps.rs/repo/github/petesmc/hcompress)

Based on the CFITSIO version of the HCompress library

See licenses.

Paper detailing algorithms
https://fits.gsfc.nasa.gov/registry/tilecompression/tilecompression2.3.pdf


Original Library
https://www.stsci.edu/software/hcompress.html

NOTE: The non-'64' functions support shorts padded to int, and the '64' functions support int padded to long, as per the original implementation.