! Started logfile: J2056-3208_S_2017_02_19_pus_uvs.log on Sat May 4 18:58:35 2019 obs J2056-3208_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J2056-3208_S_2017_02_19_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.768421 visibilities/baseline/integration-bin. ! Found source: J2056-3208 ! ! 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 482 lines of history. ! ! Reading 10512 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 J2056-3208_S_2017_02_19_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 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 393 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.763682Jy sigma=0.004301 ! Fit after self-cal, rms=0.742192Jy sigma=0.004179 ! 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.335 mas, bmaj=6.787 mas, bpa=-7.239 degrees ! Estimated noise=1773.28 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.19977 Jy ! Component: 100 - total flux cleaned = 0.255044 Jy ! Total flux subtracted in 100 components = 0.255044 Jy ! Clean residual min=-0.017774 max=0.031489 Jy/beam ! Clean residual mean=0.000137 rms=0.005085 Jy/beam ! Combined flux in latest and established models = 0.255044 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.255044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153276Jy sigma=0.000784 ! Fit after self-cal, rms=0.153199Jy sigma=0.000783 ! Inverting map ! Added new window around map position (-3.5, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0320684 Jy ! Component: 100 - total flux cleaned = 0.0526951 Jy ! Total flux subtracted in 100 components = 0.0526951 Jy ! Clean residual min=-0.015186 max=0.025362 Jy/beam ! Clean residual mean=0.000089 rms=0.003954 Jy/beam ! Combined flux in latest and established models = 0.307739 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.307739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144232Jy sigma=0.000732 ! Fit after self-cal, rms=0.143894Jy sigma=0.000730 ! 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=2.767 mas, bmaj=7.479 mas, bpa=-4.92 degrees ! Estimated noise=1375.35 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.0202009 Jy ! Component: 100 - total flux cleaned = 0.0327966 Jy ! Component: 150 - total flux cleaned = 0.0410898 Jy ! Component: 200 - total flux cleaned = 0.0444221 Jy ! Total flux subtracted in 200 components = 0.0444221 Jy ! Clean residual min=-0.010781 max=0.014304 Jy/beam ! Clean residual mean=0.000028 rms=0.003105 Jy/beam ! Combined flux in latest and established models = 0.352161 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 68 components and 0.352161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140346Jy sigma=0.000712 ! Fit after self-cal, rms=0.140222Jy sigma=0.000711 ! 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.97 FD 0.89 HN 1.43 KP 1.04 ! LA 1.05 MK 0.99 NL 0.87 OV 1.03 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.94 HN 1.52 KP 1.01 ! LA 1.01 MK 0.99 NL 1.04 OV 1.07 ! PT 1.00* SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.98 HN 1.35 KP 0.88 ! LA 0.78 MK 0.97 NL 1.16 OV 0.98 ! PT 1.00* SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 1.00* KP 1.00* ! LA 0.78 MK 1.16 NL 1.00* OV 1.01 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.140222Jy sigma=0.000711 ! Fit after self-cal, rms=0.144790Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.783 mas, bmaj=7.417 mas, bpa=-4.417 degrees ! Estimated noise=1387.84 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.00446409 Jy ! Component: 100 - total flux cleaned = -0.00515369 Jy ! Component: 150 - total flux cleaned = -0.00574063 Jy ! Component: 200 - total flux cleaned = -0.00624868 Jy ! Total flux subtracted in 200 components = -0.00624868 Jy ! Clean residual min=-0.007662 max=0.006750 Jy/beam ! Clean residual mean=-0.000003 rms=0.001876 Jy/beam ! Combined flux in latest and established models = 0.345912 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 80 components and 0.345912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144310Jy sigma=0.000668 ! Fit after self-cal, rms=0.144531Jy sigma=0.000668 ! 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.144531Jy sigma=0.000668 ! Fit after self-cal, rms=0.153162Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.787 mas, bmaj=7.394 mas, bpa=-4.303 degrees ! Estimated noise=1397.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00304938 Jy ! Component: 100 - total flux cleaned = -0.00369194 Jy ! Component: 150 - total flux cleaned = -0.00409985 Jy ! Component: 200 - total flux cleaned = -0.0042191 Jy ! Total flux subtracted in 200 components = -0.0042191 Jy ! Clean residual min=-0.005763 max=0.005173 Jy/beam ! Clean residual mean=-0.000006 rms=0.001408 Jy/beam ! Combined flux in latest and established models = 0.341693 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.341693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152809Jy sigma=0.000660 ! Fit after self-cal, rms=0.152870Jy sigma=0.000660 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.0010524 Jy ! Component: 100 - total flux cleaned = -0.00104838 Jy ! Component: 150 - total flux cleaned = -0.00123319 Jy ! Component: 200 - total flux cleaned = -0.00140279 Jy ! Total flux subtracted in 200 components = -0.00140279 Jy ! Clean residual min=-0.005355 max=0.004915 Jy/beam ! Clean residual mean=-0.000006 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.34029 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 91 components and 0.34029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152724Jy sigma=0.000659 ! Fit after self-cal, rms=0.152704Jy sigma=0.000659 ! 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.152704Jy sigma=0.000659 ! Fit after self-cal, rms=0.161094Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.786 mas, bmaj=7.388 mas, bpa=-4.307 degrees ! Estimated noise=1391.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00245082 Jy ! Component: 100 - total flux cleaned = -0.00260865 Jy ! Component: 150 - total flux cleaned = -0.00275385 Jy ! Component: 200 - total flux cleaned = -0.00282102 Jy ! Total flux subtracted in 200 components = -0.00282102 Jy ! Clean residual min=-0.004536 max=0.003861 Jy/beam ! Clean residual mean=-0.000007 rms=0.001036 Jy/beam ! Combined flux in latest and established models = 0.337469 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 94 components and 0.337469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160995Jy sigma=0.000656 ! Fit after self-cal, rms=0.161048Jy sigma=0.000656 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.000292449 Jy ! Component: 100 - total flux cleaned = -0.000168333 Jy ! Component: 150 - total flux cleaned = -0.000112639 Jy ! Component: 200 - total flux cleaned = -0.000111998 Jy ! Total flux subtracted in 200 components = -0.000111998 Jy ! Clean residual min=-0.004371 max=0.003814 Jy/beam ! Clean residual mean=-0.000007 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.337357 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 94 components and 0.337357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160994Jy sigma=0.000656 ! Fit after self-cal, rms=0.160982Jy sigma=0.000656 ! 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.160982Jy sigma=0.000656 ! Fit after self-cal, rms=0.162647Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.429 mas, bmaj=19.1 mas, bpa=3.243 degrees ! Estimated noise=1864.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00198728 Jy ! Component: 100 - total flux cleaned = -0.00222041 Jy ! Component: 150 - total flux cleaned = -0.00242916 Jy ! Component: 200 - total flux cleaned = -0.00261587 Jy ! Total flux subtracted in 200 components = -0.00261587 Jy ! Clean residual min=-0.005076 max=0.004442 Jy/beam ! Clean residual mean=-0.000015 rms=0.001401 Jy/beam ! Combined flux in latest and established models = 0.334742 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 98 components and 0.334742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162601Jy sigma=0.000655 ! Fit after self-cal, rms=0.162600Jy sigma=0.000655 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.000187648 Jy ! Component: 100 - total flux cleaned = -0.000343159 Jy ! Component: 150 - total flux cleaned = -0.000448702 Jy ! Component: 200 - total flux cleaned = -0.000482462 Jy ! Total flux subtracted in 200 components = -0.000482462 Jy ! Clean residual min=-0.004938 max=0.004397 Jy/beam ! Clean residual mean=-0.000014 rms=0.001383 Jy/beam ! Combined flux in latest and established models = 0.334259 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 101 components and 0.334259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162589Jy sigma=0.000655 ! Fit after self-cal, rms=0.162576Jy sigma=0.000655 ! 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=2.786 mas, bmaj=7.387 mas, bpa=-4.28 degrees ! Estimated noise=1388.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.786 x 7.387 at -4.28 degrees (North through East) ! Clean map min=-0.0039353 max=0.26302 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.351 mas, bmaj=6.643 mas, bpa=-6.504 degrees ! Estimated noise=1811.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.203569 Jy ! Component: 100 - total flux cleaned = 0.259572 Jy ! Component: 150 - total flux cleaned = 0.287619 Jy ! Component: 200 - total flux cleaned = 0.3036 Jy ! Total flux subtracted in 200 components = 0.3036 Jy ! Clean residual min=-0.005748 max=0.010396 Jy/beam ! Clean residual mean=0.000028 rms=0.001552 Jy/beam ! Combined flux in latest and established models = 0.3036 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.3036 Jy ! Inverting map and beam ! Estimated beam: bmin=2.786 mas, bmaj=7.387 mas, bpa=-4.28 degrees ! Estimated noise=1388.18 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.0127801 Jy ! Component: 100 - total flux cleaned = 0.0199948 Jy ! Component: 150 - total flux cleaned = 0.0243128 Jy ! Component: 200 - total flux cleaned = 0.0269931 Jy ! Total flux subtracted in 200 components = 0.0269931 Jy ! Clean residual min=-0.004394 max=0.003910 Jy/beam ! Clean residual mean=-0.000003 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.330593 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 49 components and 0.330593 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.429 mas, bmaj=19.1 mas, bpa=3.243 degrees ! Estimated noise=1864.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204161 Jy ! Component: 100 - total flux cleaned = 0.00216259 Jy ! Component: 150 - total flux cleaned = 0.00226055 Jy ! Component: 200 - total flux cleaned = 0.00234808 Jy ! Total flux subtracted in 200 components = 0.00234808 Jy ! Clean residual min=-0.004796 max=0.004236 Jy/beam ! Clean residual mean=-0.000012 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.332941 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 = 2.57007e-05 Jy ! Component: 100 - total flux cleaned = 5.18834e-05 Jy ! Component: 150 - total flux cleaned = 9.8795e-05 Jy ! Component: 200 - total flux cleaned = 0.000121578 Jy ! Total flux subtracted in 200 components = 0.000121578 Jy ! Clean residual min=-0.004821 max=0.004249 Jy/beam ! Clean residual mean=-0.000012 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.333063 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.333063 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.786 mas, bmaj=7.387 mas, bpa=-4.28 degrees ! Estimated noise=1388.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000116883 Jy ! Component: 100 - total flux cleaned = 0.00023202 Jy ! Component: 150 - total flux cleaned = 0.000442258 Jy ! Component: 200 - total flux cleaned = 0.000556365 Jy ! Total flux subtracted in 200 components = 0.000556365 Jy ! Clean residual min=-0.004283 max=0.003768 Jy/beam ! Clean residual mean=-0.000006 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.333619 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.333619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162533Jy sigma=0.000655 ! Fit after self-cal, rms=0.162509Jy sigma=0.000655 wmodel J2056-3208_S_2017_02_19_pus_map.mod ! Writing 73 model components to file: J2056-3208_S_2017_02_19_pus_map.mod wobs J2056-3208_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J2056-3208_S_2017_02_19_pus_uvs.fits wwins J2056-3208_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J2056-3208_S_2017_02_19_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.000467662 Jy ! Component: 100 - total flux cleaned = -0.000649151 Jy ! Component: 150 - total flux cleaned = -0.00110973 Jy ! Component: 200 - total flux cleaned = -0.00127639 Jy ! Component: 250 - total flux cleaned = -0.00143564 Jy ! Component: 300 - total flux cleaned = -0.00143586 Jy ! Component: 350 - total flux cleaned = -0.00168537 Jy ! Component: 400 - total flux cleaned = -0.00197692 Jy ! Component: 450 - total flux cleaned = -0.00225971 Jy ! Component: 500 - total flux cleaned = -0.00249028 Jy ! Component: 550 - total flux cleaned = -0.00262537 Jy ! Component: 600 - total flux cleaned = -0.00288966 Jy ! Component: 650 - total flux cleaned = -0.00306168 Jy ! Component: 700 - total flux cleaned = -0.00318812 Jy ! Component: 750 - total flux cleaned = -0.00331281 Jy ! Component: 800 - total flux cleaned = -0.0033944 Jy ! Component: 850 - total flux cleaned = -0.00359314 Jy ! Component: 900 - total flux cleaned = -0.00374863 Jy ! Component: 950 - total flux cleaned = -0.00378695 Jy ! Component: 1000 - total flux cleaned = -0.00389965 Jy ! Component: 1050 - total flux cleaned = -0.00390034 Jy ! Component: 1100 - total flux cleaned = -0.00404658 Jy ! Component: 1150 - total flux cleaned = -0.00404655 Jy ! Component: 1200 - total flux cleaned = -0.00401073 Jy ! Component: 1250 - total flux cleaned = -0.00404552 Jy ! Component: 1300 - total flux cleaned = -0.00397708 Jy ! Component: 1350 - total flux cleaned = -0.0040107 Jy ! Component: 1400 - total flux cleaned = -0.00401053 Jy ! Component: 1450 - total flux cleaned = -0.00401014 Jy ! Component: 1500 - total flux cleaned = -0.00397735 Jy ! Component: 1550 - total flux cleaned = -0.00407352 Jy ! Component: 1600 - total flux cleaned = -0.00419961 Jy ! Component: 1650 - total flux cleaned = -0.00419854 Jy ! Component: 1700 - total flux cleaned = -0.00419797 Jy ! Component: 1750 - total flux cleaned = -0.00422902 Jy ! Component: 1800 - total flux cleaned = -0.00425996 Jy ! Component: 1850 - total flux cleaned = -0.00434954 Jy ! Component: 1900 - total flux cleaned = -0.00434936 Jy ! Component: 1950 - total flux cleaned = -0.00434999 Jy ! Component: 2000 - total flux cleaned = -0.00432089 Jy ! Component: 2050 - total flux cleaned = -0.00440717 Jy ! Component: 2100 - total flux cleaned = -0.00435002 Jy ! Component: 2150 - total flux cleaned = -0.00429377 Jy ! Component: 2200 - total flux cleaned = -0.00426611 Jy ! Component: 2250 - total flux cleaned = -0.00426584 Jy ! Component: 2300 - total flux cleaned = -0.00426561 Jy ! Component: 2350 - total flux cleaned = -0.00413041 Jy ! Component: 2400 - total flux cleaned = -0.00415767 Jy ! Component: 2450 - total flux cleaned = -0.00413117 Jy ! Component: 2500 - total flux cleaned = -0.00413142 Jy ! Component: 2550 - total flux cleaned = -0.00410503 Jy ! Component: 2600 - total flux cleaned = -0.00402751 Jy ! Component: 2650 - total flux cleaned = -0.00395086 Jy ! Component: 2700 - total flux cleaned = -0.00395096 Jy ! Component: 2750 - total flux cleaned = -0.00390103 Jy ! Component: 2800 - total flux cleaned = -0.00390121 Jy ! Component: 2850 - total flux cleaned = -0.00385192 Jy ! Component: 2900 - total flux cleaned = -0.00390109 Jy ! Component: 2950 - total flux cleaned = -0.00390143 Jy ! Component: 3000 - total flux cleaned = -0.00392557 Jy ! Component: 3050 - total flux cleaned = -0.0039492 Jy ! Component: 3100 - total flux cleaned = -0.00397284 Jy ! Component: 3150 - total flux cleaned = -0.00392575 Jy ! Component: 3200 - total flux cleaned = -0.00383251 Jy ! Component: 3250 - total flux cleaned = -0.00387912 Jy ! Component: 3300 - total flux cleaned = -0.00385644 Jy ! Component: 3350 - total flux cleaned = -0.00390228 Jy ! Component: 3400 - total flux cleaned = -0.0039703 Jy ! Component: 3450 - total flux cleaned = -0.00394795 Jy ! Component: 3500 - total flux cleaned = -0.00405977 Jy ! Component: 3550 - total flux cleaned = -0.00405959 Jy ! Component: 3600 - total flux cleaned = -0.00412561 Jy ! Component: 3650 - total flux cleaned = -0.00425689 Jy ! Component: 3700 - total flux cleaned = -0.00423503 Jy ! Component: 3750 - total flux cleaned = -0.00434312 Jy ! Component: 3800 - total flux cleaned = -0.00432167 Jy ! Component: 3850 - total flux cleaned = -0.00438595 Jy ! Component: 3900 - total flux cleaned = -0.00444989 Jy ! Component: 3950 - total flux cleaned = -0.00449209 Jy ! Component: 4000 - total flux cleaned = -0.00442909 Jy ! Component: 4050 - total flux cleaned = -0.00455444 Jy ! Total flux subtracted in 4096 components = -0.00459588 Jy ! Clean residual min=-0.001153 max=0.001095 Jy/beam ! Clean residual mean=-0.000003 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.329024 Jy keep ! Adding 334 model components to the UV plane model. ! The established model now contains 407 components and 0.329023 Jy ![Exited script file: muppet] wmap "J2056-3208_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.786 x 7.387 at -4.28 degrees (North through East) ! Clean map min=-0.0024441 max=0.26699 Jy/beam ! Writing clean map to FITS file: J2056-3208_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.266992 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000395674 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.44459 0.44459 0.889179 1.77836 3.55672 7.11343 14.2269 28.4537 56.9075 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.266 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.786 x 7.387 at -4.28 degrees (North through East) ! Clean map min=-0.0024441 max=0.26699 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 J2056-3208_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:58:40 2019