! Started logfile: J1613-2750_S_2017_02_24_pus_uvs.log on Sat May 4 11:30:22 2019 obs J1613-2750_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1613-2750_S_2017_02_24_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970833 visibilities/baseline/integration-bin. ! Found source: J1613-2750 ! ! 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 823 lines of history. ! ! Reading 16776 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 J1613-2750_S_2017_02_24_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 306 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997433Jy sigma=0.006563 ! Fit after self-cal, rms=0.942654Jy sigma=0.006235 ! 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.484 mas, bmaj=6.863 mas, bpa=-8.692 degrees ! Estimated noise=1339.21 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.047849 Jy ! Component: 100 - total flux cleaned = 0.0591605 Jy ! Total flux subtracted in 100 components = 0.0591605 Jy ! Clean residual min=-0.003429 max=0.004304 Jy/beam ! Clean residual mean=-0.000007 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.0591605 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0591605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112209Jy sigma=0.000663 ! Fit after self-cal, rms=0.111381Jy sigma=0.000658 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00521525 Jy ! Component: 100 - total flux cleaned = 0.00783773 Jy ! Total flux subtracted in 100 components = 0.00783773 Jy ! Clean residual min=-0.003067 max=0.003839 Jy/beam ! Clean residual mean=-0.000000 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.0669983 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 25 components and 0.0669983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111063Jy sigma=0.000656 ! Fit after self-cal, rms=0.111036Jy sigma=0.000656 ! 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.101 mas, bmaj=8.14 mas, bpa=-7.291 degrees ! Estimated noise=906.749 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.00227097 Jy ! Component: 100 - total flux cleaned = 0.00328242 Jy ! Component: 150 - total flux cleaned = 0.00347623 Jy ! Component: 200 - total flux cleaned = 0.00353864 Jy ! Total flux subtracted in 200 components = 0.00353864 Jy ! Clean residual min=-0.002458 max=0.002617 Jy/beam ! Clean residual mean=0.000000 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.0705369 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0705369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110975Jy sigma=0.000656 ! Fit after self-cal, rms=0.110977Jy sigma=0.000656 ! 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 0.92 FD 1.00 HN 1.02 KP 1.02 ! LA 0.97 MK 1.07 NL 1.09 OV 1.03 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.04 HN 1.04 KP 0.94 ! LA 0.94 MK 0.99 NL 0.97 OV 1.05 ! PT 1.07 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.07 HN 1.03 KP 1.09 ! LA 0.97 MK 1.04 NL 1.14 OV 0.94 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.94 HN 0.84 KP 1.00* ! LA 0.68 MK 0.97 NL 1.00* OV 0.92 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.110977Jy sigma=0.000656 ! Fit after self-cal, rms=0.107900Jy sigma=0.000654 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=8.173 mas, bpa=-7.266 degrees ! Estimated noise=911.709 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.000193001 Jy ! Component: 100 - total flux cleaned = 0.000217831 Jy ! Component: 150 - total flux cleaned = 0.000265208 Jy ! Component: 200 - total flux cleaned = 0.000306976 Jy ! Total flux subtracted in 200 components = 0.000306976 Jy ! Clean residual min=-0.002369 max=0.002166 Jy/beam ! Clean residual mean=0.000006 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0708439 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.0708439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107886Jy sigma=0.000654 ! Fit after self-cal, rms=0.107823Jy sigma=0.000654 ! 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.107823Jy sigma=0.000654 ! Fit after self-cal, rms=0.108109Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=8.155 mas, bpa=-7.249 degrees ! Estimated noise=914.729 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000244012 Jy ! Component: 100 - total flux cleaned = 0.000290223 Jy ! Component: 150 - total flux cleaned = 0.000331133 Jy ! Component: 200 - total flux cleaned = 0.000367831 Jy ! Total flux subtracted in 200 components = 0.000367831 Jy ! Clean residual min=-0.002306 max=0.002089 Jy/beam ! Clean residual mean=0.000003 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.0712117 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.0712117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108098Jy sigma=0.000653 ! Fit after self-cal, rms=0.108093Jy sigma=0.000653 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.000105851 Jy ! Component: 100 - total flux cleaned = 8.68481e-05 Jy ! Component: 150 - total flux cleaned = 0.000119227 Jy ! Component: 200 - total flux cleaned = 0.000149526 Jy ! Total flux subtracted in 200 components = 0.000149526 Jy ! Clean residual min=-0.002268 max=0.002055 Jy/beam ! Clean residual mean=0.000004 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0713612 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.0713612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108085Jy sigma=0.000653 ! Fit after self-cal, rms=0.108082Jy sigma=0.000653 ! 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.108082Jy sigma=0.000653 ! Fit after self-cal, rms=0.108262Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=8.143 mas, bpa=-7.368 degrees ! Estimated noise=914.252 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.75229e-05 Jy ! Component: 100 - total flux cleaned = 3.74854e-05 Jy ! Component: 150 - total flux cleaned = 5.38855e-05 Jy ! Component: 200 - total flux cleaned = 8.41576e-05 Jy ! Total flux subtracted in 200 components = 8.41576e-05 Jy ! Clean residual min=-0.002235 max=0.002117 Jy/beam ! Clean residual mean=0.000002 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.0714454 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.0714454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108254Jy sigma=0.000653 ! Fit after self-cal, rms=0.108248Jy sigma=0.000653 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.1297e-05 Jy ! Component: 100 - total flux cleaned = 1.86228e-05 Jy ! Component: 150 - total flux cleaned = 3.22163e-05 Jy ! Component: 200 - total flux cleaned = 6.88481e-05 Jy ! Total flux subtracted in 200 components = 6.88481e-05 Jy ! Clean residual min=-0.002219 max=0.002097 Jy/beam ! Clean residual mean=0.000002 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0715142 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.0715142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108242Jy sigma=0.000653 ! Fit after self-cal, rms=0.108242Jy sigma=0.000653 ! 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.108242Jy sigma=0.000653 ! Fit after self-cal, rms=0.108193Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.861 mas, bmaj=19.55 mas, bpa=-0.3755 degrees ! Estimated noise=1142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000372912 Jy ! Component: 100 - total flux cleaned = 0.000358368 Jy ! Component: 150 - total flux cleaned = 0.000358172 Jy ! Component: 200 - total flux cleaned = 0.000346925 Jy ! Total flux subtracted in 200 components = 0.000346925 Jy ! Clean residual min=-0.002253 max=0.002498 Jy/beam ! Clean residual mean=0.000004 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.0718612 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.0718612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108190Jy sigma=0.000653 ! Fit after self-cal, rms=0.108190Jy sigma=0.000653 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.01599e-06 Jy ! Component: 100 - total flux cleaned = 4.39052e-06 Jy ! Component: 150 - total flux cleaned = -8.93079e-06 Jy ! Component: 200 - total flux cleaned = -1.89977e-05 Jy ! Total flux subtracted in 200 components = -1.89977e-05 Jy ! Clean residual min=-0.002230 max=0.002461 Jy/beam ! Clean residual mean=0.000004 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.0718422 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.0718422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108188Jy sigma=0.000653 ! Fit after self-cal, rms=0.108188Jy sigma=0.000653 ! 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.113 mas, bmaj=8.141 mas, bpa=-7.448 degrees ! Estimated noise=914.088 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.113 x 8.141 at -7.448 degrees (North through East) ! Clean map min=-0.0021224 max=0.06492 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.496 mas, bmaj=6.849 mas, bpa=-8.904 degrees ! Estimated noise=1341.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.048838 Jy ! Component: 100 - total flux cleaned = 0.0611516 Jy ! Component: 150 - total flux cleaned = 0.0660869 Jy ! Component: 200 - total flux cleaned = 0.06857 Jy ! Total flux subtracted in 200 components = 0.06857 Jy ! Clean residual min=-0.002950 max=0.003502 Jy/beam ! Clean residual mean=0.000001 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0685701 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0685701 Jy ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.141 mas, bpa=-7.448 degrees ! Estimated noise=914.088 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.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00249767 Jy ! Component: 100 - total flux cleaned = 0.00286273 Jy ! Component: 150 - total flux cleaned = 0.00313688 Jy ! Component: 200 - total flux cleaned = 0.00317418 Jy ! Total flux subtracted in 200 components = 0.00317418 Jy ! Clean residual min=-0.002254 max=0.002050 Jy/beam ! Clean residual mean=0.000001 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.0717443 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 40 components and 0.0717442 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.861 mas, bmaj=19.55 mas, bpa=-0.3755 degrees ! Estimated noise=1142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.15879e-05 Jy ! Component: 100 - total flux cleaned = -0.000107302 Jy ! Component: 150 - total flux cleaned = -0.000160959 Jy ! Component: 200 - total flux cleaned = -0.000207435 Jy ! Total flux subtracted in 200 components = -0.000207435 Jy ! Clean residual min=-0.002294 max=0.002274 Jy/beam ! Clean residual mean=0.000002 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.0715368 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 = -5.86753e-05 Jy ! Component: 100 - total flux cleaned = -0.000100631 Jy ! Component: 150 - total flux cleaned = -0.000141025 Jy ! Component: 200 - total flux cleaned = -0.000179688 Jy ! Total flux subtracted in 200 components = -0.000179688 Jy ! Clean residual min=-0.002285 max=0.002275 Jy/beam ! Clean residual mean=0.000002 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.0713571 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 59 components and 0.0713571 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.141 mas, bpa=-7.448 degrees ! Estimated noise=914.088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.25833e-05 Jy ! Component: 100 - total flux cleaned = -0.000109875 Jy ! Component: 150 - total flux cleaned = -0.00013499 Jy ! Component: 200 - total flux cleaned = -0.000135762 Jy ! Total flux subtracted in 200 components = -0.000135762 Jy ! Clean residual min=-0.002223 max=0.002002 Jy/beam ! Clean residual mean=0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0712213 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.0712213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108181Jy sigma=0.000653 ! Fit after self-cal, rms=0.108158Jy sigma=0.000653 wmodel J1613-2750_S_2017_02_24_pus_map.mod ! Writing 67 model components to file: J1613-2750_S_2017_02_24_pus_map.mod wobs J1613-2750_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1613-2750_S_2017_02_24_pus_uvs.fits wwins J1613-2750_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J1613-2750_S_2017_02_24_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.000638241 Jy ! Component: 100 - total flux cleaned = -0.000928359 Jy ! Component: 150 - total flux cleaned = -0.00116631 Jy ! Component: 200 - total flux cleaned = -0.00123075 Jy ! Component: 250 - total flux cleaned = -0.00129442 Jy ! Component: 300 - total flux cleaned = -0.00129488 Jy ! Component: 350 - total flux cleaned = -0.00135485 Jy ! Component: 400 - total flux cleaned = -0.00147114 Jy ! Component: 450 - total flux cleaned = -0.00149949 Jy ! Component: 500 - total flux cleaned = -0.00158326 Jy ! Component: 550 - total flux cleaned = -0.00163782 Jy ! Component: 600 - total flux cleaned = -0.00166485 Jy ! Component: 650 - total flux cleaned = -0.0016911 Jy ! Component: 700 - total flux cleaned = -0.00169119 Jy ! Component: 750 - total flux cleaned = -0.00166561 Jy ! Component: 800 - total flux cleaned = -0.00164078 Jy ! Component: 850 - total flux cleaned = -0.00159155 Jy ! Component: 900 - total flux cleaned = -0.0015921 Jy ! Component: 950 - total flux cleaned = -0.00152001 Jy ! Component: 1000 - total flux cleaned = -0.00154344 Jy ! Component: 1050 - total flux cleaned = -0.00145063 Jy ! Component: 1100 - total flux cleaned = -0.00147352 Jy ! Component: 1150 - total flux cleaned = -0.00138275 Jy ! Component: 1200 - total flux cleaned = -0.00131563 Jy ! Component: 1250 - total flux cleaned = -0.00124947 Jy ! Component: 1300 - total flux cleaned = -0.00120603 Jy ! Component: 1350 - total flux cleaned = -0.00112045 Jy ! Component: 1400 - total flux cleaned = -0.000994041 Jy ! Component: 1450 - total flux cleaned = -0.000868858 Jy ! Component: 1500 - total flux cleaned = -0.000765673 Jy ! Component: 1550 - total flux cleaned = -0.000724758 Jy ! Component: 1600 - total flux cleaned = -0.000624294 Jy ! Component: 1650 - total flux cleaned = -0.000604389 Jy ! Component: 1700 - total flux cleaned = -0.000486726 Jy ! Component: 1750 - total flux cleaned = -0.000390174 Jy ! Component: 1800 - total flux cleaned = -0.000390514 Jy ! Component: 1850 - total flux cleaned = -0.000277006 Jy ! Component: 1900 - total flux cleaned = -0.000296107 Jy ! Component: 1950 - total flux cleaned = -0.000240492 Jy ! Component: 2000 - total flux cleaned = -0.000167213 Jy ! Component: 2050 - total flux cleaned = -0.000239927 Jy ! Component: 2100 - total flux cleaned = -9.63673e-05 Jy ! Component: 2150 - total flux cleaned = -0.000131777 Jy ! Component: 2200 - total flux cleaned = -0.00014918 Jy ! Component: 2250 - total flux cleaned = -9.69805e-05 Jy ! Component: 2300 - total flux cleaned = -7.97071e-05 Jy ! Component: 2350 - total flux cleaned = -6.28644e-05 Jy ! Component: 2400 - total flux cleaned = -9.65036e-05 Jy ! Component: 2450 - total flux cleaned = -7.96599e-05 Jy ! Component: 2500 - total flux cleaned = -6.3208e-05 Jy ! Component: 2550 - total flux cleaned = 5.16327e-05 Jy ! Component: 2600 - total flux cleaned = -3.02071e-05 Jy ! Component: 2650 - total flux cleaned = -1.39463e-05 Jy ! Component: 2700 - total flux cleaned = 5.0442e-05 Jy ! Component: 2750 - total flux cleaned = 6.62086e-05 Jy ! Component: 2800 - total flux cleaned = 0.000113711 Jy ! Component: 2850 - total flux cleaned = 0.000176236 Jy ! Component: 2900 - total flux cleaned = 0.000191345 Jy ! Component: 2950 - total flux cleaned = 0.000206693 Jy ! Component: 3000 - total flux cleaned = 0.000176307 Jy ! Component: 3050 - total flux cleaned = 0.000236919 Jy ! Component: 3100 - total flux cleaned = 0.000312156 Jy ! Component: 3150 - total flux cleaned = 0.000342028 Jy ! Component: 3200 - total flux cleaned = 0.000327134 Jy ! Component: 3250 - total flux cleaned = 0.000371129 Jy ! Component: 3300 - total flux cleaned = 0.000371171 Jy ! Component: 3350 - total flux cleaned = 0.000356802 Jy ! Component: 3400 - total flux cleaned = 0.000414451 Jy ! Component: 3450 - total flux cleaned = 0.000357459 Jy ! Component: 3500 - total flux cleaned = 0.000428534 Jy ! Component: 3550 - total flux cleaned = 0.000414572 Jy ! Component: 3600 - total flux cleaned = 0.000428592 Jy ! Component: 3650 - total flux cleaned = 0.000456387 Jy ! Component: 3700 - total flux cleaned = 0.000511588 Jy ! Component: 3750 - total flux cleaned = 0.000497922 Jy ! Component: 3800 - total flux cleaned = 0.000538849 Jy ! Component: 3850 - total flux cleaned = 0.000592903 Jy ! Component: 3900 - total flux cleaned = 0.000525588 Jy ! Component: 3950 - total flux cleaned = 0.00057897 Jy ! Component: 4000 - total flux cleaned = 0.000645491 Jy ! Component: 4050 - total flux cleaned = 0.000619194 Jy ! Total flux subtracted in 4096 components = 0.000671611 Jy ! Clean residual min=-0.001079 max=0.000778 Jy/beam ! Clean residual mean=-0.000002 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.071893 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 362 components and 0.071893 Jy ![Exited script file: muppet] wmap "J1613-2750_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.113 x 8.141 at -7.448 degrees (North through East) ! Clean map min=-0.0014544 max=0.064131 Jy/beam ! Writing clean map to FITS file: J1613-2750_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0641309 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237813 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.11247 1.11247 2.22495 4.44989 8.89978 17.7996 35.5991 71.1983 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.064 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.113 x 8.141 at -7.448 degrees (North through East) ! Clean map min=-0.0014544 max=0.064131 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 J1613-2750_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:30:27 2019