! Started logfile: J2040-1707_S_2017_07_09_pus_uvs.log on Wed May 8 14:57:45 2019 obs J2040-1707_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J2040-1707_S_2017_07_09_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.689474 visibilities/baseline/integration-bin. ! Found source: J2040-1707 ! ! 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 594 lines of history. ! ! Reading 9432 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 J2040-1707_S_2017_07_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 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 509 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.896698Jy sigma=0.007264 ! Fit after self-cal, rms=0.885648Jy sigma=0.007181 ! 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.552 mas, bmaj=7.505 mas, bpa=-5.329 degrees ! Estimated noise=1357.15 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.0869693 Jy ! Component: 100 - total flux cleaned = 0.109955 Jy ! Total flux subtracted in 100 components = 0.109955 Jy ! Clean residual min=-0.007143 max=0.012585 Jy/beam ! Clean residual mean=-0.000081 rms=0.001918 Jy/beam ! Combined flux in latest and established models = 0.109955 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.109955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090029Jy sigma=0.000703 ! Fit after self-cal, rms=0.090035Jy sigma=0.000703 ! Inverting map ! Added new window around map position (3.5, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138466 Jy ! Component: 100 - total flux cleaned = 0.0228016 Jy ! Total flux subtracted in 100 components = 0.0228016 Jy ! Clean residual min=-0.005012 max=0.006763 Jy/beam ! Clean residual mean=-0.000044 rms=0.001294 Jy/beam ! Combined flux in latest and established models = 0.132757 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.132757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086968Jy sigma=0.000675 ! Fit after self-cal, rms=0.086900Jy sigma=0.000674 ! 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.057 mas, bmaj=8.604 mas, bpa=-3.402 degrees ! Estimated noise=1064.87 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.00969735 Jy ! Component: 100 - total flux cleaned = 0.0149466 Jy ! Component: 150 - total flux cleaned = 0.0179997 Jy ! Component: 200 - total flux cleaned = 0.0198369 Jy ! Total flux subtracted in 200 components = 0.0198369 Jy ! Clean residual min=-0.003130 max=0.003764 Jy/beam ! Clean residual mean=-0.000014 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.152594 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 62 components and 0.152594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085859Jy sigma=0.000665 ! Fit after self-cal, rms=0.085812Jy sigma=0.000664 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.03 KP 0.99 ! LA 1.03 MK 0.98 NL 0.89 OV 1.04 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.02 KP 1.01 ! LA 0.98 MK 1.02 NL 1.02 OV 1.02 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.08 KP 0.99 ! LA 1.00 MK 1.01 NL 0.97 OV 0.98 ! PT 0.96 SC 1.05 ! ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.07 KP 1.00* ! LA 1.00* MK 0.86 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.085812Jy sigma=0.000664 ! Fit after self-cal, rms=0.085973Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=8.714 mas, bpa=-2.723 degrees ! Estimated noise=1067.9 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.00091574 Jy ! Component: 100 - total flux cleaned = 0.000919723 Jy ! Component: 150 - total flux cleaned = 0.000885736 Jy ! Component: 200 - total flux cleaned = 0.000824297 Jy ! Total flux subtracted in 200 components = 0.000824297 Jy ! Clean residual min=-0.002499 max=0.002465 Jy/beam ! Clean residual mean=-0.000005 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.153418 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.153418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085935Jy sigma=0.000665 ! Fit after self-cal, rms=0.085937Jy sigma=0.000664 ! 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.085937Jy sigma=0.000664 ! Fit after self-cal, rms=0.086467Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.082 mas, bmaj=8.751 mas, bpa=-2.663 degrees ! Estimated noise=1067.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386663 Jy ! Component: 100 - total flux cleaned = 0.000417789 Jy ! Component: 150 - total flux cleaned = 0.000418939 Jy ! Component: 200 - total flux cleaned = 0.00042005 Jy ! Total flux subtracted in 200 components = 0.00042005 Jy ! Clean residual min=-0.002475 max=0.002389 Jy/beam ! Clean residual mean=-0.000003 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.153838 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.153838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086449Jy sigma=0.000663 ! Fit after self-cal, rms=0.086458Jy sigma=0.000663 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 = 3.22951e-05 Jy ! Component: 100 - total flux cleaned = 1.15421e-05 Jy ! Component: 150 - total flux cleaned = -6.52472e-06 Jy ! Component: 200 - total flux cleaned = -6.39511e-06 Jy ! Total flux subtracted in 200 components = -6.39511e-06 Jy ! Clean residual min=-0.002464 max=0.002372 Jy/beam ! Clean residual mean=-0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.153832 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.153832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086449Jy sigma=0.000663 ! Fit after self-cal, rms=0.086444Jy sigma=0.000663 ! 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.086444Jy sigma=0.000663 ! Fit after self-cal, rms=0.086426Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.079 mas, bmaj=8.763 mas, bpa=-2.74 degrees ! Estimated noise=1067.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269763 Jy ! Component: 100 - total flux cleaned = 0.000230336 Jy ! Component: 150 - total flux cleaned = 0.000245762 Jy ! Component: 200 - total flux cleaned = 0.000245626 Jy ! Total flux subtracted in 200 components = 0.000245626 Jy ! Clean residual min=-0.002454 max=0.002387 Jy/beam ! Clean residual mean=-0.000003 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.154077 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.154077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086418Jy sigma=0.000663 ! Fit after self-cal, rms=0.086414Jy sigma=0.000663 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 = -1.46704e-06 Jy ! Component: 100 - total flux cleaned = 1.59554e-05 Jy ! Component: 150 - total flux cleaned = 1.54754e-05 Jy ! Component: 200 - total flux cleaned = 1.55863e-06 Jy ! Total flux subtracted in 200 components = 1.55863e-06 Jy ! Clean residual min=-0.002433 max=0.002369 Jy/beam ! Clean residual mean=-0.000003 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.154079 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.154079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086409Jy sigma=0.000663 ! Fit after self-cal, rms=0.086406Jy sigma=0.000663 ! 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.086406Jy sigma=0.000663 ! Fit after self-cal, rms=0.086400Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.624 mas, bmaj=17.12 mas, bpa=-4.94 degrees ! Estimated noise=1365.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380067 Jy ! Component: 100 - total flux cleaned = 0.000304413 Jy ! Component: 150 - total flux cleaned = 0.000261449 Jy ! Component: 200 - total flux cleaned = 0.000260768 Jy ! Total flux subtracted in 200 components = 0.000260768 Jy ! Clean residual min=-0.002092 max=0.001839 Jy/beam ! Clean residual mean=-0.000006 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.154339 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 102 components and 0.154339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086404Jy sigma=0.000663 ! Fit after self-cal, rms=0.086401Jy sigma=0.000663 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 = 7.34072e-05 Jy ! Component: 100 - total flux cleaned = 3.50826e-05 Jy ! Component: 150 - total flux cleaned = 1.66393e-05 Jy ! Component: 200 - total flux cleaned = 1.58876e-05 Jy ! Total flux subtracted in 200 components = 1.58876e-05 Jy ! Clean residual min=-0.002071 max=0.001755 Jy/beam ! Clean residual mean=-0.000005 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.154355 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 104 components and 0.154355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086410Jy sigma=0.000663 ! Fit after self-cal, rms=0.086407Jy sigma=0.000663 ! 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.078 mas, bmaj=8.77 mas, bpa=-2.806 degrees ! Estimated noise=1067.56 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 8.77 at -2.806 degrees (North through East) ! Clean map min=-0.00223 max=0.11152 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.57 mas, bmaj=7.71 mas, bpa=-4.44 degrees ! Estimated noise=1367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0869968 Jy ! Component: 100 - total flux cleaned = 0.111501 Jy ! Component: 150 - total flux cleaned = 0.125798 Jy ! Component: 200 - total flux cleaned = 0.135012 Jy ! Total flux subtracted in 200 components = 0.135012 Jy ! Clean residual min=-0.003741 max=0.004964 Jy/beam ! Clean residual mean=-0.000034 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.135012 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.135012 Jy ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=8.77 mas, bpa=-2.806 degrees ! Estimated noise=1067.56 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.00853612 Jy ! Component: 100 - total flux cleaned = 0.0130904 Jy ! Component: 150 - total flux cleaned = 0.0156477 Jy ! Component: 200 - total flux cleaned = 0.0171401 Jy ! Total flux subtracted in 200 components = 0.0171401 Jy ! Clean residual min=-0.002372 max=0.002162 Jy/beam ! Clean residual mean=-0.000009 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.152153 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 70 components and 0.152153 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.624 mas, bmaj=17.12 mas, bpa=-4.94 degrees ! Estimated noise=1365.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152125 Jy ! Component: 100 - total flux cleaned = 0.00181586 Jy ! Component: 150 - total flux cleaned = 0.00185701 Jy ! Component: 200 - total flux cleaned = 0.00189082 Jy ! Total flux subtracted in 200 components = 0.00189082 Jy ! Clean residual min=-0.002026 max=0.001738 Jy/beam ! Clean residual mean=-0.000006 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.154043 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 = 1.49718e-05 Jy ! Component: 100 - total flux cleaned = 2.77753e-05 Jy ! Component: 150 - total flux cleaned = 2.77965e-05 Jy ! Component: 200 - total flux cleaned = 3.82164e-05 Jy ! Total flux subtracted in 200 components = 3.82164e-05 Jy ! Clean residual min=-0.002047 max=0.001747 Jy/beam ! Clean residual mean=-0.000006 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.154082 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 84 components and 0.154082 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=8.77 mas, bpa=-2.806 degrees ! Estimated noise=1067.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000280464 Jy ! Component: 100 - total flux cleaned = -0.000281946 Jy ! Component: 150 - total flux cleaned = -0.000255942 Jy ! Component: 200 - total flux cleaned = -0.000236578 Jy ! Total flux subtracted in 200 components = -0.000236578 Jy ! Clean residual min=-0.002334 max=0.002217 Jy/beam ! Clean residual mean=-0.000004 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.153845 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 88 components and 0.153845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086393Jy sigma=0.000663 ! Fit after self-cal, rms=0.086381Jy sigma=0.000663 wmodel J2040-1707_S_2017_07_09_pus_map.mod ! Writing 88 model components to file: J2040-1707_S_2017_07_09_pus_map.mod wobs J2040-1707_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J2040-1707_S_2017_07_09_pus_uvs.fits wwins J2040-1707_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J2040-1707_S_2017_07_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.000468677 Jy ! Component: 100 - total flux cleaned = -0.000472596 Jy ! Component: 150 - total flux cleaned = -0.000472548 Jy ! Component: 200 - total flux cleaned = -0.000339359 Jy ! Component: 250 - total flux cleaned = -0.000277506 Jy ! Component: 300 - total flux cleaned = -0.0002168 Jy ! Component: 350 - total flux cleaned = -0.000128021 Jy ! Component: 400 - total flux cleaned = -7.03194e-05 Jy ! Component: 450 - total flux cleaned = -1.40985e-05 Jy ! Component: 500 - total flux cleaned = 1.31081e-05 Jy ! Component: 550 - total flux cleaned = -1.38303e-05 Jy ! Component: 600 - total flux cleaned = -6.54125e-05 Jy ! Component: 650 - total flux cleaned = -0.000165771 Jy ! Component: 700 - total flux cleaned = -0.000190329 Jy ! Component: 750 - total flux cleaned = -0.000286972 Jy ! Component: 800 - total flux cleaned = -0.000428113 Jy ! Component: 850 - total flux cleaned = -0.000496524 Jy ! Component: 900 - total flux cleaned = -0.00054113 Jy ! Component: 950 - total flux cleaned = -0.00056273 Jy ! Component: 1000 - total flux cleaned = -0.000584391 Jy ! Component: 1050 - total flux cleaned = -0.000605485 Jy ! Component: 1100 - total flux cleaned = -0.000626301 Jy ! Component: 1150 - total flux cleaned = -0.000646654 Jy ! Component: 1200 - total flux cleaned = -0.000585947 Jy ! Component: 1250 - total flux cleaned = -0.000566198 Jy ! Component: 1300 - total flux cleaned = -0.000605465 Jy ! Component: 1350 - total flux cleaned = -0.000547465 Jy ! Component: 1400 - total flux cleaned = -0.000566913 Jy ! Component: 1450 - total flux cleaned = -0.000566871 Jy ! Component: 1500 - total flux cleaned = -0.000511374 Jy ! Component: 1550 - total flux cleaned = -0.000493306 Jy ! Component: 1600 - total flux cleaned = -0.000493451 Jy ! Component: 1650 - total flux cleaned = -0.000493556 Jy ! Component: 1700 - total flux cleaned = -0.000476015 Jy ! Component: 1750 - total flux cleaned = -0.00051088 Jy ! Component: 1800 - total flux cleaned = -0.000476467 Jy ! Component: 1850 - total flux cleaned = -0.000510388 Jy ! Component: 1900 - total flux cleaned = -0.000476706 Jy ! Component: 1950 - total flux cleaned = -0.000476743 Jy ! Component: 2000 - total flux cleaned = -0.000509813 Jy ! Component: 2050 - total flux cleaned = -0.000558473 Jy ! Component: 2100 - total flux cleaned = -0.000622415 Jy ! Component: 2150 - total flux cleaned = -0.000622577 Jy ! Component: 2200 - total flux cleaned = -0.000685737 Jy ! Component: 2250 - total flux cleaned = -0.000701343 Jy ! Component: 2300 - total flux cleaned = -0.000763117 Jy ! Component: 2350 - total flux cleaned = -0.000702183 Jy ! Component: 2400 - total flux cleaned = -0.000793133 Jy ! Component: 2450 - total flux cleaned = -0.00083825 Jy ! Component: 2500 - total flux cleaned = -0.000897681 Jy ! Component: 2550 - total flux cleaned = -0.000941732 Jy ! Component: 2600 - total flux cleaned = -0.000970945 Jy ! Component: 2650 - total flux cleaned = -0.00107194 Jy ! Component: 2700 - total flux cleaned = -0.00107157 Jy ! Component: 2750 - total flux cleaned = -0.001128 Jy ! Component: 2800 - total flux cleaned = -0.00114205 Jy ! Component: 2850 - total flux cleaned = -0.00118397 Jy ! Component: 2900 - total flux cleaned = -0.00123925 Jy ! Component: 2950 - total flux cleaned = -0.00128032 Jy ! Component: 3000 - total flux cleaned = -0.00132093 Jy ! Component: 3050 - total flux cleaned = -0.00138814 Jy ! Component: 3100 - total flux cleaned = -0.00140148 Jy ! Component: 3150 - total flux cleaned = -0.00142799 Jy ! Component: 3200 - total flux cleaned = -0.00142806 Jy ! Component: 3250 - total flux cleaned = -0.00140198 Jy ! Component: 3300 - total flux cleaned = -0.00142791 Jy ! Component: 3350 - total flux cleaned = -0.00137654 Jy ! Component: 3400 - total flux cleaned = -0.0014277 Jy ! Component: 3450 - total flux cleaned = -0.0014024 Jy ! Component: 3500 - total flux cleaned = -0.00141505 Jy ! Component: 3550 - total flux cleaned = -0.00140248 Jy ! Component: 3600 - total flux cleaned = -0.00140256 Jy ! Component: 3650 - total flux cleaned = -0.00142719 Jy ! Component: 3700 - total flux cleaned = -0.00140272 Jy ! Component: 3750 - total flux cleaned = -0.00139058 Jy ! Component: 3800 - total flux cleaned = -0.00139066 Jy ! Component: 3850 - total flux cleaned = -0.00139062 Jy ! Component: 3900 - total flux cleaned = -0.00140247 Jy ! Component: 3950 - total flux cleaned = -0.00135485 Jy ! Component: 4000 - total flux cleaned = -0.00133122 Jy ! Component: 4050 - total flux cleaned = -0.00135484 Jy ! Total flux subtracted in 4096 components = -0.00135479 Jy ! Clean residual min=-0.000643 max=0.000671 Jy/beam ! Clean residual mean=-0.000003 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.15249 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 367 components and 0.15249 Jy ![Exited script file: muppet] wmap "J2040-1707_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 8.77 at -2.806 degrees (North through East) ! Clean map min=-0.0019211 max=0.11245 Jy/beam ! Writing clean map to FITS file: J2040-1707_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112453 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000208415 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.556008 0.556008 1.11202 2.22403 4.44806 8.89613 17.7923 35.5845 71.169 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 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.078 x 8.77 at -2.806 degrees (North through East) ! Clean map min=-0.0019211 max=0.11245 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 J2040-1707_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:57:49 2019