Add more control over multiscale clean scales#362
Open
thomaswilliamsastro wants to merge 1 commit into
Open
Conversation
4dd5c07 to
b8d66f1
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #362 +/- ##
======================================
Coverage 6.28% 6.29%
======================================
Files 38 38
Lines 15209 15261 +52
Branches 3654 3667 +13
======================================
+ Hits 956 960 +4
- Misses 14239 14287 +48
Partials 14 14 ☔ View full report in Codecov by Harness. |
b8d66f1 to
59ed5a6
Compare
This PR adds two new options for setting multiscale clean scales, ``clean_scales_beam`` and ``clean_scales_auto``. The list ``clean_scales_beam`` option allows you to define clean scales as multiples of the beam. If both ``clean_scales_beam`` and ``clean_scales_arcsec`` are defined, then these will be both be used to form a single list of clean scales. The boolean ``clean_scales_auto`` option, allows for fully automatic setting of the clean scales based on the beam and the LAS of the data. If this is set to True, then will add scales of [0, beam FWHM], then continue doubling up to the LAS of the data. Note that setting this will override ``clean_scales_arcsec`` and ``clean_scales_beam``. - Add ``clean_scales_beam`` - Add ``clean_scales_auto`` - Clean scales are now rounded, rather than simply cast to int - Update docs - Update CHANGELOG
59ed5a6 to
ebf201b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #270
This PR adds two new options for setting multiscale clean scales,
clean_scales_beamandclean_scales_auto.The list
clean_scales_beamoption allows you to define clean scales as multiples of the beam. If bothclean_scales_beamandclean_scales_arcsecare defined, then these will be both be used to form a single list of clean scales.The boolean
clean_scales_autooption, allows for fully automatic setting of the clean scales based on the beam and the LAS of the data. If this is set to True, then will add scales of [0, beam FWHM], then continue doubling up to the LAS of the data. Note that setting this will overrideclean_scales_arcsecandclean_scales_beam.clean_scales_beamclean_scales_auto