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

Support u16 tables #148

Merged
merged 4 commits into from
Oct 27, 2021
Merged

Support u16 tables #148

merged 4 commits into from
Oct 27, 2021

Conversation

simonrw
Copy link
Owner

@simonrw simonrw commented Oct 25, 2021

This change adds support for the u16 data type for tables and images.

#147

We want to be able to read and write u16 data types without conversion.
32 bit architectures don't have a 64 bit type, at least not supported by
cfitsio. Instead, set the image dimensions to use whatever the native
platform uses for dimensions (usize).
@simonrw simonrw force-pushed the support-u16-tables branch from d80336a to 8e287ce Compare October 27, 2021 06:20
@simonrw simonrw merged commit 2c4444f into main Oct 27, 2021
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.

1 participant