! Started logfile: J1610+1811_S_2017_10_09_pus_uvs.log on Sun May 12 13:15:42 2019 obs J1610+1811_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J1610+1811_S_2017_10_09_pus_uva.fits ! AN table 1: 208 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.544338 visibilities/baseline/integration-bin. ! Found source: J1610+1811 ! ! 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 496 lines of history. ! ! Reading 16304 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 J1610+1811_S_2017_10_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 631 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 934 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 628 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1318 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.935731Jy sigma=0.008217 ! Fit after self-cal, rms=0.920743Jy sigma=0.008105 ! 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.697 mas, bmaj=9.791 mas, bpa=-20.81 degrees ! Estimated noise=1511.17 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.0615639 Jy ! Component: 100 - total flux cleaned = 0.0796454 Jy ! Total flux subtracted in 100 components = 0.0796454 Jy ! Clean residual min=-0.005591 max=0.007920 Jy/beam ! Clean residual mean=-0.000037 rms=0.001513 Jy/beam ! Combined flux in latest and established models = 0.0796454 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0796454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091908Jy sigma=0.000689 ! Fit after self-cal, rms=0.091856Jy sigma=0.000687 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00966076 Jy ! Component: 100 - total flux cleaned = 0.0152723 Jy ! Total flux subtracted in 100 components = 0.0152723 Jy ! Clean residual min=-0.004468 max=0.005654 Jy/beam ! Clean residual mean=-0.000017 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.0949177 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 36 components and 0.0949177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090473Jy sigma=0.000677 ! Fit after self-cal, rms=0.090422Jy sigma=0.000676 ! 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.259 mas, bmaj=10.04 mas, bpa=-20.55 degrees ! Estimated noise=771.73 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.00618492 Jy ! Component: 100 - total flux cleaned = 0.00994719 Jy ! Component: 150 - total flux cleaned = 0.0124746 Jy ! Component: 200 - total flux cleaned = 0.0142013 Jy ! Total flux subtracted in 200 components = 0.0142013 Jy ! Clean residual min=-0.003699 max=0.004852 Jy/beam ! Clean residual mean=0.000012 rms=0.001087 Jy/beam ! Combined flux in latest and established models = 0.109119 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 68 components and 0.109119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089871Jy sigma=0.000672 ! Fit after self-cal, rms=0.089846Jy sigma=0.000672 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 99 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.99 HN 0.96 KP 1.08 ! LA 1.06 MK 0.99 NL 0.89 OV 1.00* ! PT 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.08 HN 1.08 KP 0.98 ! LA 0.97 MK 1.03 NL 1.91 OV 1.00* ! PT 0.99 ! ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.15 HN 1.03 KP 0.89 ! LA 0.80 MK 1.06 NL 1.25 OV 1.00* ! PT 0.97 ! ! ! Correcting IF 4. ! A total of 204 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 1.00 KP 1.00* ! LA 0.79 MK 0.84 NL 1.00* OV 1.00* ! PT 1.01 ! ! ! Fit before self-cal, rms=0.089846Jy sigma=0.000672 ! Fit after self-cal, rms=0.086059Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=10.04 mas, bpa=-20.26 degrees ! Estimated noise=783.535 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.00146044 Jy ! Component: 100 - total flux cleaned = 0.00156409 Jy ! Component: 150 - total flux cleaned = 0.001566 Jy ! Component: 200 - total flux cleaned = 0.00156593 Jy ! Total flux subtracted in 200 components = 0.00156593 Jy ! Clean residual min=-0.003307 max=0.003941 Jy/beam ! Clean residual mean=0.000012 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.110685 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.110685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086022Jy sigma=0.000667 ! Fit after self-cal, rms=0.086019Jy sigma=0.000667 ! 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.086019Jy sigma=0.000667 ! Fit after self-cal, rms=0.083129Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=9.985 mas, bpa=-20.33 degrees ! Estimated noise=782.123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026979 Jy ! Component: 100 - total flux cleaned = 0.000242576 Jy ! Component: 150 - total flux cleaned = 0.000145386 Jy ! Component: 200 - total flux cleaned = 6.43849e-05 Jy ! Total flux subtracted in 200 components = 6.43849e-05 Jy ! Clean residual min=-0.002866 max=0.003149 Jy/beam ! Clean residual mean=0.000000 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.110749 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 88 components and 0.110749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083105Jy sigma=0.000664 ! Fit after self-cal, rms=0.083089Jy sigma=0.000664 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 (-12, 21). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00289678 Jy ! Component: 100 - total flux cleaned = 0.00385445 Jy ! Component: 150 - total flux cleaned = 0.00416866 Jy ! Component: 200 - total flux cleaned = 0.00443243 Jy ! Total flux subtracted in 200 components = 0.00443243 Jy ! Clean residual min=-0.002475 max=0.001891 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.115182 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 126 components and 0.115182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082973Jy sigma=0.000663 ! Fit after self-cal, rms=0.082942Jy sigma=0.000662 ! 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.082942Jy sigma=0.000662 ! Fit after self-cal, rms=0.082218Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.246 mas, bmaj=9.965 mas, bpa=-20.17 degrees ! Estimated noise=776.204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120788 Jy ! Component: 100 - total flux cleaned = 0.00144806 Jy ! Component: 150 - total flux cleaned = 0.00161658 Jy ! Component: 200 - total flux cleaned = 0.0017026 Jy ! Total flux subtracted in 200 components = 0.0017026 Jy ! Clean residual min=-0.002258 max=0.001771 Jy/beam ! Clean residual mean=0.000004 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.116884 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 151 components and 0.116884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082184Jy sigma=0.000662 ! Fit after self-cal, rms=0.082167Jy sigma=0.000662 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.000100676 Jy ! Component: 100 - total flux cleaned = 0.000127632 Jy ! Component: 150 - total flux cleaned = 0.000127514 Jy ! Component: 200 - total flux cleaned = 0.00014776 Jy ! Total flux subtracted in 200 components = 0.00014776 Jy ! Clean residual min=-0.002237 max=0.001709 Jy/beam ! Clean residual mean=0.000004 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.117032 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 165 components and 0.117032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082153Jy sigma=0.000662 ! Fit after self-cal, rms=0.082147Jy sigma=0.000662 ! 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.082147Jy sigma=0.000662 ! Fit after self-cal, rms=0.081962Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.05 mas, bmaj=11.14 mas, bpa=-23.6 degrees ! Estimated noise=992.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379252 Jy ! Component: 100 - total flux cleaned = 0.000500537 Jy ! Component: 150 - total flux cleaned = 0.00055048 Jy ! Component: 200 - total flux cleaned = 0.000550519 Jy ! Total flux subtracted in 200 components = 0.000550519 Jy ! Clean residual min=-0.002153 max=0.002022 Jy/beam ! Clean residual mean=0.000011 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.117583 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 195 components and 0.117583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081957Jy sigma=0.000662 ! Fit after self-cal, rms=0.081959Jy sigma=0.000662 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.82248e-05 Jy ! Component: 100 - total flux cleaned = 4.76414e-05 Jy ! Component: 150 - total flux cleaned = 4.78763e-05 Jy ! Component: 200 - total flux cleaned = 6.00787e-05 Jy ! Total flux subtracted in 200 components = 6.00787e-05 Jy ! Clean residual min=-0.002136 max=0.002008 Jy/beam ! Clean residual mean=0.000010 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.117643 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 206 components and 0.117643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081957Jy sigma=0.000662 ! Fit after self-cal, rms=0.081956Jy sigma=0.000662 ! 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.243 mas, bmaj=9.966 mas, bpa=-20.1 degrees ! Estimated noise=773.652 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.243 x 9.966 at -20.1 degrees (North through East) ! Clean map min=-0.0021044 max=0.079482 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.704 mas, bmaj=9.619 mas, bpa=-20.35 degrees ! Estimated noise=1307.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0597514 Jy ! Component: 100 - total flux cleaned = 0.0804771 Jy ! Component: 150 - total flux cleaned = 0.0904665 Jy ! Component: 200 - total flux cleaned = 0.0961705 Jy ! Total flux subtracted in 200 components = 0.0961705 Jy ! Clean residual min=-0.003188 max=0.003341 Jy/beam ! Clean residual mean=-0.000021 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.0961705 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.0961705 Jy ! Inverting map and beam ! Estimated beam: bmin=3.243 mas, bmaj=9.966 mas, bpa=-20.1 degrees ! Estimated noise=773.652 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.00525706 Jy ! Component: 100 - total flux cleaned = 0.00893078 Jy ! Component: 150 - total flux cleaned = 0.0117015 Jy ! Component: 200 - total flux cleaned = 0.0135864 Jy ! Total flux subtracted in 200 components = 0.0135864 Jy ! Clean residual min=-0.002745 max=0.001986 Jy/beam ! Clean residual mean=-0.000005 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.109757 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 83 components and 0.109757 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.05 mas, bmaj=11.14 mas, bpa=-23.6 degrees ! Estimated noise=992.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0028386 Jy ! Component: 100 - total flux cleaned = 0.00469825 Jy ! Component: 150 - total flux cleaned = 0.00595829 Jy ! Component: 200 - total flux cleaned = 0.006365 Jy ! Total flux subtracted in 200 components = 0.006365 Jy ! Clean residual min=-0.002434 max=0.002022 Jy/beam ! Clean residual mean=0.000004 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.116122 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.000341493 Jy ! Component: 100 - total flux cleaned = 0.000460451 Jy ! Component: 150 - total flux cleaned = 0.000596606 Jy ! Component: 200 - total flux cleaned = 0.000694593 Jy ! Total flux subtracted in 200 components = 0.000694593 Jy ! Clean residual min=-0.002318 max=0.001904 Jy/beam ! Clean residual mean=0.000007 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.116816 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 136 components and 0.116816 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.243 mas, bmaj=9.966 mas, bpa=-20.1 degrees ! Estimated noise=773.652 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000689826 Jy ! Component: 100 - total flux cleaned = -0.000537601 Jy ! Component: 150 - total flux cleaned = -0.00037816 Jy ! Component: 200 - total flux cleaned = -0.000214702 Jy ! Total flux subtracted in 200 components = -0.000214702 Jy ! Clean residual min=-0.002209 max=0.001595 Jy/beam ! Clean residual mean=0.000003 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.116602 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 154 components and 0.116602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081959Jy sigma=0.000662 ! Fit after self-cal, rms=0.081957Jy sigma=0.000662 wmodel J1610+1811_S_2017_10_09_pus_map.mod ! Writing 154 model components to file: J1610+1811_S_2017_10_09_pus_map.mod wobs J1610+1811_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J1610+1811_S_2017_10_09_pus_uvs.fits wwins J1610+1811_S_2017_10_09_pus_map.win ! wwins: Wrote 2 windows to J1610+1811_S_2017_10_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 = -0.000885746 Jy ! Component: 100 - total flux cleaned = -0.0013352 Jy ! Component: 150 - total flux cleaned = -0.00125189 Jy ! Component: 200 - total flux cleaned = -0.00117311 Jy ! Component: 250 - total flux cleaned = -0.00112178 Jy ! Component: 300 - total flux cleaned = -0.0010485 Jy ! Component: 350 - total flux cleaned = -0.00100229 Jy ! Component: 400 - total flux cleaned = -0.000935684 Jy ! Component: 450 - total flux cleaned = -0.000892322 Jy ! Component: 500 - total flux cleaned = -0.000850621 Jy ! Component: 550 - total flux cleaned = -0.000830433 Jy ! Component: 600 - total flux cleaned = -0.000772692 Jy ! Component: 650 - total flux cleaned = -0.00079162 Jy ! Component: 700 - total flux cleaned = -0.000772811 Jy ! Component: 750 - total flux cleaned = -0.000736212 Jy ! Component: 800 - total flux cleaned = -0.000666143 Jy ! Component: 850 - total flux cleaned = -0.000597418 Jy ! Component: 900 - total flux cleaned = -0.000480071 Jy ! Component: 950 - total flux cleaned = -0.000348654 Jy ! Component: 1000 - total flux cleaned = -0.000283823 Jy ! Component: 1050 - total flux cleaned = -0.000109763 Jy ! Component: 1100 - total flux cleaned = -6.32616e-05 Jy ! Component: 1150 - total flux cleaned = 4.38682e-05 Jy ! Component: 1200 - total flux cleaned = 0.000164115 Jy ! Component: 1250 - total flux cleaned = 0.000282325 Jy ! Component: 1300 - total flux cleaned = 0.000369586 Jy ! Component: 1350 - total flux cleaned = 0.000469905 Jy ! Component: 1400 - total flux cleaned = 0.000568515 Jy ! Component: 1450 - total flux cleaned = 0.000624268 Jy ! Component: 1500 - total flux cleaned = 0.000719915 Jy ! Component: 1550 - total flux cleaned = 0.000814214 Jy ! Component: 1600 - total flux cleaned = 0.0008803 Jy ! Component: 1650 - total flux cleaned = 0.000971635 Jy ! Component: 1700 - total flux cleaned = 0.00102333 Jy ! Component: 1750 - total flux cleaned = 0.00112507 Jy ! Component: 1800 - total flux cleaned = 0.00121288 Jy ! Component: 1850 - total flux cleaned = 0.00126204 Jy ! Component: 1900 - total flux cleaned = 0.00128625 Jy ! Component: 1950 - total flux cleaned = 0.00131042 Jy ! Component: 2000 - total flux cleaned = 0.00136991 Jy ! Component: 2050 - total flux cleaned = 0.00141701 Jy ! Component: 2100 - total flux cleaned = 0.00146362 Jy ! Component: 2150 - total flux cleaned = 0.00148678 Jy ! Component: 2200 - total flux cleaned = 0.00156678 Jy ! Component: 2250 - total flux cleaned = 0.0016233 Jy ! Component: 2300 - total flux cleaned = 0.00166799 Jy ! Component: 2350 - total flux cleaned = 0.00171236 Jy ! Component: 2400 - total flux cleaned = 0.00176698 Jy ! Component: 2450 - total flux cleaned = 0.00182112 Jy ! Component: 2500 - total flux cleaned = 0.00188526 Jy ! Component: 2550 - total flux cleaned = 0.00192753 Jy ! Component: 2600 - total flux cleaned = 0.00194853 Jy ! Component: 2650 - total flux cleaned = 0.0020109 Jy ! Component: 2700 - total flux cleaned = 0.00204179 Jy ! Component: 2750 - total flux cleaned = 0.0020316 Jy ! Component: 2800 - total flux cleaned = 0.00207199 Jy ! Component: 2850 - total flux cleaned = 0.00210198 Jy ! Component: 2900 - total flux cleaned = 0.0021317 Jy ! Component: 2950 - total flux cleaned = 0.00217117 Jy ! Component: 3000 - total flux cleaned = 0.00222959 Jy ! Component: 3050 - total flux cleaned = 0.00223924 Jy ! Component: 3100 - total flux cleaned = 0.00227766 Jy ! Component: 3150 - total flux cleaned = 0.0023251 Jy ! Component: 3200 - total flux cleaned = 0.00238154 Jy ! Component: 3250 - total flux cleaned = 0.00240017 Jy ! Component: 3300 - total flux cleaned = 0.00243738 Jy ! Component: 3350 - total flux cleaned = 0.00248346 Jy ! Component: 3400 - total flux cleaned = 0.00252929 Jy ! Component: 3450 - total flux cleaned = 0.002593 Jy ! Component: 3500 - total flux cleaned = 0.00267431 Jy ! Component: 3550 - total flux cleaned = 0.00271018 Jy ! Component: 3600 - total flux cleaned = 0.00274582 Jy ! Component: 3650 - total flux cleaned = 0.00280776 Jy ! Component: 3700 - total flux cleaned = 0.00284296 Jy ! Component: 3750 - total flux cleaned = 0.00289535 Jy ! Component: 3800 - total flux cleaned = 0.00294746 Jy ! Component: 3850 - total flux cleaned = 0.00302511 Jy ! Component: 3900 - total flux cleaned = 0.00307656 Jy ! Component: 3950 - total flux cleaned = 0.00312777 Jy ! Component: 4000 - total flux cleaned = 0.00319569 Jy ! Component: 4050 - total flux cleaned = 0.00322944 Jy ! Total flux subtracted in 4096 components = 0.00327986 Jy ! Clean residual min=-0.000633 max=0.000428 Jy/beam ! Clean residual mean=0.000002 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.119882 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 434 components and 0.119882 Jy ![Exited script file: muppet] wmap "J1610+1811_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.243 x 9.966 at -20.1 degrees (North through East) ! Clean map min=-0.0019041 max=0.078659 Jy/beam ! Writing clean map to FITS file: J1610+1811_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0786592 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148282 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.565534 0.565534 1.13107 2.26214 4.52428 9.04855 18.0971 36.1942 72.3884 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.078 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.243 x 9.966 at -20.1 degrees (North through East) ! Clean map min=-0.0019041 max=0.078659 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1610+1811_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:15:48 2019