! Started logfile: .//J0044-3752_X_dfm.log on Mon Jan 20 17:05:56 2020 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs .//J0044-3752_X_uva.fits ! Reading UV FITS file: .//J0044-3752_X_uva.fits ! AN table 1: 17 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.958824 visibilities/baseline/integration-bin. ! Found source: J0044-3752 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 76 lines of history. ! ! Reading 1304 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0044-3752_X] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007766Jy sigma=12.259921 ! Fit after self-cal, rms=0.938895Jy sigma=11.443896 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.612 mas, bmaj=34.7 mas, bpa=-19.71 degrees ! Estimated noise=2.7909 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0483919 Jy ! Component: 100 - total flux cleaned = 0.056036 Jy ! Total flux subtracted in 100 components = 0.056036 Jy ! Clean residual min=-0.004797 max=0.004836 Jy/beam ! Clean residual mean=-0.000046 rms=0.001855 Jy/beam ! Combined flux in latest and established models = 0.056036 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.056036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.064618Jy sigma=0.617884 ! Fit after self-cal, rms=0.064270Jy sigma=0.615916 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=29.31 mas, bpa=-19.73 degrees ! Estimated noise=1.68569 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211171 Jy ! Component: 100 - total flux cleaned = 0.00230616 Jy ! Component: 150 - total flux cleaned = 0.00169296 Jy ! Component: 200 - total flux cleaned = 0.00111167 Jy ! Total flux subtracted in 200 components = 0.00111167 Jy ! Clean residual min=-0.001303 max=0.001277 Jy/beam ! Clean residual mean=-0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.0571477 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 73 components and 0.0571476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.063558Jy sigma=0.607553 ! Fit after self-cal, rms=0.063688Jy sigma=0.607142 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.159 x 29.31 at -19.73 degrees (North through East) ! Clean map min=-0.0042113 max=0.059635 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.90 LA 1.02 NL 0.95 ! PT 1.09 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.95 LA 1.30 NL 1.07 ! PT 0.96 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.08 LA 0.97 NL 1.17 ! PT 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 1.07 LA 1.05 NL 0.90 ! PT 1.00 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.09 LA 1.06 NL 0.92 ! PT 0.98 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.91 LA 0.97 NL 0.96 ! PT 1.07 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.02 LA 0.91 NL 0.98 ! PT 1.03 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.00 LA 0.96 NL 1.30 ! PT 0.88 ! ! ! Fit before self-cal, rms=0.063688Jy sigma=0.607142 ! Fit after self-cal, rms=0.061776Jy sigma=0.603595 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=29.22 mas, bpa=-19.71 degrees ! Estimated noise=1.6773 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399072 Jy ! Component: 100 - total flux cleaned = 0.000612789 Jy ! Component: 150 - total flux cleaned = 0.00065533 Jy ! Component: 200 - total flux cleaned = 0.000938029 Jy ! Total flux subtracted in 200 components = 0.000938029 Jy ! Clean residual min=-0.000638 max=0.000637 Jy/beam ! Clean residual mean=0.000003 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0580857 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 139 components and 0.0580857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.061666Jy sigma=0.602777 ! Fit after self-cal, rms=0.061885Jy sigma=0.602361 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.061885Jy sigma=0.602361 ! Fit after self-cal, rms=0.062671Jy sigma=0.602295 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=29.17 mas, bpa=-19.71 degrees ! Estimated noise=1.68107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000656327 Jy ! Component: 100 - total flux cleaned = 0.000701583 Jy ! Component: 150 - total flux cleaned = 0.000488969 Jy ! Component: 200 - total flux cleaned = 0.00020624 Jy ! Total flux subtracted in 200 components = 0.00020624 Jy ! Clean residual min=-0.000594 max=0.000596 Jy/beam ! Clean residual mean=-0.000001 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.0582919 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 197 components and 0.0582919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.062617Jy sigma=0.601927 ! Fit after self-cal, rms=0.062660Jy sigma=0.601869 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00061945 Jy ! Component: 100 - total flux cleaned = 0.0010278 Jy ! Component: 150 - total flux cleaned = 0.00146284 Jy ! Component: 200 - total flux cleaned = 0.00162554 Jy ! Total flux subtracted in 200 components = 0.00162554 Jy ! Clean residual min=-0.000435 max=0.000438 Jy/beam ! Clean residual mean=-0.000002 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0599174 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 233 components and 0.0599174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.062624Jy sigma=0.601584 ! Fit after self-cal, rms=0.062643Jy sigma=0.601558 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.062643Jy sigma=0.601558 ! Fit after self-cal, rms=0.063039Jy sigma=0.601536 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.195 mas, bmaj=29.13 mas, bpa=-19.71 degrees ! Estimated noise=1.68189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000141954 Jy ! Component: 100 - total flux cleaned = 0.000166436 Jy ! Component: 150 - total flux cleaned = 0.000142434 Jy ! Component: 200 - total flux cleaned = 6.84909e-05 Jy ! Total flux subtracted in 200 components = 6.84909e-05 Jy ! Clean residual min=-0.000412 max=0.000412 Jy/beam ! Clean residual mean=0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.0599859 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 264 components and 0.0599859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.063016Jy sigma=0.601402 ! Fit after self-cal, rms=0.063029Jy sigma=0.601380 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.89437e-05 Jy ! Component: 100 - total flux cleaned = 0.000154047 Jy ! Component: 150 - total flux cleaned = 0.000252824 Jy ! Component: 200 - total flux cleaned = 0.000329399 Jy ! Total flux subtracted in 200 components = 0.000329399 Jy ! Clean residual min=-0.000310 max=0.000310 Jy/beam ! Clean residual mean=-0.000001 rms=0.000121 Jy/beam ! Combined flux in latest and established models = 0.0603153 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 321 components and 0.0603153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.063011Jy sigma=0.601262 ! Fit after self-cal, rms=0.063018Jy sigma=0.601252 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.063018Jy sigma=0.601252 ! Fit after self-cal, rms=0.063202Jy sigma=0.601236 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=28.21 mas, bpa=-19.68 degrees ! Estimated noise=1.6253 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.11107e-05 Jy ! Component: 100 - total flux cleaned = 4.80821e-05 Jy ! Component: 150 - total flux cleaned = 6.3775e-05 Jy ! Component: 200 - total flux cleaned = 1.58878e-05 Jy ! Total flux subtracted in 200 components = 1.58878e-05 Jy ! Clean residual min=-0.000274 max=0.000271 Jy/beam ! Clean residual mean=0.000001 rms=0.000100 Jy/beam ! Combined flux in latest and established models = 0.0603312 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 344 components and 0.0603312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.063190Jy sigma=0.601173 ! Fit after self-cal, rms=0.063193Jy sigma=0.601165 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.02733e-05 Jy ! Component: 100 - total flux cleaned = 0.00013279 Jy ! Component: 150 - total flux cleaned = 0.00018885 Jy ! Component: 200 - total flux cleaned = 0.000243031 Jy ! Total flux subtracted in 200 components = 0.000243031 Jy ! Clean residual min=-0.000220 max=0.000222 Jy/beam ! Clean residual mean=0.000000 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.0605742 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 381 components and 0.0605742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.063182Jy sigma=0.601109 ! Fit after self-cal, rms=0.063181Jy sigma=0.601102 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=29.11 mas, bpa=-19.71 degrees ! Estimated noise=1.68204 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.199 x 29.11 at -19.71 degrees (North through East) ! Clean map min=-0.0037449 max=0.058898 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.614 mas, bmaj=34.23 mas, bpa=-19.76 degrees ! Estimated noise=2.78211 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0481386 Jy ! Component: 100 - total flux cleaned = 0.0537136 Jy ! Component: 150 - total flux cleaned = 0.056993 Jy ! Component: 200 - total flux cleaned = 0.0577973 Jy ! Total flux subtracted in 200 components = 0.0577973 Jy ! Clean residual min=-0.002667 max=0.002657 Jy/beam ! Clean residual mean=-0.000023 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.0577973 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 51 model components to the UV plane model. ! The established model now contains 51 components and 0.0577973 Jy ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=29.11 mas, bpa=-19.71 degrees ! Estimated noise=1.68204 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106292 Jy ! Component: 100 - total flux cleaned = 0.00150985 Jy ! Component: 150 - total flux cleaned = 0.00159073 Jy ! Component: 200 - total flux cleaned = 0.00166023 Jy ! Total flux subtracted in 200 components = 0.00166023 Jy ! Clean residual min=-0.001132 max=0.001120 Jy/beam ! Clean residual mean=0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0594575 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 106 components and 0.0594575 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=28.21 mas, bpa=-19.68 degrees ! Estimated noise=1.6253 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010979 Jy ! Component: 100 - total flux cleaned = -0.000519718 Jy ! Component: 150 - total flux cleaned = -0.000321529 Jy ! Component: 200 - total flux cleaned = -0.000129797 Jy ! Total flux subtracted in 200 components = -0.000129797 Jy ! Clean residual min=-0.000627 max=0.000632 Jy/beam ! Clean residual mean=-0.000003 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.0593277 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.61637e-05 Jy ! Component: 100 - total flux cleaned = 0.00019133 Jy ! Component: 150 - total flux cleaned = 0.000389717 Jy ! Component: 200 - total flux cleaned = 0.000593775 Jy ! Total flux subtracted in 200 components = 0.000593775 Jy ! Clean residual min=-0.000691 max=0.000681 Jy/beam ! Clean residual mean=-0.000002 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.0599215 Jy ! Adding 107 model components to the UV plane model. ! The established model now contains 209 components and 0.0599215 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=29.11 mas, bpa=-19.71 degrees ! Estimated noise=1.68204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000446646 Jy ! Component: 100 - total flux cleaned = 0.000414759 Jy ! Component: 150 - total flux cleaned = 0.00025629 Jy ! Component: 200 - total flux cleaned = 2.97538e-05 Jy ! Total flux subtracted in 200 components = 2.97538e-05 Jy ! Clean residual min=-0.000551 max=0.000544 Jy/beam ! Clean residual mean=-0.000000 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.0599512 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 267 components and 0.0599512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.063210Jy sigma=0.601315 ! Fit after self-cal, rms=0.063229Jy sigma=0.601277 wmodel J0044-3752_X_map.mod ! Writing 267 model components to file: J0044-3752_X_map.mod wobs J0044-3752_X_uvs.fits ! Writing UV FITS file: J0044-3752_X_uvs.fits wwins J0044-3752_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0044-3752_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.199 x 29.11 at -19.71 degrees (North through East) ! Clean map min=-0.0032716 max=0.056331 Jy/beam ! Writing clean map to FITS file: .//J0044-3752_X_map.fits wmodel .//J0044-3752_X_map.mod ! Writing 267 model components to file: .//J0044-3752_X_map.mod wobs .//J0044-3752_X_uvs.fits ! Writing UV FITS file: .//J0044-3752_X_uvs.fits wwins .//J0044-3752_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0563306 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000176268 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.938751 0.938751 1.8775 3.75501 7.51001 15.02 30.04 60.0801 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.056 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 319.573 quit ! Quitting program ! Log file .//J0044-3752_X_dfm.log closed on Mon Jan 20 17:05:59 2020