-
Notifications
You must be signed in to change notification settings - Fork 7
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] Implement data cubes. #192
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #192 +/- ##
=======================================
Coverage 93.77% 93.77%
=======================================
Files 23 23
Lines 5867 5867
=======================================
Hits 5502 5502
Misses 365 365
Continue to review full report at Codecov.
|
Current progress: most functionality works. Need to fix problems with the baseline subtraction (somehow, it is sometimes run on spectroscopic data instead of total power) |
This PR aims at producing data cubes out of SDTimager. The functionality is more or less there, but we need to change the code in a few points
histogram2d
functions inimager.py:559--
have to be substituted by histogram3d functions, and the 2-d case has to work as a special case with a single bin along the 3rd dimension