Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle fits.gz files #43

Open
teuben opened this issue Jan 18, 2021 · 3 comments
Open

handle fits.gz files #43

teuben opened this issue Jan 18, 2021 · 3 comments

Comments

@teuben
Copy link
Owner

teuben commented Jan 18, 2021

fits.gz files are getting pretty common now.
Would a solution be to use memory mapped files?

@teuben
Copy link
Owner Author

teuben commented Apr 10, 2021

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)

@teuben
Copy link
Owner Author

teuben commented Nov 7, 2022

If fitsio_nemo is compiled with CFITSIO enabled, and the $NEMO/inc/cfitsio is not in the way, this already works in fitsccd

@teuben
Copy link
Owner Author

teuben commented Nov 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant