-
Notifications
You must be signed in to change notification settings - Fork 21
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
WIP: Add function to irregularly rebin data in N dimensions #109
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ndcubify #109 +/- ##
=============================================
- Coverage 66.33% 26.65% -39.69%
=============================================
Files 31 31
Lines 1821 1887 +66
=============================================
- Hits 1208 503 -705
- Misses 613 1384 +771 ☔ View full report in Codecov by Sentry. |
Calibration fixes - Fixed ELUT correction - Implemented ELUT correction for count erros - Defined Energy Edge Masks - Implemented background subtraction in the demo --------- Co-authored-by: Shane Maloney <[email protected]>
* Make STIXFrame work nicely with `Map`. * Apply suggestions from code review * Fix docs and STIX map axis labels * Change logs and docs --------- Co-authored-by: DanRyanIrish <[email protected]>
* If time range incompases many time use mean * If only one time bin interpolate betweeen two nearest bins
* Add correct calculation of STIX pointing in HPC to imaging demo. * Add changelog for PR 112.
Regarding the top-level checkpoint on handling sliceable metadata, once this PR is merged into |
@samaloney Could you merge/backport #106 and #107 into the TCDSolar ndcubify branch to make the diff more readable? |
To Do:
NDCube
instance, strip the data and mask, and return the rebinned data and mask arrays.gwcs
and ndcubeTableCoordinate
s from adapted coordinate valuesNDCube
type as input cube.