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

Add get_hdus(), silence warnings & implement Display for Image #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

berke
Copy link

@berke berke commented Aug 9, 2024

  • Add get_hdus() that returns a reference to the slice of HDUs
  • Silence warnings about dead code and unused imports and variables (a clean-up would be better of course)
  • Implement a basic Display for Image and GenericImage, this displays a double-precision, 640 row by 512 column image as TypedImage(f64,640x512/911) where /911 is the block size (not sure if that's useful.)

@berke berke changed the title Silence warnings & implement Display for Image Add get_hdus(), silence warnings & implement Display for Image Aug 9, 2024
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