! Started logfile: J2010+6116_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:44:37 2016 obs J2010+6116_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2010+6116_S_2014_12_20_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.953571 visibilities/baseline/integration-bin. ! Found source: J2010+6116 ! ! 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 344 lines of history. ! ! Reading 9612 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 J2010+6116_S_2014_12_20_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.920227Jy sigma=0.010079 ! Fit after self-cal, rms=0.899935Jy sigma=0.009882 ! 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.993 mas, bmaj=4.794 mas, bpa=84.17 degrees ! Estimated noise=975.522 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.0748851 Jy ! Component: 100 - total flux cleaned = 0.0992985 Jy ! Total flux subtracted in 100 components = 0.0992985 Jy ! Clean residual min=-0.004760 max=0.010553 Jy/beam ! Clean residual mean=-0.000002 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.0992985 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0992985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079572Jy sigma=0.000812 ! Fit after self-cal, rms=0.079471Jy sigma=0.000811 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123118 Jy ! Component: 100 - total flux cleaned = 0.0188173 Jy ! Total flux subtracted in 100 components = 0.0188173 Jy ! Clean residual min=-0.003686 max=0.003704 Jy/beam ! Clean residual mean=0.000004 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.118116 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.118116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077068Jy sigma=0.000785 ! Fit after self-cal, rms=0.077044Jy sigma=0.000785 ! 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.654 mas, bmaj=5.809 mas, bpa=82.75 degrees ! Estimated noise=667.119 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.0054618 Jy ! Component: 100 - total flux cleaned = 0.00816207 Jy ! Component: 150 - total flux cleaned = 0.00977883 Jy ! Component: 200 - total flux cleaned = 0.0107847 Jy ! Total flux subtracted in 200 components = 0.0107847 Jy ! Clean residual min=-0.003491 max=0.003282 Jy/beam ! Clean residual mean=0.000016 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.1289 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.1289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076591Jy sigma=0.000781 ! Fit after self-cal, rms=0.076584Jy sigma=0.000781 ! 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.04 FD 0.93 HN 0.96 KP 1.06 ! LA 0.93 MK 0.96 NL 0.97 OV 0.97 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.07 HN 1.03 KP 1.05 ! LA 0.92 MK 0.98 NL 1.03 OV 0.99 ! PT 1.07 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.19 HN 1.03 KP 0.95 ! LA 0.73 MK 1.01 NL 1.15 OV 0.94 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.01 HN 0.93 KP 0.90 ! LA 0.80 MK 1.05 NL 1.06 OV 0.98 ! PT 1.05 SC 1.00 ! ! ! Fit before self-cal, rms=0.076584Jy sigma=0.000781 ! Fit after self-cal, rms=0.074247Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=5.83 mas, bpa=82.85 degrees ! Estimated noise=666.744 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.000500353 Jy ! Component: 100 - total flux cleaned = -0.000523775 Jy ! Component: 150 - total flux cleaned = -0.000541507 Jy ! Component: 200 - total flux cleaned = -0.0005574 Jy ! Total flux subtracted in 200 components = -0.0005574 Jy ! Clean residual min=-0.002366 max=0.002627 Jy/beam ! Clean residual mean=0.000008 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.128343 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.128343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074235Jy sigma=0.000769 ! Fit after self-cal, rms=0.074228Jy sigma=0.000768 ! 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.074228Jy sigma=0.000768 ! Fit after self-cal, rms=0.074524Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=5.826 mas, bpa=82.59 degrees ! Estimated noise=666.026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.55879e-05 Jy ! Component: 100 - total flux cleaned = -0.00015557 Jy ! Component: 150 - total flux cleaned = -0.000191415 Jy ! Component: 200 - total flux cleaned = -0.000212983 Jy ! Total flux subtracted in 200 components = -0.000212983 Jy ! Clean residual min=-0.001994 max=0.002472 Jy/beam ! Clean residual mean=-0.000005 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.12813 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.12813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074520Jy sigma=0.000767 ! Fit after self-cal, rms=0.074541Jy sigma=0.000767 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 (9, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235217 Jy ! Component: 100 - total flux cleaned = 0.0031596 Jy ! Component: 150 - total flux cleaned = 0.0035208 Jy ! Component: 200 - total flux cleaned = 0.00366773 Jy ! Total flux subtracted in 200 components = 0.00366773 Jy ! Clean residual min=-0.001868 max=0.001907 Jy/beam ! Clean residual mean=-0.000002 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.131798 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 57 components and 0.131798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074459Jy sigma=0.000766 ! Fit after self-cal, rms=0.074454Jy sigma=0.000766 ! 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.074454Jy sigma=0.000766 ! Fit after self-cal, rms=0.074417Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=5.818 mas, bpa=82.9 degrees ! Estimated noise=665.109 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00089987 Jy ! Component: 100 - total flux cleaned = 0.00122128 Jy ! Component: 150 - total flux cleaned = 0.00124714 Jy ! Component: 200 - total flux cleaned = 0.00126945 Jy ! Total flux subtracted in 200 components = 0.00126945 Jy ! Clean residual min=-0.001843 max=0.001871 Jy/beam ! Clean residual mean=-0.000002 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.133067 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.133067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074394Jy sigma=0.000766 ! Fit after self-cal, rms=0.074396Jy sigma=0.000766 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.000250721 Jy ! Component: 100 - total flux cleaned = 0.000229226 Jy ! Component: 150 - total flux cleaned = 0.000229675 Jy ! Component: 200 - total flux cleaned = 0.000248949 Jy ! Total flux subtracted in 200 components = 0.000248949 Jy ! Clean residual min=-0.001813 max=0.001843 Jy/beam ! Clean residual mean=-0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.133316 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 76 components and 0.133316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074385Jy sigma=0.000766 ! Fit after self-cal, rms=0.074384Jy sigma=0.000766 ! 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.074384Jy sigma=0.000766 ! Fit after self-cal, rms=0.074303Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.535 mas, bmaj=10.47 mas, bpa=73.98 degrees ! Estimated noise=815.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000406546 Jy ! Component: 100 - total flux cleaned = 0.000528346 Jy ! Component: 150 - total flux cleaned = 0.00058276 Jy ! Component: 200 - total flux cleaned = 0.000538713 Jy ! Total flux subtracted in 200 components = 0.000538713 Jy ! Clean residual min=-0.002166 max=0.002266 Jy/beam ! Clean residual mean=-0.000005 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.133855 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.133855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074301Jy sigma=0.000766 ! Fit after self-cal, rms=0.074300Jy sigma=0.000766 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.000146186 Jy ! Component: 100 - total flux cleaned = 0.000195312 Jy ! Component: 150 - total flux cleaned = 0.000183624 Jy ! Component: 200 - total flux cleaned = 0.000150679 Jy ! Total flux subtracted in 200 components = 0.000150679 Jy ! Clean residual min=-0.002129 max=0.002241 Jy/beam ! Clean residual mean=-0.000004 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.134006 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.134006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074302Jy sigma=0.000766 ! Fit after self-cal, rms=0.074301Jy sigma=0.000766 ! 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.667 mas, bmaj=5.813 mas, bpa=83.02 degrees ! Estimated noise=664.245 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.667 x 5.813 at 83.02 degrees (North through East) ! Clean map min=-0.0017586 max=0.099137 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 mas, bmaj=4.79 mas, bpa=84.74 degrees ! Estimated noise=971.605 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0745431 Jy ! Component: 100 - total flux cleaned = 0.0995688 Jy ! Component: 150 - total flux cleaned = 0.111498 Jy ! Component: 200 - total flux cleaned = 0.117948 Jy ! Total flux subtracted in 200 components = 0.117948 Jy ! Clean residual min=-0.003430 max=0.003212 Jy/beam ! Clean residual mean=-0.000006 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.117948 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.117948 Jy ! Inverting map and beam ! Estimated beam: bmin=3.667 mas, bmaj=5.813 mas, bpa=83.02 degrees ! Estimated noise=664.245 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) ! Added new window around map position (3, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00547932 Jy ! Component: 100 - total flux cleaned = 0.00879628 Jy ! Component: 150 - total flux cleaned = 0.0110698 Jy ! Component: 200 - total flux cleaned = 0.0127508 Jy ! Total flux subtracted in 200 components = 0.0127508 Jy ! Clean residual min=-0.001988 max=0.001814 Jy/beam ! Clean residual mean=-0.000005 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.130699 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 51 components and 0.130699 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.535 mas, bmaj=10.47 mas, bpa=73.98 degrees ! Estimated noise=815.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183734 Jy ! Component: 100 - total flux cleaned = 0.00243553 Jy ! Component: 150 - total flux cleaned = 0.00263784 Jy ! Component: 200 - total flux cleaned = 0.00277266 Jy ! Total flux subtracted in 200 components = 0.00277266 Jy ! Clean residual min=-0.002204 max=0.002179 Jy/beam ! Clean residual mean=-0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.133471 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.000130332 Jy ! Component: 100 - total flux cleaned = 0.000167679 Jy ! Component: 150 - total flux cleaned = 0.000199109 Jy ! Component: 200 - total flux cleaned = 0.000198989 Jy ! Total flux subtracted in 200 components = 0.000198989 Jy ! Clean residual min=-0.002165 max=0.002178 Jy/beam ! Clean residual mean=-0.000005 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.13367 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 105 components and 0.13367 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.667 mas, bmaj=5.813 mas, bpa=83.02 degrees ! Estimated noise=664.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00026991 Jy ! Component: 100 - total flux cleaned = -0.000360582 Jy ! Component: 150 - total flux cleaned = -0.000334473 Jy ! Component: 200 - total flux cleaned = -0.000310642 Jy ! Total flux subtracted in 200 components = -0.000310642 Jy ! Clean residual min=-0.001856 max=0.001868 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.13336 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 125 components and 0.13336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074306Jy sigma=0.000766 ! Fit after self-cal, rms=0.074299Jy sigma=0.000766 wmodel J2010+6116_S_2014_12_20_pus_map.mod ! Writing 125 model components to file: J2010+6116_S_2014_12_20_pus_map.mod wobs J2010+6116_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2010+6116_S_2014_12_20_pus_uvs.fits wwins J2010+6116_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J2010+6116_S_2014_12_20_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 = 0.000374059 Jy ! Component: 100 - total flux cleaned = 0.00078362 Jy ! Component: 150 - total flux cleaned = 0.00102088 Jy ! Component: 200 - total flux cleaned = 0.00124829 Jy ! Component: 250 - total flux cleaned = 0.00144081 Jy ! Component: 300 - total flux cleaned = 0.00170676 Jy ! Component: 350 - total flux cleaned = 0.00188801 Jy ! Component: 400 - total flux cleaned = 0.00206513 Jy ! Component: 450 - total flux cleaned = 0.00213922 Jy ! Component: 500 - total flux cleaned = 0.00228442 Jy ! Component: 550 - total flux cleaned = 0.00240273 Jy ! Component: 600 - total flux cleaned = 0.00254233 Jy ! Component: 650 - total flux cleaned = 0.00263383 Jy ! Component: 700 - total flux cleaned = 0.00270136 Jy ! Component: 750 - total flux cleaned = 0.00272358 Jy ! Component: 800 - total flux cleaned = 0.00276714 Jy ! Component: 850 - total flux cleaned = 0.0028527 Jy ! Component: 900 - total flux cleaned = 0.00291613 Jy ! Component: 950 - total flux cleaned = 0.00293719 Jy ! Component: 1000 - total flux cleaned = 0.00304007 Jy ! Component: 1050 - total flux cleaned = 0.00314139 Jy ! Component: 1100 - total flux cleaned = 0.00318117 Jy ! Component: 1150 - total flux cleaned = 0.00324041 Jy ! Component: 1200 - total flux cleaned = 0.00322103 Jy ! Component: 1250 - total flux cleaned = 0.00331772 Jy ! Component: 1300 - total flux cleaned = 0.0034127 Jy ! Component: 1350 - total flux cleaned = 0.00337485 Jy ! Component: 1400 - total flux cleaned = 0.00344928 Jy ! Component: 1450 - total flux cleaned = 0.00341249 Jy ! Component: 1500 - total flux cleaned = 0.00344916 Jy ! Component: 1550 - total flux cleaned = 0.00344912 Jy ! Component: 1600 - total flux cleaned = 0.00357386 Jy ! Component: 1650 - total flux cleaned = 0.00353826 Jy ! Component: 1700 - total flux cleaned = 0.00353797 Jy ! Component: 1750 - total flux cleaned = 0.00352084 Jy ! Component: 1800 - total flux cleaned = 0.00355524 Jy ! Component: 1850 - total flux cleaned = 0.00360628 Jy ! Component: 1900 - total flux cleaned = 0.00360618 Jy ! Component: 1950 - total flux cleaned = 0.00362263 Jy ! Component: 2000 - total flux cleaned = 0.00358981 Jy ! Component: 2050 - total flux cleaned = 0.00367116 Jy ! Component: 2100 - total flux cleaned = 0.00363898 Jy ! Component: 2150 - total flux cleaned = 0.00367103 Jy ! Component: 2200 - total flux cleaned = 0.00362354 Jy ! Component: 2250 - total flux cleaned = 0.00363917 Jy ! Component: 2300 - total flux cleaned = 0.00371719 Jy ! Component: 2350 - total flux cleaned = 0.00371718 Jy ! Component: 2400 - total flux cleaned = 0.00376333 Jy ! Component: 2450 - total flux cleaned = 0.00379361 Jy ! Component: 2500 - total flux cleaned = 0.00382388 Jy ! Component: 2550 - total flux cleaned = 0.00386867 Jy ! Component: 2600 - total flux cleaned = 0.00392825 Jy ! Component: 2650 - total flux cleaned = 0.00391342 Jy ! Component: 2700 - total flux cleaned = 0.00397182 Jy ! Component: 2750 - total flux cleaned = 0.00395706 Jy ! Component: 2800 - total flux cleaned = 0.00401465 Jy ! Component: 2850 - total flux cleaned = 0.00402902 Jy ! Component: 2900 - total flux cleaned = 0.00397231 Jy ! Component: 2950 - total flux cleaned = 0.00411351 Jy ! Component: 3000 - total flux cleaned = 0.00422545 Jy ! Component: 3050 - total flux cleaned = 0.00415591 Jy ! Component: 3100 - total flux cleaned = 0.00415598 Jy ! Component: 3150 - total flux cleaned = 0.0042795 Jy ! Component: 3200 - total flux cleaned = 0.00429318 Jy ! Component: 3250 - total flux cleaned = 0.00440148 Jy ! Component: 3300 - total flux cleaned = 0.00440158 Jy ! Component: 3350 - total flux cleaned = 0.00450853 Jy ! Component: 3400 - total flux cleaned = 0.00456145 Jy ! Component: 3450 - total flux cleaned = 0.00457456 Jy ! Component: 3500 - total flux cleaned = 0.00461385 Jy ! Component: 3550 - total flux cleaned = 0.00460085 Jy ! Component: 3600 - total flux cleaned = 0.00469145 Jy ! Component: 3650 - total flux cleaned = 0.00471704 Jy ! Component: 3700 - total flux cleaned = 0.00474261 Jy ! Component: 3750 - total flux cleaned = 0.00476799 Jy ! Component: 3800 - total flux cleaned = 0.00475538 Jy ! Component: 3850 - total flux cleaned = 0.004768 Jy ! Component: 3900 - total flux cleaned = 0.00479294 Jy ! Component: 3950 - total flux cleaned = 0.00480546 Jy ! Component: 4000 - total flux cleaned = 0.00489167 Jy ! Component: 4050 - total flux cleaned = 0.00489159 Jy ! Total flux subtracted in 4096 components = 0.00486729 Jy ! Clean residual min=-0.000714 max=0.000815 Jy/beam ! Clean residual mean=0.000000 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.138227 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 438 components and 0.138227 Jy ![Exited script file: muppet] wmap "J2010+6116_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.667 x 5.813 at 83.02 degrees (North through East) ! Clean map min=-0.0012805 max=0.099073 Jy/beam ! Writing clean map to FITS file: J2010+6116_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0990729 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000220639 device "J2010+6116_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2010+6116_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.66811 0.66811 1.33622 2.67244 5.34488 10.6898 21.3795 42.7591 85.5181 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.099 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.667 x 5.813 at 83.02 degrees (North through East) ! Clean map min=-0.0012805 max=0.099073 Jy/beam quit ! Quitting program ! Log file J2010+6116_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:44:42 2016