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

Fix two bugs related to reading RICE-compressed FITS images. #182

Merged
merged 1 commit into from May 9, 2016

Conversation

d-lamb
Copy link
Member

@d-lamb d-lamb commented May 5, 2016

  1. The NAXIS* keywords were not replaced with their
    ZNAXIS* equivalents, so the NAXIS fields in the header were incorrect.

  2. The Z_, TFIELDS, TTYPE_, and TFORM* keywords were deleted from
    the wronge header object, so the header of the returned piddle
    still had those fields present.

1) The NAXIS* keywords were not replaced with their
ZNAXIS* equivalents, so the NAXIS fields in the header were incorrect.

2) The Z*, TFIELDS, TTYPE*, and TFORM* keywords were deleted from
the wronge header object, so the header of the returned piddle
still had those fields present.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 62.692% when pulling 45f72f1 on fits_decompression into 418b592 on master.

@wchristian wchristian merged commit 45f72f1 into master May 9, 2016
@wchristian wchristian deleted the fits_decompression branch May 9, 2016 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants