| Crates.io | pliocomp |
| lib.rs | pliocomp |
| version | 0.2.0 |
| created_at | 2022-03-05 06:24:03.034725+00 |
| updated_at | 2024-11-11 11:59:14.806436+00 |
| description | PLIO Compression Library |
| homepage | |
| repository | https://github.com/petesmc/pliocomp.git |
| max_upload_size | |
| id | 543847 |
| size | 39,330 |
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.