-
Notifications
You must be signed in to change notification settings - Fork 6
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
Granular, per-pixel statistics method. #477
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
==========================================
- Coverage 92.16% 92.11% -0.06%
==========================================
Files 47 47
Lines 1953 2003 +50
==========================================
+ Hits 1800 1845 +45
- Misses 153 158 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting!
Co-authored-by: Olivia R. Lynn <[email protected]>
See astronomy-commons/lsdb#550
Adds a method in HATS to get granular per-pixel statistics. This is really customizable, to reduce the size of the returned object in case there are many pixels or many columns (or both).
Extracts some shared logic with the similar
aggregate_column_statistics
method.