Search found 296 matches

by Mark.Wieringa
Mon Aug 05, 2019 4:07 pm
Forum: Imaging
Topic: IMFIT vs UVFIT
Replies: 10
Views: 13567

Re: IMFIT vs UVFIT

Hi Brodie, you are right that you get the most sensitive image (lowest theoretical noise), using sup=0. It will not have the smoothest beam pattern though, so depending on the other sources in the field and the calibration quality, it may be easier to see your source with robust weighting. Robust=2 ...
by Mark.Wieringa
Mon Aug 05, 2019 3:56 pm
Forum: Imaging
Topic: CLEAN iterations
Replies: 8
Views: 9554

Re: CLEAN iterations

Hi Brodie, You say you use: clean map=mapfile beam=beamfile out=cleanfile cutoff=(rms from histo) region=percent(33) niters=12000 I would use: clean map=mapfile beam=beamfile out=cleanfile cutoff=(5*rms from histo) region=percent(33) niters=12000 instead. As I said, it is NOT a good idea to clean la...
by Mark.Wieringa
Mon Aug 05, 2019 3:14 pm
Forum: Imaging
Topic: IMFIT vs UVFIT
Replies: 10
Views: 13567

Re: IMFIT vs UVFIT

Hi Brodie, thanks for the image. Judging from the image, your source is only 2-3 times the noise level - unless you have a-priori knowledge that it is in exactly that spot, you wouldn't be able to claim it as a detection (need about 5 sigma). I think, as I mentioned before, the best you can do here ...
by Mark.Wieringa
Mon Aug 05, 2019 11:00 am
Forum: Imaging
Topic: IMFIT vs UVFIT
Replies: 10
Views: 13567

Re: IMFIT vs UVFIT

Hi Brodie, In both your fits the value is twice the error, so no significant detection. Source fitting doesn't work well below 5 times the noise. If your source is really that faint, your best bet is probably to just get a peak flux and maybe an integrated flux by using kvis to draw a little box aro...
by Mark.Wieringa
Mon Aug 05, 2019 10:44 am
Forum: Imaging
Topic: CLEAN iterations
Replies: 8
Views: 9554

Re: CLEAN iterations

Hi Brodie, yes, if the numbers start to rise, the clean is diverging and there is no point continuing. There can be many reasons for a diverging clean, but common ones are: * Clean area too large for the size of the beam - use options=double in invert * Beam patch too small for side lobes levels in ...
by Mark.Wieringa
Tue Jun 18, 2019 1:16 pm
Forum: Imaging
Topic: Suggestions for linmos and impos
Replies: 2
Views: 6188

Re: Suggestions for linmos and impos

Hi Brodie, what are you using to look at your images? Most image display programs (e.g., kvis, ds9) will show the pixel and world coordinate values of the cursor, so you can just point at your source and read off the pixel offsets. If you need to translate from pixel to world coordinates you can use...
by Mark.Wieringa
Mon Jun 17, 2019 3:06 pm
Forum: MIRIAD
Topic: Visibility Plots
Replies: 1
Views: 6216

Re: Visibility Plots

Hi Brodie, I don't think there is a task that does exactly that. A more laborious way to get what you want is to run uvplt with options=log for axis=uu,vv and then for axis=real,imag and then reading both log files into python, discarding the non data lines at the start. You may want to average in t...
by Mark.Wieringa
Fri May 31, 2019 2:23 pm
Forum: MIRIAD
Topic: Failed to determine covariance matrix in uvfit
Replies: 1
Views: 6941

Re: Failed to determine covariance matrix in uvfit

Hi Brodie, The 'line type averaging' error appears in a few cases and happens because of the order of operations when reading/averaging/calibrating data on the fly. The easiest way to avoid it is to use uvaver on the data, creating a fully calibrated dataset, and then use that as the input for uvfit...
by Mark.Wieringa
Wed May 29, 2019 12:12 pm
Forum: Imaging
Topic: Offset Problem
Replies: 3
Views: 7010

Re: Offset Problem

Hi Brodie, Firstly, it is not really a problem if your source is not in the centre, as long as your image is large enough to let you clean it properly. If you do want to shift the field, the invert offset parameter can be use to specify the offsets in arcsec. As you suggest you can get these by read...
by Mark.Wieringa
Tue May 28, 2019 10:07 am
Forum: MIRIAD
Topic: buffer overflow in uvfit
Replies: 3
Views: 7534

Re: buffer overflow in uvfit

Hi Brodie, unless you are fitting sources far from the phase centre and bandwidth smearing is an issue, it is quicker to just use the line parameter to do some spectral averaging of the data: uvfit vis=myvis object=p line=chan,200,1,10,10 You are allowed 20 million visibilities, so just average thin...