You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another popular compression format are the .fz files, where fpack/funpack is needed. The compression levels here are much higher, but the cfitsio tool are needed for this (e.g. ubuntu: libcfitsio-bin)
For cfitsio 4.1.0 I found I needed -lcfitsio -lz -lcurl -lbz2
which is inconsistent with $NEMO/opt/lib/pkgconfig/cfitsio.pc - this is probably an upstream bug.
fits.gz files are getting pretty common now.
Would a solution be to use memory mapped files?
The text was updated successfully, but these errors were encountered: