| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
Sorry, something went wrong.
| decompressed_values = (int *)calloc(tilesize, sizeof(int)); | ||
|
|
||
| pl_l2pi(compressed_values, 1, decompressed_values, tilesize); | ||
| pl_l2pi(compressed_values, tilesize, 1, decompressed_values, tilesize); |
There was a problem hiding this comment.
Pretty sure this is wrong. Do we need to add extra stuff to make it look like the RICE compression codec? I am afraid to change the code too much by myself. @saimn or @astrofrog ? 🙏
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
New CFITSIO release found.
Version: 4.7.0 (Aug 2026)
Change log
Version 4.7.0 - Aug 2026
This release includes patches to security vulnerabilities. We strongly encourage this upgrade, particularly for those running CFITSIO in web accessible applications.
Our thanks to A. Denkiewicz and Z. Bugaud for their extensive help with this.
New test framework added, containing a collection of unit tests. Our thanks to W. Pursell for contributing this.
Bug fix for parsing octal integer constants in expressions. Our thanks to Cruzzil_Code for submitting this.
Enhanced output from uncompress2mem_from_mem function.
Appended 'fits_' prefix to stream driver function names to reduce chances of potential symbol name conflicts with outside libraries. Our thanks to rtobar for submitting this.
(For complete change log information, see https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt .)