-
Notifications
You must be signed in to change notification settings - Fork 2
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
Form wsclean sub-band cubes, convol and then linmos #173
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #173 +/- ##
==========================================
+ Coverage 59.17% 59.54% +0.37%
==========================================
Files 33 33
Lines 5536 5686 +150
==========================================
+ Hits 3276 3386 +110
- Misses 2260 2300 +40 ☔ View full report in Codecov by Sentry. |
wsclean
deals with the wide-bandwidth of visibility data by imaging some number of sub-channel intervals. In a previous pull request these sub-band images were all concatenated together into a single cube - which introduced a modest reduction in the number of files on disk throughout processing.This pull request extends that to convolve them to a common resolution across each sub-band image, and then linmos the set of spectral cubes together. The convolution is performed using the racs-tools
beamcon_3D
script, and is currently configured to convolve each channel to the best common resolution in isolation of others.Tests have been added along the way.