-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
I'm using the library to validate an existing fits file, but I get an error message that I don't understand:
"Data contains 9 bytes but supposed to be 24385536 bytes"
I don't understand the validation code that triggers this error. In AnyHDU.swift:
if modified == false && headerUnit.count < headerUnit.dataSize {
It looks like it is comparing two different things, the number of items in the header and the number of bytes in the data ?
Have I missed something ?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working