-
Notifications
You must be signed in to change notification settings - Fork 12
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
Multiscale cleaning for full facet #39
Comments
Some tuning is probably needed (lower the large_size_arcmin value or perhaps set weight=False in get_source_sizes). Do you have a case in which it should definitely be turned on that could be used for tuning? |
In the attached skymodel in the center there is NGC891 (at ra = 02h22m33.4 dec = +42d20m57) and 3C66b (at ra = 02h23m10 dec = +42d59m20). L115633_SBgr005-11_uv.dppp.pre-cal.wsclean_low2-model.merge.gz |
I tuned the parameters, so it should now turn on multiscale cleaning for sources with sizes above ~6 arcmin. NGC891, 3C66, and 2 other sources exceed this size in above skymodel. Probably still needs more testing/tuning, but it should hopefully pick up the obvious sources now. |
Thanks. |
In one of my facets where a large radio galaxy is present, multiscale was turned on. |
Old story: when to do multiscale cleaning (and clean-mask generation) and when not to. In the example below the decision not to do multiscale is apparently wrong. On the other hand the source is less than 4 arcminutes in diameter, as you can see from the model map from the initsubtract step. As an intermediate step I suggest to print out for which facets it is going to do multiscale cleaning. |
Indeed. Though maybe it's not so much the lack of multiscale clean but rather the fact that the wavelet module was not used during masking? They're both activated at the same size at the moment, but perhaps the wavelet module should be activated at smaller scales? |
Actually, I guess the decision to use the wavelet module should be related to the rms_box value (which is set to 80 pixels). So, if there is a source larger than ~1/2 the size of the rms_box, or ~ 1 arcmin, the wavelet module should be used. |
Yes, in this example it was the lack of the wavelet module, this happened during selfcal. (I was just too lazy while typing.) P.S. I still think it is a good idea to print out when multiscale clean or the wavelet module is used for a facet. |
continued in: #159 |
I only get Factor to do multiscale cleaning on the full facet image when I explicitly switch it on in the directions.txt file.
But if I interpret the code correctly the default should be that Factor figures out on its own that there is at least one extended source present and switches on multiscale cleaning. Does that work for anyone?
The text was updated successfully, but these errors were encountered: