! Started logfile: J2040-1707_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:16:06 2016 obs J2040-1707_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J2040-1707_S_2014_08_09_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.760212 visibilities/baseline/integration-bin. ! Found source: J2040-1707 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 342 lines of history. ! ! Reading 14368 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J2040-1707_S_2014_08_09_pus] 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 mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 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 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916277Jy sigma=0.008979 ! Fit after self-cal, rms=0.893556Jy sigma=0.008762 ! 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=3.243 mas, bmaj=10.46 mas, bpa=16.08 degrees ! Estimated noise=1049.48 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0798865 Jy ! Component: 100 - total flux cleaned = 0.103765 Jy ! Total flux subtracted in 100 components = 0.103765 Jy ! Clean residual min=-0.006979 max=0.011359 Jy/beam ! Clean residual mean=0.000021 rms=0.001926 Jy/beam ! Combined flux in latest and established models = 0.103765 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.103765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088170Jy sigma=0.000813 ! Fit after self-cal, rms=0.088072Jy sigma=0.000813 ! Inverting map ! Added new window around map position (4, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139234 Jy ! Component: 100 - total flux cleaned = 0.0224845 Jy ! Total flux subtracted in 100 components = 0.0224845 Jy ! Clean residual min=-0.004963 max=0.005485 Jy/beam ! Clean residual mean=0.000014 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.12625 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 42 components and 0.12625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085141Jy sigma=0.000784 ! Fit after self-cal, rms=0.085081Jy sigma=0.000783 ! 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.996 mas, bmaj=12.08 mas, bpa=15.93 degrees ! Estimated noise=609.382 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.00780637 Jy ! Component: 100 - total flux cleaned = 0.012134 Jy ! Component: 150 - total flux cleaned = 0.0150051 Jy ! Component: 200 - total flux cleaned = 0.0169617 Jy ! Total flux subtracted in 200 components = 0.0169617 Jy ! Clean residual min=-0.002578 max=0.002475 Jy/beam ! Clean residual mean=-0.000007 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.143212 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 69 components and 0.143212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084222Jy sigma=0.000776 ! Fit after self-cal, rms=0.084191Jy sigma=0.000776 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.86 HN 0.99 KP 1.07 ! LA 1.11 MK 1.00* NL 0.99 OV 0.98 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.02 KP 1.01 ! LA 1.06 MK 1.00* NL 0.96 OV 1.04 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.15 HN 1.07 KP 0.89 ! LA 0.86 MK 1.00* NL 1.00 OV 1.00 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 0.98 KP 0.88 ! LA 0.78 MK 1.00* NL 1.10 OV 1.02 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.084191Jy sigma=0.000776 ! Fit after self-cal, rms=0.081470Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.999 mas, bmaj=12.1 mas, bpa=15.95 degrees ! Estimated noise=607.415 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.000326558 Jy ! Component: 100 - total flux cleaned = 0.000291161 Jy ! Component: 150 - total flux cleaned = 0.000258887 Jy ! Component: 200 - total flux cleaned = 0.000204598 Jy ! Total flux subtracted in 200 components = 0.000204598 Jy ! Clean residual min=-0.001837 max=0.001689 Jy/beam ! Clean residual mean=-0.000004 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.143416 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 84 components and 0.143416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081436Jy sigma=0.000767 ! Fit after self-cal, rms=0.081420Jy sigma=0.000766 ! 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. ! ! Fit before self-cal, rms=0.081420Jy sigma=0.000766 ! Fit after self-cal, rms=0.081492Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.999 mas, bmaj=12.03 mas, bpa=15.76 degrees ! Estimated noise=606.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000144273 Jy ! Component: 100 - total flux cleaned = 0.000167469 Jy ! Component: 150 - total flux cleaned = 0.000201347 Jy ! Component: 200 - total flux cleaned = 0.00020121 Jy ! Total flux subtracted in 200 components = 0.00020121 Jy ! Clean residual min=-0.001727 max=0.001715 Jy/beam ! Clean residual mean=-0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.143617 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 101 components and 0.143617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081480Jy sigma=0.000765 ! Fit after self-cal, rms=0.081489Jy sigma=0.000765 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 = -5.68661e-05 Jy ! Component: 100 - total flux cleaned = -7.18523e-05 Jy ! Component: 150 - total flux cleaned = -7.28557e-05 Jy ! Component: 200 - total flux cleaned = -6.12315e-05 Jy ! Total flux subtracted in 200 components = -6.12315e-05 Jy ! Clean residual min=-0.001711 max=0.001713 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.143556 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.143556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081482Jy sigma=0.000765 ! Fit after self-cal, rms=0.081480Jy sigma=0.000765 ! 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. ! ! Fit before self-cal, rms=0.081480Jy sigma=0.000765 ! Fit after self-cal, rms=0.081415Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.999 mas, bmaj=12.01 mas, bpa=15.71 degrees ! Estimated noise=605.571 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.68431e-05 Jy ! Component: 100 - total flux cleaned = 2.7528e-05 Jy ! Component: 150 - total flux cleaned = 5.15874e-05 Jy ! Component: 200 - total flux cleaned = 7.26462e-05 Jy ! Total flux subtracted in 200 components = 7.26462e-05 Jy ! Clean residual min=-0.001711 max=0.001726 Jy/beam ! Clean residual mean=-0.000001 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.143629 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 111 components and 0.143629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081409Jy sigma=0.000765 ! Fit after self-cal, rms=0.081407Jy sigma=0.000765 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.3479e-05 Jy ! Component: 100 - total flux cleaned = -4.28539e-05 Jy ! Component: 150 - total flux cleaned = -3.34399e-05 Jy ! Component: 200 - total flux cleaned = -4.22751e-05 Jy ! Total flux subtracted in 200 components = -4.22751e-05 Jy ! Clean residual min=-0.001700 max=0.001733 Jy/beam ! Clean residual mean=-0.000002 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.143587 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 116 components and 0.143587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081404Jy sigma=0.000765 ! Fit after self-cal, rms=0.081403Jy sigma=0.000765 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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. ! ! Fit before self-cal, rms=0.081403Jy sigma=0.000765 ! Fit after self-cal, rms=0.081298Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.904 mas, bmaj=16.55 mas, bpa=6.13 degrees ! Estimated noise=696.316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190972 Jy ! Component: 100 - total flux cleaned = -0.000226075 Jy ! Component: 150 - total flux cleaned = -0.000246569 Jy ! Component: 200 - total flux cleaned = -0.000264057 Jy ! Total flux subtracted in 200 components = -0.000264057 Jy ! Clean residual min=-0.002029 max=0.001562 Jy/beam ! Clean residual mean=-0.000002 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.143323 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 123 components and 0.143323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081297Jy sigma=0.000765 ! Fit after self-cal, rms=0.081295Jy sigma=0.000765 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 = -1.33259e-05 Jy ! Component: 100 - total flux cleaned = -4.23299e-05 Jy ! Component: 150 - total flux cleaned = -5.85806e-05 Jy ! Component: 200 - total flux cleaned = -7.70988e-05 Jy ! Total flux subtracted in 200 components = -7.70988e-05 Jy ! Clean residual min=-0.002008 max=0.001562 Jy/beam ! Clean residual mean=-0.000002 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.143245 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 140 components and 0.143245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081295Jy sigma=0.000765 ! Fit after self-cal, rms=0.081294Jy sigma=0.000765 ! 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.999 mas, bmaj=11.99 mas, bpa=15.67 degrees ! Estimated noise=605.01 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.999 x 11.99 at 15.67 degrees (North through East) ! Clean map min=-0.0016947 max=0.10331 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=3.247 mas, bmaj=10.37 mas, bpa=15.75 degrees ! Estimated noise=1034.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0783159 Jy ! Component: 100 - total flux cleaned = 0.103529 Jy ! Component: 150 - total flux cleaned = 0.117181 Jy ! Component: 200 - total flux cleaned = 0.125749 Jy ! Total flux subtracted in 200 components = 0.125749 Jy ! Clean residual min=-0.003735 max=0.004797 Jy/beam ! Clean residual mean=0.000015 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.125749 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.125749 Jy ! Inverting map and beam ! Estimated beam: bmin=3.999 mas, bmaj=11.99 mas, bpa=15.67 degrees ! Estimated noise=605.01 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.00708455 Jy ! Component: 100 - total flux cleaned = 0.010868 Jy ! Component: 150 - total flux cleaned = 0.0132626 Jy ! Component: 200 - total flux cleaned = 0.0148766 Jy ! Total flux subtracted in 200 components = 0.0148766 Jy ! Clean residual min=-0.001682 max=0.001754 Jy/beam ! Clean residual mean=-0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.140625 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 71 components and 0.140625 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.904 mas, bmaj=16.55 mas, bpa=6.13 degrees ! Estimated noise=696.316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131906 Jy ! Component: 100 - total flux cleaned = 0.00198417 Jy ! Component: 150 - total flux cleaned = 0.00234354 Jy ! Component: 200 - total flux cleaned = 0.00240619 Jy ! Total flux subtracted in 200 components = 0.00240619 Jy ! Clean residual min=-0.002032 max=0.001586 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.143032 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 = 4.45829e-05 Jy ! Component: 100 - total flux cleaned = 9.07675e-05 Jy ! Component: 150 - total flux cleaned = 0.00011754 Jy ! Component: 200 - total flux cleaned = 0.000135817 Jy ! Total flux subtracted in 200 components = 0.000135817 Jy ! Clean residual min=-0.002013 max=0.001597 Jy/beam ! Clean residual mean=-0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.143167 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 107 components and 0.143167 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.999 mas, bmaj=11.99 mas, bpa=15.67 degrees ! Estimated noise=605.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.1903e-05 Jy ! Component: 100 - total flux cleaned = 5.03427e-05 Jy ! Component: 150 - total flux cleaned = 9.21593e-05 Jy ! Component: 200 - total flux cleaned = 0.000130722 Jy ! Total flux subtracted in 200 components = 0.000130722 Jy ! Clean residual min=-0.001650 max=0.001782 Jy/beam ! Clean residual mean=-0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.143298 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 123 components and 0.143298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081306Jy sigma=0.000765 ! Fit after self-cal, rms=0.081302Jy sigma=0.000765 wmodel J2040-1707_S_2014_08_09_pus_map.mod ! Writing 123 model components to file: J2040-1707_S_2014_08_09_pus_map.mod wobs J2040-1707_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J2040-1707_S_2014_08_09_pus_uvs.fits wwins J2040-1707_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J2040-1707_S_2014_08_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 7.9288e-06 Jy ! Component: 100 - total flux cleaned = 3.64291e-05 Jy ! Component: 150 - total flux cleaned = -9.12255e-05 Jy ! Component: 200 - total flux cleaned = -0.000236847 Jy ! Component: 250 - total flux cleaned = -0.000448606 Jy ! Component: 300 - total flux cleaned = -0.000653804 Jy ! Component: 350 - total flux cleaned = -0.000809012 Jy ! Component: 400 - total flux cleaned = -0.000874212 Jy ! Component: 450 - total flux cleaned = -0.00100139 Jy ! Component: 500 - total flux cleaned = -0.00106343 Jy ! Component: 550 - total flux cleaned = -0.00118537 Jy ! Component: 600 - total flux cleaned = -0.00122523 Jy ! Component: 650 - total flux cleaned = -0.00132335 Jy ! Component: 700 - total flux cleaned = -0.00132363 Jy ! Component: 750 - total flux cleaned = -0.0013999 Jy ! Component: 800 - total flux cleaned = -0.00143743 Jy ! Component: 850 - total flux cleaned = -0.00151075 Jy ! Component: 900 - total flux cleaned = -0.00149302 Jy ! Component: 950 - total flux cleaned = -0.00156412 Jy ! Component: 1000 - total flux cleaned = -0.00156433 Jy ! Component: 1050 - total flux cleaned = -0.00159869 Jy ! Component: 1100 - total flux cleaned = -0.00164987 Jy ! Component: 1150 - total flux cleaned = -0.00171656 Jy ! Component: 1200 - total flux cleaned = -0.00179857 Jy ! Component: 1250 - total flux cleaned = -0.00179883 Jy ! Component: 1300 - total flux cleaned = -0.00189405 Jy ! Component: 1350 - total flux cleaned = -0.00189398 Jy ! Component: 1400 - total flux cleaned = -0.00195563 Jy ! Component: 1450 - total flux cleaned = -0.00194021 Jy ! Component: 1500 - total flux cleaned = -0.00200015 Jy ! Component: 1550 - total flux cleaned = -0.00197102 Jy ! Component: 1600 - total flux cleaned = -0.00202977 Jy ! Component: 1650 - total flux cleaned = -0.00213092 Jy ! Component: 1700 - total flux cleaned = -0.00217379 Jy ! Component: 1750 - total flux cleaned = -0.00222984 Jy ! Component: 1800 - total flux cleaned = -0.00228529 Jy ! Component: 1850 - total flux cleaned = -0.00231268 Jy ! Component: 1900 - total flux cleaned = -0.00235341 Jy ! Component: 1950 - total flux cleaned = -0.00238014 Jy ! Component: 2000 - total flux cleaned = -0.0024199 Jy ! Component: 2050 - total flux cleaned = -0.00241994 Jy ! Component: 2100 - total flux cleaned = -0.00244599 Jy ! Component: 2150 - total flux cleaned = -0.00249737 Jy ! Component: 2200 - total flux cleaned = -0.00254812 Jy ! Component: 2250 - total flux cleaned = -0.00256071 Jy ! Component: 2300 - total flux cleaned = -0.00259782 Jy ! Component: 2350 - total flux cleaned = -0.00259784 Jy ! Component: 2400 - total flux cleaned = -0.0026103 Jy ! Component: 2450 - total flux cleaned = -0.00268279 Jy ! Component: 2500 - total flux cleaned = -0.00267087 Jy ! Component: 2550 - total flux cleaned = -0.00274189 Jy ! Component: 2600 - total flux cleaned = -0.0027537 Jy ! Component: 2650 - total flux cleaned = -0.00283512 Jy ! Component: 2700 - total flux cleaned = -0.00286948 Jy ! Component: 2750 - total flux cleaned = -0.00293793 Jy ! Component: 2800 - total flux cleaned = -0.0029832 Jy ! Component: 2850 - total flux cleaned = -0.00300575 Jy ! Component: 2900 - total flux cleaned = -0.00305026 Jy ! Component: 2950 - total flux cleaned = -0.00308321 Jy ! Component: 3000 - total flux cleaned = -0.00311596 Jy ! Component: 3050 - total flux cleaned = -0.00311598 Jy ! Component: 3100 - total flux cleaned = -0.00316963 Jy ! Component: 3150 - total flux cleaned = -0.00320175 Jy ! Component: 3200 - total flux cleaned = -0.00326516 Jy ! Component: 3250 - total flux cleaned = -0.00325472 Jy ! Component: 3300 - total flux cleaned = -0.00330699 Jy ! Component: 3350 - total flux cleaned = -0.00335876 Jy ! Component: 3400 - total flux cleaned = -0.0033793 Jy ! Component: 3450 - total flux cleaned = -0.00342011 Jy ! Component: 3500 - total flux cleaned = -0.00348068 Jy ! Component: 3550 - total flux cleaned = -0.0034808 Jy ! Component: 3600 - total flux cleaned = -0.00356017 Jy ! Component: 3650 - total flux cleaned = -0.00357003 Jy ! Component: 3700 - total flux cleaned = -0.00358961 Jy ! Component: 3750 - total flux cleaned = -0.00361872 Jy ! Component: 3800 - total flux cleaned = -0.0035995 Jy ! Component: 3850 - total flux cleaned = -0.00359957 Jy ! Component: 3900 - total flux cleaned = -0.00361868 Jy ! Component: 3950 - total flux cleaned = -0.00362816 Jy ! Component: 4000 - total flux cleaned = -0.00365629 Jy ! Component: 4050 - total flux cleaned = -0.00365618 Jy ! Total flux subtracted in 4096 components = -0.00367473 Jy ! Clean residual min=-0.000584 max=0.000462 Jy/beam ! Clean residual mean=-0.000000 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.139623 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 421 components and 0.139623 Jy ![Exited script file: muppet] wmap "J2040-1707_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.999 x 11.99 at 15.67 degrees (North through East) ! Clean map min=-0.0013471 max=0.1032 Jy/beam ! Writing clean map to FITS file: J2040-1707_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103202 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175905 device "J2040-1707_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2040-1707_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.511341 0.511341 1.02268 2.04537 4.09073 8.18146 16.3629 32.7258 65.4517 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.999 x 11.99 at 15.67 degrees (North through East) ! Clean map min=-0.0013471 max=0.1032 Jy/beam quit ! Quitting program ! Log file J2040-1707_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:16:11 2016