-
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
Set up and use -save-source-list and addmodel for predicting at full channel resolution #190
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 #190 +/- ##
==========================================
+ Coverage 60.71% 60.91% +0.20%
==========================================
Files 33 34 +1
Lines 5771 5852 +81
==========================================
+ Hits 3504 3565 +61
- Misses 2267 2287 +20 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This pull request arose after discussions around predicting a source model at full spectral resolution of a measurement set.
To-date, the model that has been added to a MS has been at the spectral resolution set by the sub-band interval controlled via the
-channels-out
option ofwsclean
. In this sense the model that has been added to the MS is constant over each sub-band interval, which limits the usability of the model for things like continuum subtraction.Here an attempt is made to predict the model at full resolution by taking the component list produced by
-save-source-list
, which details all components, their scales, location and constrained SED, and which is then used byaddmodel
to predict.addmodel
is part of thecalibrate
suite produced by Andre Offringa.In terms of functionality this PR adds:
addmodel
to create the MODEL_DATA between imaging rounds