3 unstable releases

0.2.0 Nov 11, 2024
0.1.1 Mar 9, 2022
0.1.0 Mar 5, 2022

#21 in #blob

Download history 110/week @ 2024-11-07 22/week @ 2024-11-14 4/week @ 2024-11-21 1/week @ 2024-11-28 1/week @ 2024-12-05 1/week @ 2024-12-12

119 downloads per month

MIT license

32KB
775 lines

Crates.io Actions Status Documentation codecov Dependency status

Algorithm description section 6.3 https://fits.gsfc.nasa.gov/registry/tilecompression/tilecompression2.3.pdf

Original related IRAF PLIO docs: https://github.com/iraf-community/iraf/blob/main/sys/plio/PLIO.hlp

Port of:

https://github.com/iraf-community/iraf/blob/main/sys/plio/plp2l.gx

https://github.com/iraf-community/iraf/blob/main/sys/plio/pll2p.gx

https://github.com/iraf-community/iraf/blob/main/lib/plio.h Note 'B' type on constant is Octal

Secondary Port of pliocomp.c in CFITSIO to remove most goto statements and clean up magic constants.

Dependencies

~130KB