-
Notifications
You must be signed in to change notification settings - Fork 13
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
Metadata partly deleted when writing .ISQ #70
Comments
I guess this piece of code should not set header to all zeroes, but utilize more metadata to write into that header. I don't have a specification of ISQ. @mkuczyns do you know what is going on? |
It looks like not all of the metadata is written to the ISQ header (e.g., One other issue I notice is with the I can try to fix these issues over the coming days. |
That would be great! |
Hi,
i noticed that when opening an .ISQ file and then writing it as an .ISQ file, parts of the metadata seem to get deleted, or changed.
It seems to be affecting the CalibrationData, CreationDate, ModificationDate, MuScaling, MuWater, RescaleIntercept, RescaleSlope, RescaleType and RescaleUnits.
Here is an example of the code:
Output for the original file:
Output for the written file:
Is there maybe a solution for this?
Thanks for any help in advance and thanks for providing this tool!
The text was updated successfully, but these errors were encountered: