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

typo in verifyPrimary #1

Open
sbinet opened this issue Jul 3, 2014 · 0 comments
Open

typo in verifyPrimary #1

sbinet opened this issue Jul 3, 2014 · 0 comments

Comments

@sbinet
Copy link

sbinet commented Jul 3, 2014

hi,

it seems to me there is a little typo here:
https://github.com/siravan/fits/blob/master/fits.go#L808

    if n != 8 && n != 16 && n != 32 && n != 64 && n != -32 && n == -64 {
        return fmt.Errorf("Invalid BITPIX value")
    }

shouldn't this read n != -64 instead ?

-s

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

No branches or pull requests

1 participant