-
Notifications
You must be signed in to change notification settings - Fork 1
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
Astropy isssue reading of fits.Z compressed fles #92
Comments
Hi David, for SOX it would be better to use directly the ESO programmatic interfaces. Using them you will not suffer of such problem. We have available a lot of documentation about the programmatic access, including python scripts and jupyter notebooks. Probably the most relevant for you is the following jupyter notebook: |
Hi Alberto, great to hear from you. We are planning to the ESO interfaces for collecting and streaming data to and from Garching, and the resources you link here will be very useful. My concern here is the direct reading of the FITS The main issue is here: (I also linked the astroquery issue you are involved with as it too relates to the compression). |
soxspipe will now simply uncompress the .Z files on the fly during reductions. |
The ESO archive typically distributes data in fits.Z compressed format. Astropy is currently having problems reading these:
astropy/astropy#10714
astropy/astroquery#1818
I am having to uncompress the data before running soxspipe and would be space/time saving to not have to do this.
Adding this issue to remain myself to check back in the future for a fix.
The text was updated successfully, but these errors were encountered: