! Started logfile: J0030-0211_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:40:05 2016 obs J0030-0211_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0030-0211_S_2014_06_09_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.606173 visibilities/baseline/integration-bin. ! Found source: J0030-0211 ! ! 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 336 lines of history. ! ! Reading 7856 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 J0030-0211_S_2014_06_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 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 152 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.780355Jy sigma=0.008734 ! Fit after self-cal, rms=0.764368Jy sigma=0.008568 ! 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.483 mas, bmaj=9.74 mas, bpa=12.07 degrees ! Estimated noise=964.369 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.185145 Jy ! Component: 100 - total flux cleaned = 0.225519 Jy ! Total flux subtracted in 100 components = 0.225519 Jy ! Clean residual min=-0.007286 max=0.011262 Jy/beam ! Clean residual mean=0.000011 rms=0.001688 Jy/beam ! Combined flux in latest and established models = 0.225519 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.225519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082692Jy sigma=0.000843 ! Fit after self-cal, rms=0.082692Jy sigma=0.000843 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00916964 Jy ! Component: 100 - total flux cleaned = 0.0130348 Jy ! Total flux subtracted in 100 components = 0.0130348 Jy ! Clean residual min=-0.006399 max=0.005943 Jy/beam ! Clean residual mean=0.000004 rms=0.001469 Jy/beam ! Combined flux in latest and established models = 0.238554 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.238554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081328Jy sigma=0.000834 ! Fit after self-cal, rms=0.081332Jy sigma=0.000834 ! 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=4.117 mas, bmaj=10.58 mas, bpa=11.01 degrees ! Estimated noise=728.687 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.00323727 Jy ! Component: 100 - total flux cleaned = 0.00492015 Jy ! Component: 150 - total flux cleaned = 0.00589703 Jy ! Component: 200 - total flux cleaned = 0.00608915 Jy ! Total flux subtracted in 200 components = 0.00608915 Jy ! Clean residual min=-0.003881 max=0.004605 Jy/beam ! Clean residual mean=0.000002 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.244643 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.244643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081113Jy sigma=0.000834 ! Fit after self-cal, rms=0.081115Jy sigma=0.000834 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.84 HN 0.99 KP 1.05 ! LA 1.19 MK 1.00* NL 0.99 OV 0.97 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.02 KP 1.01 ! LA 1.12 MK 1.00* NL 1.05 OV 1.04 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.04 KP 0.93 ! LA 0.88 MK 1.00* NL 0.99 OV 0.93 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.97 KP 0.87 ! LA 0.85 MK 1.00* NL 1.05 OV 1.04 ! PT 0.98 SC 0.98 ! ! ! Fit before self-cal, rms=0.081115Jy sigma=0.000834 ! Fit after self-cal, rms=0.075249Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.6 mas, bpa=10.98 degrees ! Estimated noise=729.246 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 (-13.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00318031 Jy ! Component: 100 - total flux cleaned = 0.00442003 Jy ! Component: 150 - total flux cleaned = 0.00475105 Jy ! Component: 200 - total flux cleaned = 0.00491627 Jy ! Total flux subtracted in 200 components = 0.00491627 Jy ! Clean residual min=-0.002274 max=0.002346 Jy/beam ! Clean residual mean=0.000002 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.249559 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 44 components and 0.249559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075122Jy sigma=0.000780 ! Fit after self-cal, rms=0.075118Jy sigma=0.000779 ! 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.075118Jy sigma=0.000779 ! Fit after self-cal, rms=0.074558Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.6 mas, bpa=11 degrees ! Estimated noise=728.365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000811463 Jy ! Component: 100 - total flux cleaned = 0.00105249 Jy ! Component: 150 - total flux cleaned = 0.00121345 Jy ! Component: 200 - total flux cleaned = 0.00130822 Jy ! Total flux subtracted in 200 components = 0.00130822 Jy ! Clean residual min=-0.001789 max=0.002144 Jy/beam ! Clean residual mean=0.000002 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.250868 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 68 components and 0.250868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074545Jy sigma=0.000776 ! Fit after self-cal, rms=0.074544Jy sigma=0.000776 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) ! Added new window around map position (86.5, -76.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183998 Jy ! Component: 100 - total flux cleaned = 0.00273988 Jy ! Component: 150 - total flux cleaned = 0.00295854 Jy ! Component: 200 - total flux cleaned = 0.00325743 Jy ! Total flux subtracted in 200 components = 0.00325743 Jy ! Clean residual min=-0.001719 max=0.001672 Jy/beam ! Clean residual mean=0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.254125 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 91 components and 0.254125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074486Jy sigma=0.000775 ! Fit after self-cal, rms=0.074482Jy sigma=0.000775 ! 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.074482Jy sigma=0.000775 ! Fit after self-cal, rms=0.074495Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.6 mas, bpa=11 degrees ! Estimated noise=728.351 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000725324 Jy ! Component: 100 - total flux cleaned = 0.000987287 Jy ! Component: 150 - total flux cleaned = 0.00126935 Jy ! Component: 200 - total flux cleaned = 0.00142178 Jy ! Total flux subtracted in 200 components = 0.00142178 Jy ! Clean residual min=-0.001695 max=0.001738 Jy/beam ! Clean residual mean=0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.255547 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 111 components and 0.255547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074477Jy sigma=0.000775 ! Fit after self-cal, rms=0.074477Jy sigma=0.000775 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.000155419 Jy ! Component: 100 - total flux cleaned = 0.00029707 Jy ! Component: 150 - total flux cleaned = 0.00046893 Jy ! Component: 200 - total flux cleaned = 0.000595352 Jy ! Total flux subtracted in 200 components = 0.000595352 Jy ! Clean residual min=-0.001699 max=0.001728 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.256142 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 121 components and 0.256142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074467Jy sigma=0.000775 ! Fit after self-cal, rms=0.074466Jy sigma=0.000775 ! 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.074466Jy sigma=0.000775 ! Fit after self-cal, rms=0.074468Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.707 mas, bmaj=16.27 mas, bpa=-5.52 degrees ! Estimated noise=832.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000611387 Jy ! Component: 100 - total flux cleaned = 0.00102343 Jy ! Component: 150 - total flux cleaned = 0.00120752 Jy ! Component: 200 - total flux cleaned = 0.00131667 Jy ! Total flux subtracted in 200 components = 0.00131667 Jy ! Clean residual min=-0.001788 max=0.001780 Jy/beam ! Clean residual mean=-0.000000 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.257459 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 143 components and 0.257459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074464Jy sigma=0.000775 ! Fit after self-cal, rms=0.074464Jy sigma=0.000775 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.000175229 Jy ! Component: 100 - total flux cleaned = 0.000262222 Jy ! Component: 150 - total flux cleaned = 0.000352195 Jy ! Component: 200 - total flux cleaned = 0.000413548 Jy ! Total flux subtracted in 200 components = 0.000413548 Jy ! Clean residual min=-0.001748 max=0.001754 Jy/beam ! Clean residual mean=-0.000001 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.257872 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 152 components and 0.257872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074462Jy sigma=0.000775 ! Fit after self-cal, rms=0.074461Jy sigma=0.000775 ! 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=4.112 mas, bmaj=10.6 mas, bpa=11 degrees ! Estimated noise=728.379 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.112 x 10.6 at 11 degrees (North through East) ! Clean map min=-0.0016107 max=0.23476 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.468 mas, bmaj=9.736 mas, bpa=12.07 degrees ! Estimated noise=959.859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.184254 Jy ! Component: 100 - total flux cleaned = 0.224439 Jy ! Component: 150 - total flux cleaned = 0.233992 Jy ! Component: 200 - total flux cleaned = 0.238781 Jy ! Total flux subtracted in 200 components = 0.238781 Jy ! Clean residual min=-0.003084 max=0.003059 Jy/beam ! Clean residual mean=0.000007 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.238781 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.238781 Jy ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.6 mas, bpa=11 degrees ! Estimated noise=728.379 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.0040495 Jy ! Component: 100 - total flux cleaned = 0.00672915 Jy ! Component: 150 - total flux cleaned = 0.00873731 Jy ! Component: 200 - total flux cleaned = 0.0103228 Jy ! Total flux subtracted in 200 components = 0.0103228 Jy ! Clean residual min=-0.001997 max=0.001828 Jy/beam ! Clean residual mean=0.000006 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.249104 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 41 components and 0.249104 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.707 mas, bmaj=16.27 mas, bpa=-5.52 degrees ! Estimated noise=832.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177135 Jy ! Component: 100 - total flux cleaned = 0.00300768 Jy ! Component: 150 - total flux cleaned = 0.00402354 Jy ! Component: 200 - total flux cleaned = 0.00487947 Jy ! Total flux subtracted in 200 components = 0.00487947 Jy ! Clean residual min=-0.001995 max=0.001852 Jy/beam ! Clean residual mean=0.000004 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.253983 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 = 0.000724962 Jy ! Component: 100 - total flux cleaned = 0.00134794 Jy ! Component: 150 - total flux cleaned = 0.00188753 Jy ! Component: 200 - total flux cleaned = 0.00235613 Jy ! Total flux subtracted in 200 components = 0.00235613 Jy ! Clean residual min=-0.001904 max=0.001824 Jy/beam ! Clean residual mean=0.000002 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.256339 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 101 components and 0.256339 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.6 mas, bpa=11 degrees ! Estimated noise=728.379 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131328 Jy ! Component: 100 - total flux cleaned = 0.000319692 Jy ! Component: 150 - total flux cleaned = 0.000428482 Jy ! Component: 200 - total flux cleaned = 0.000526956 Jy ! Total flux subtracted in 200 components = 0.000526956 Jy ! Clean residual min=-0.001726 max=0.001801 Jy/beam ! Clean residual mean=0.000000 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.256866 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 117 components and 0.256866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074478Jy sigma=0.000775 ! Fit after self-cal, rms=0.074477Jy sigma=0.000775 wmodel J0030-0211_S_2014_06_09_pus_map.mod ! Writing 117 model components to file: J0030-0211_S_2014_06_09_pus_map.mod wobs J0030-0211_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0030-0211_S_2014_06_09_pus_uvs.fits wwins J0030-0211_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J0030-0211_S_2014_06_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.56934e-05 Jy ! Component: 100 - total flux cleaned = -6.6321e-05 Jy ! Component: 150 - total flux cleaned = 3.83607e-05 Jy ! Component: 200 - total flux cleaned = 6.37564e-05 Jy ! Component: 250 - total flux cleaned = -7.04162e-06 Jy ! Component: 300 - total flux cleaned = -9.79275e-05 Jy ! Component: 350 - total flux cleaned = -0.000163528 Jy ! Component: 400 - total flux cleaned = -0.000206012 Jy ! Component: 450 - total flux cleaned = -0.000226638 Jy ! Component: 500 - total flux cleaned = -0.000226295 Jy ! Component: 550 - total flux cleaned = -0.00028592 Jy ! Component: 600 - total flux cleaned = -0.000324926 Jy ! Component: 650 - total flux cleaned = -0.000420598 Jy ! Component: 700 - total flux cleaned = -0.000402052 Jy ! Component: 750 - total flux cleaned = -0.00042098 Jy ! Component: 800 - total flux cleaned = -0.000475025 Jy ! Component: 850 - total flux cleaned = -0.000421833 Jy ! Component: 900 - total flux cleaned = -0.00038714 Jy ! Component: 950 - total flux cleaned = -0.000319005 Jy ! Component: 1000 - total flux cleaned = -0.000302405 Jy ! Component: 1050 - total flux cleaned = -0.000269093 Jy ! Component: 1100 - total flux cleaned = -0.000219944 Jy ! Component: 1150 - total flux cleaned = -0.000139536 Jy ! Component: 1200 - total flux cleaned = -0.000107525 Jy ! Component: 1250 - total flux cleaned = -6.0522e-05 Jy ! Component: 1300 - total flux cleaned = 3.18258e-05 Jy ! Component: 1350 - total flux cleaned = 1.63418e-05 Jy ! Component: 1400 - total flux cleaned = 3.13668e-05 Jy ! Component: 1450 - total flux cleaned = 6.09992e-05 Jy ! Component: 1500 - total flux cleaned = 7.57393e-05 Jy ! Component: 1550 - total flux cleaned = 0.000104559 Jy ! Component: 1600 - total flux cleaned = 0.000133081 Jy ! Component: 1650 - total flux cleaned = 7.69061e-05 Jy ! Component: 1700 - total flux cleaned = 0.000118731 Jy ! Component: 1750 - total flux cleaned = 0.000105027 Jy ! Component: 1800 - total flux cleaned = 9.15303e-05 Jy ! Component: 1850 - total flux cleaned = 0.000118347 Jy ! Component: 1900 - total flux cleaned = 0.000118423 Jy ! Component: 1950 - total flux cleaned = 7.93063e-05 Jy ! Component: 2000 - total flux cleaned = 0.000118033 Jy ! Component: 2050 - total flux cleaned = 7.9552e-05 Jy ! Component: 2100 - total flux cleaned = 0.000104779 Jy ! Component: 2150 - total flux cleaned = 4.20804e-05 Jy ! Component: 2200 - total flux cleaned = 5.4471e-05 Jy ! Component: 2250 - total flux cleaned = 4.23136e-05 Jy ! Component: 2300 - total flux cleaned = 5.43733e-05 Jy ! Component: 2350 - total flux cleaned = 6.16664e-06 Jy ! Component: 2400 - total flux cleaned = -2.9269e-05 Jy ! Component: 2450 - total flux cleaned = -4.09733e-05 Jy ! Component: 2500 - total flux cleaned = -5.84397e-06 Jy ! Component: 2550 - total flux cleaned = -6.33248e-05 Jy ! Component: 2600 - total flux cleaned = -7.48219e-05 Jy ! Component: 2650 - total flux cleaned = -0.000108617 Jy ! Component: 2700 - total flux cleaned = -0.000119575 Jy ! Component: 2750 - total flux cleaned = -0.000152696 Jy ! Component: 2800 - total flux cleaned = -0.000108841 Jy ! Component: 2850 - total flux cleaned = -0.00014142 Jy ! Component: 2900 - total flux cleaned = -0.000130634 Jy ! Component: 2950 - total flux cleaned = -0.000151827 Jy ! Component: 3000 - total flux cleaned = -0.000141197 Jy ! Component: 3050 - total flux cleaned = -0.000130711 Jy ! Component: 3100 - total flux cleaned = -0.000193092 Jy ! Component: 3150 - total flux cleaned = -0.000192968 Jy ! Component: 3200 - total flux cleaned = -0.000182774 Jy ! Component: 3250 - total flux cleaned = -0.000213196 Jy ! Component: 3300 - total flux cleaned = -0.000233338 Jy ! Component: 3350 - total flux cleaned = -0.000253323 Jy ! Component: 3400 - total flux cleaned = -0.000253397 Jy ! Component: 3450 - total flux cleaned = -0.000253438 Jy ! Component: 3500 - total flux cleaned = -0.000282687 Jy ! Component: 3550 - total flux cleaned = -0.000292293 Jy ! Component: 3600 - total flux cleaned = -0.000292203 Jy ! Component: 3650 - total flux cleaned = -0.000311317 Jy ! Component: 3700 - total flux cleaned = -0.000339819 Jy ! Component: 3750 - total flux cleaned = -0.00034913 Jy ! Component: 3800 - total flux cleaned = -0.000358502 Jy ! Component: 3850 - total flux cleaned = -0.000367699 Jy ! Component: 3900 - total flux cleaned = -0.000367668 Jy ! Component: 3950 - total flux cleaned = -0.00037676 Jy ! Component: 4000 - total flux cleaned = -0.000376813 Jy ! Component: 4050 - total flux cleaned = -0.000367803 Jy ! Total flux subtracted in 4096 components = -0.000358848 Jy ! Clean residual min=-0.000628 max=0.000509 Jy/beam ! Clean residual mean=-0.000001 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.256508 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 419 components and 0.256507 Jy ![Exited script file: muppet] wmap "J0030-0211_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.112 x 10.6 at 11 degrees (North through East) ! Clean map min=-0.0011592 max=0.23525 Jy/beam ! Writing clean map to FITS file: J0030-0211_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.235246 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000169754 device "J0030-0211_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0030-0211_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.21648 0.21648 0.43296 0.865921 1.73184 3.46368 6.92736 13.8547 27.7095 55.4189 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.235 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.112 x 10.6 at 11 degrees (North through East) ! Clean map min=-0.0011592 max=0.23525 Jy/beam quit ! Quitting program ! Log file J0030-0211_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:40:09 2016