-
Notifications
You must be signed in to change notification settings - Fork 1
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
adds visualization core #297
Conversation
Here you go as a starting point @lowderchris. Ruff is very unhappy right now, but it should be easy to fix. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
==========================================
+ Coverage 89.49% 90.00% +0.51%
==========================================
Files 45 47 +2
Lines 2932 3013 +81
==========================================
+ Hits 2624 2712 +88
+ Misses 308 301 -7 ☔ View full report in Codecov by Sentry. |
Made some initial implementation for writing to jpeg2000. Still need to pass optional parameters for visualization parameters, and consider writing metadata to file as well. |
PR summary
Todos
closes #183