! Started logfile: J1652+0618_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:32:44 2016 obs J1652+0618_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1652+0618_S_2014_08_05_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.756265 visibilities/baseline/integration-bin. ! Found source: J1652+0618 ! ! 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 360 lines of history. ! ! Reading 12796 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 J1652+0618_S_2014_08_05_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 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.878182Jy sigma=0.009049 ! Fit after self-cal, rms=0.835236Jy sigma=0.008648 ! 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.639 mas, bmaj=9.178 mas, bpa=20.77 degrees ! Estimated noise=835.37 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.122783 Jy ! Component: 100 - total flux cleaned = 0.158187 Jy ! Total flux subtracted in 100 components = 0.158187 Jy ! Clean residual min=-0.009579 max=0.016946 Jy/beam ! Clean residual mean=-0.000187 rms=0.002675 Jy/beam ! Combined flux in latest and established models = 0.158187 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.158187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099482Jy sigma=0.000907 ! Fit after self-cal, rms=0.099214Jy sigma=0.000905 ! Inverting map ! Added new window around map position (4.5, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0201586 Jy ! Component: 100 - total flux cleaned = 0.0324456 Jy ! Total flux subtracted in 100 components = 0.0324456 Jy ! Clean residual min=-0.006532 max=0.009912 Jy/beam ! Clean residual mean=-0.000125 rms=0.001881 Jy/beam ! Combined flux in latest and established models = 0.190632 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.190632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093021Jy sigma=0.000837 ! Fit after self-cal, rms=0.092872Jy sigma=0.000835 ! 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.57 mas, bmaj=9.966 mas, bpa=18.86 degrees ! Estimated noise=616.884 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.0126419 Jy ! Component: 100 - total flux cleaned = 0.0201096 Jy ! Component: 150 - total flux cleaned = 0.0252486 Jy ! Component: 200 - total flux cleaned = 0.0288871 Jy ! Total flux subtracted in 200 components = 0.0288871 Jy ! Clean residual min=-0.004387 max=0.006190 Jy/beam ! Clean residual mean=-0.000056 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.219519 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 90 components and 0.219519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090723Jy sigma=0.000816 ! Fit after self-cal, rms=0.090664Jy sigma=0.000815 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.87 HN 1.04 KP 1.08 ! LA 1.08 MK 1.00* NL 0.96 OV 1.02 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.10 KP 1.00 ! LA 1.04 MK 1.00* NL 0.98 OV 1.04 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.16 HN 1.10 KP 0.88 ! LA 0.84 MK 1.00* NL 0.95 OV 0.97 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.95 HN 1.06 KP 0.86 ! LA 0.79 MK 1.00* NL 1.02 OV 1.04 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.090664Jy sigma=0.000815 ! Fit after self-cal, rms=0.086226Jy sigma=0.000789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.611 mas, bmaj=10.07 mas, bpa=19.21 degrees ! Estimated noise=611.495 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.000585364 Jy ! Component: 100 - total flux cleaned = -0.000431372 Jy ! Component: 150 - total flux cleaned = -0.000273645 Jy ! Component: 200 - total flux cleaned = -0.00023145 Jy ! Total flux subtracted in 200 components = -0.00023145 Jy ! Clean residual min=-0.003650 max=0.004308 Jy/beam ! Clean residual mean=-0.000023 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.219288 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 114 components and 0.219288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086113Jy sigma=0.000788 ! Fit after self-cal, rms=0.086113Jy sigma=0.000788 ! 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.086113Jy sigma=0.000788 ! Fit after self-cal, rms=0.094265Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.568 mas, bmaj=10.03 mas, bpa=18.91 degrees ! Estimated noise=613.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238638 Jy ! Component: 100 - total flux cleaned = -0.000198901 Jy ! Component: 150 - total flux cleaned = -0.000397755 Jy ! Component: 200 - total flux cleaned = -0.000438057 Jy ! Total flux subtracted in 200 components = -0.000438057 Jy ! Clean residual min=-0.002538 max=0.002745 Jy/beam ! Clean residual mean=-0.000000 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.21885 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 129 components and 0.21885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094196Jy sigma=0.000779 ! Fit after self-cal, rms=0.094310Jy sigma=0.000778 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 (13, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00262497 Jy ! Component: 100 - total flux cleaned = 0.00283689 Jy ! Component: 150 - total flux cleaned = 0.0026751 Jy ! Component: 200 - total flux cleaned = 0.00248075 Jy ! Total flux subtracted in 200 components = 0.00248075 Jy ! Clean residual min=-0.002331 max=0.002158 Jy/beam ! Clean residual mean=0.000006 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.221331 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 158 components and 0.221331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094209Jy sigma=0.000777 ! Fit after self-cal, rms=0.094197Jy sigma=0.000777 ! 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.094197Jy sigma=0.000777 ! Fit after self-cal, rms=0.095367Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.562 mas, bmaj=10.04 mas, bpa=18.89 degrees ! Estimated noise=612.477 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000516298 Jy ! Component: 100 - total flux cleaned = 0.000670703 Jy ! Component: 150 - total flux cleaned = 0.000631761 Jy ! Component: 200 - total flux cleaned = 0.000594537 Jy ! Total flux subtracted in 200 components = 0.000594537 Jy ! Clean residual min=-0.002204 max=0.001924 Jy/beam ! Clean residual mean=0.000003 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.221925 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 181 components and 0.221925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095321Jy sigma=0.000776 ! Fit after self-cal, rms=0.095328Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.68008e-05 Jy ! Component: 100 - total flux cleaned = 4.80247e-05 Jy ! Component: 150 - total flux cleaned = 4.77236e-05 Jy ! Component: 200 - total flux cleaned = 7.49961e-05 Jy ! Total flux subtracted in 200 components = 7.49961e-05 Jy ! Clean residual min=-0.002150 max=0.001766 Jy/beam ! Clean residual mean=0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.222 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 188 components and 0.222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095306Jy sigma=0.000776 ! Fit after self-cal, rms=0.095308Jy sigma=0.000776 ! 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.095308Jy sigma=0.000776 ! Fit after self-cal, rms=0.095829Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.605 mas, bmaj=12.02 mas, bpa=14.27 degrees ! Estimated noise=680.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000510439 Jy ! Component: 100 - total flux cleaned = 0.000509543 Jy ! Component: 150 - total flux cleaned = 0.000532807 Jy ! Component: 200 - total flux cleaned = 0.000568274 Jy ! Total flux subtracted in 200 components = 0.000568274 Jy ! Clean residual min=-0.001830 max=0.002006 Jy/beam ! Clean residual mean=0.000005 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.222568 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 217 components and 0.222568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095821Jy sigma=0.000776 ! Fit after self-cal, rms=0.095826Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187714 Jy ! Component: 100 - total flux cleaned = 0.000222347 Jy ! Component: 150 - total flux cleaned = 0.00020848 Jy ! Component: 200 - total flux cleaned = 0.000208462 Jy ! Total flux subtracted in 200 components = 0.000208462 Jy ! Clean residual min=-0.001812 max=0.001939 Jy/beam ! Clean residual mean=0.000006 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.222777 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 227 components and 0.222777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095823Jy sigma=0.000776 ! Fit after self-cal, rms=0.095824Jy sigma=0.000776 ! 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.562 mas, bmaj=10.05 mas, bpa=18.88 degrees ! Estimated noise=611.762 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.562 x 10.05 at 18.88 degrees (North through East) ! Clean map min=-0.0020018 max=0.15923 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.612 mas, bmaj=9.218 mas, bpa=20.66 degrees ! Estimated noise=837.781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.122661 Jy ! Component: 100 - total flux cleaned = 0.1592 Jy ! Component: 150 - total flux cleaned = 0.178106 Jy ! Component: 200 - total flux cleaned = 0.189016 Jy ! Total flux subtracted in 200 components = 0.189016 Jy ! Clean residual min=-0.004349 max=0.005501 Jy/beam ! Clean residual mean=-0.000075 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.189016 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.189016 Jy ! Inverting map and beam ! Estimated beam: bmin=4.562 mas, bmaj=10.05 mas, bpa=18.88 degrees ! Estimated noise=611.762 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.0100109 Jy ! Component: 100 - total flux cleaned = 0.0158324 Jy ! Component: 150 - total flux cleaned = 0.0198397 Jy ! Component: 200 - total flux cleaned = 0.0228441 Jy ! Total flux subtracted in 200 components = 0.0228441 Jy ! Clean residual min=-0.002328 max=0.002225 Jy/beam ! Clean residual mean=-0.000026 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.21186 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 97 components and 0.21186 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=8.605 mas, bmaj=12.02 mas, bpa=14.27 degrees ! Estimated noise=680.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0033973 Jy ! Component: 100 - total flux cleaned = 0.00577389 Jy ! Component: 150 - total flux cleaned = 0.00748452 Jy ! Component: 200 - total flux cleaned = 0.00873824 Jy ! Total flux subtracted in 200 components = 0.00873824 Jy ! Clean residual min=-0.001889 max=0.001859 Jy/beam ! Clean residual mean=-0.000004 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.220598 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.000932675 Jy ! Component: 100 - total flux cleaned = 0.00131596 Jy ! Component: 150 - total flux cleaned = 0.00165942 Jy ! Component: 200 - total flux cleaned = 0.00184703 Jy ! Total flux subtracted in 200 components = 0.00184703 Jy ! Clean residual min=-0.001812 max=0.001868 Jy/beam ! Clean residual mean=0.000004 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.222445 Jy ! Adding 100 model components to the UV plane model. ! The established model now contains 188 components and 0.222445 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.562 mas, bmaj=10.05 mas, bpa=18.88 degrees ! Estimated noise=611.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000216079 Jy ! Component: 100 - total flux cleaned = -9.52068e-05 Jy ! Component: 150 - total flux cleaned = -9.60327e-06 Jy ! Component: 200 - total flux cleaned = 4.32066e-05 Jy ! Total flux subtracted in 200 components = 4.32066e-05 Jy ! Clean residual min=-0.001984 max=0.001673 Jy/beam ! Clean residual mean=0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.222489 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 208 components and 0.222489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095861Jy sigma=0.000776 ! Fit after self-cal, rms=0.095870Jy sigma=0.000776 wmodel J1652+0618_S_2014_08_05_pus_map.mod ! Writing 208 model components to file: J1652+0618_S_2014_08_05_pus_map.mod wobs J1652+0618_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1652+0618_S_2014_08_05_pus_uvs.fits wwins J1652+0618_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J1652+0618_S_2014_08_05_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.000296909 Jy ! Component: 100 - total flux cleaned = -0.000521154 Jy ! Component: 150 - total flux cleaned = -0.000733898 Jy ! Component: 200 - total flux cleaned = -0.000861416 Jy ! Component: 250 - total flux cleaned = -0.000959196 Jy ! Component: 300 - total flux cleaned = -0.00103091 Jy ! Component: 350 - total flux cleaned = -0.00100835 Jy ! Component: 400 - total flux cleaned = -0.000963556 Jy ! Component: 450 - total flux cleaned = -0.000941586 Jy ! Component: 500 - total flux cleaned = -0.00089935 Jy ! Component: 550 - total flux cleaned = -0.00087931 Jy ! Component: 600 - total flux cleaned = -0.000799341 Jy ! Component: 650 - total flux cleaned = -0.000721268 Jy ! Component: 700 - total flux cleaned = -0.000625536 Jy ! Component: 750 - total flux cleaned = -0.000531753 Jy ! Component: 800 - total flux cleaned = -0.00045771 Jy ! Component: 850 - total flux cleaned = -0.000403043 Jy ! Component: 900 - total flux cleaned = -0.000349339 Jy ! Component: 950 - total flux cleaned = -0.00029627 Jy ! Component: 1000 - total flux cleaned = -0.000226858 Jy ! Component: 1050 - total flux cleaned = -0.000141578 Jy ! Component: 1100 - total flux cleaned = -0.00010822 Jy ! Component: 1150 - total flux cleaned = -9.36982e-06 Jy ! Component: 1200 - total flux cleaned = -9.42324e-06 Jy ! Component: 1250 - total flux cleaned = 2.27037e-05 Jy ! Component: 1300 - total flux cleaned = 8.62979e-05 Jy ! Component: 1350 - total flux cleaned = 0.000149043 Jy ! Component: 1400 - total flux cleaned = 0.000179865 Jy ! Component: 1450 - total flux cleaned = 0.000195292 Jy ! Component: 1500 - total flux cleaned = 0.000195261 Jy ! Component: 1550 - total flux cleaned = 0.000240034 Jy ! Component: 1600 - total flux cleaned = 0.000298919 Jy ! Component: 1650 - total flux cleaned = 0.000284004 Jy ! Component: 1700 - total flux cleaned = 0.000284024 Jy ! Component: 1750 - total flux cleaned = 0.00029815 Jy ! Component: 1800 - total flux cleaned = 0.000312278 Jy ! Component: 1850 - total flux cleaned = 0.000367652 Jy ! Component: 1900 - total flux cleaned = 0.000326406 Jy ! Component: 1950 - total flux cleaned = 0.000380862 Jy ! Component: 2000 - total flux cleaned = 0.000354146 Jy ! Component: 2050 - total flux cleaned = 0.000354341 Jy ! Component: 2100 - total flux cleaned = 0.000367717 Jy ! Component: 2150 - total flux cleaned = 0.000367688 Jy ! Component: 2200 - total flux cleaned = 0.000354825 Jy ! Component: 2250 - total flux cleaned = 0.000355069 Jy ! Component: 2300 - total flux cleaned = 0.000380246 Jy ! Component: 2350 - total flux cleaned = 0.00035513 Jy ! Component: 2400 - total flux cleaned = 0.000317913 Jy ! Component: 2450 - total flux cleaned = 0.000318074 Jy ! Component: 2500 - total flux cleaned = 0.000379178 Jy ! Component: 2550 - total flux cleaned = 0.000378984 Jy ! Component: 2600 - total flux cleaned = 0.000390808 Jy ! Component: 2650 - total flux cleaned = 0.000355219 Jy ! Component: 2700 - total flux cleaned = 0.000390751 Jy ! Component: 2750 - total flux cleaned = 0.000379198 Jy ! Component: 2800 - total flux cleaned = 0.000379288 Jy ! Component: 2850 - total flux cleaned = 0.000413833 Jy ! Component: 2900 - total flux cleaned = 0.00041384 Jy ! Component: 2950 - total flux cleaned = 0.000425168 Jy ! Component: 3000 - total flux cleaned = 0.00041385 Jy ! Component: 3050 - total flux cleaned = 0.000380309 Jy ! Component: 3100 - total flux cleaned = 0.000369143 Jy ! Component: 3150 - total flux cleaned = 0.00040223 Jy ! Component: 3200 - total flux cleaned = 0.000413172 Jy ! Component: 3250 - total flux cleaned = 0.000434783 Jy ! Component: 3300 - total flux cleaned = 0.000370246 Jy ! Component: 3350 - total flux cleaned = 0.000402561 Jy ! Component: 3400 - total flux cleaned = 0.000413288 Jy ! Component: 3450 - total flux cleaned = 0.000423882 Jy ! Component: 3500 - total flux cleaned = 0.000444831 Jy ! Component: 3550 - total flux cleaned = 0.000475975 Jy ! Component: 3600 - total flux cleaned = 0.000465616 Jy ! Component: 3650 - total flux cleaned = 0.000496454 Jy ! Component: 3700 - total flux cleaned = 0.000506629 Jy ! Component: 3750 - total flux cleaned = 0.0005067 Jy ! Component: 3800 - total flux cleaned = 0.000556998 Jy ! Component: 3850 - total flux cleaned = 0.000546969 Jy ! Component: 3900 - total flux cleaned = 0.000606604 Jy ! Component: 3950 - total flux cleaned = 0.000655919 Jy ! Component: 4000 - total flux cleaned = 0.000655944 Jy ! Component: 4050 - total flux cleaned = 0.000685222 Jy ! Total flux subtracted in 4096 components = 0.000675522 Jy ! Clean residual min=-0.000538 max=0.000584 Jy/beam ! Clean residual mean=-0.000000 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.223164 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 485 components and 0.223164 Jy ![Exited script file: muppet] wmap "J1652+0618_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.562 x 10.05 at 18.88 degrees (North through East) ! Clean map min=-0.0012324 max=0.15998 Jy/beam ! Writing clean map to FITS file: J1652+0618_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.159985 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000188492 device "J1652+0618_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1652+0618_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.353457 0.353457 0.706914 1.41383 2.82766 5.65531 11.3106 22.6213 45.2425 90.485 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.159 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.562 x 10.05 at 18.88 degrees (North through East) ! Clean map min=-0.0012324 max=0.15998 Jy/beam quit ! Quitting program ! Log file J1652+0618_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:32:49 2016