! Started logfile: J1023-1140_S_2017_10_09_pus_uvs.log on Sun May 12 13:09:52 2019 obs J1023-1140_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J1023-1140_S_2017_10_09_pus_uva.fits ! AN table 1: 145 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.663985 visibilities/baseline/integration-bin. ! Found source: J1023-1140 ! ! 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 13864 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 J1023-1140_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 232 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 246 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 232 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 831 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.900291Jy sigma=0.007273 ! Fit after self-cal, rms=0.869526Jy sigma=0.007047 ! 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.868 mas, bmaj=15.98 mas, bpa=-14.5 degrees ! Estimated noise=1182.55 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.0938368 Jy ! Component: 100 - total flux cleaned = 0.126825 Jy ! Total flux subtracted in 100 components = 0.126825 Jy ! Clean residual min=-0.007573 max=0.016318 Jy/beam ! Clean residual mean=-0.000081 rms=0.002793 Jy/beam ! Combined flux in latest and established models = 0.126825 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.126825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098230Jy sigma=0.000733 ! Fit after self-cal, rms=0.098093Jy sigma=0.000732 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0194264 Jy ! Component: 100 - total flux cleaned = 0.0317395 Jy ! Total flux subtracted in 100 components = 0.0317395 Jy ! Clean residual min=-0.006104 max=0.007852 Jy/beam ! Clean residual mean=-0.000043 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.158565 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 62 components and 0.158565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092034Jy sigma=0.000686 ! Fit after self-cal, rms=0.091987Jy sigma=0.000686 ! 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.566 mas, bmaj=15.83 mas, bpa=-14.58 degrees ! Estimated noise=852.928 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.012783 Jy ! Component: 100 - total flux cleaned = 0.020498 Jy ! Component: 150 - total flux cleaned = 0.0257673 Jy ! Component: 200 - total flux cleaned = 0.0294887 Jy ! Total flux subtracted in 200 components = 0.0294887 Jy ! Clean residual min=-0.004974 max=0.003996 Jy/beam ! Clean residual mean=-0.000030 rms=0.001229 Jy/beam ! Combined flux in latest and established models = 0.188053 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 114 components and 0.188053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089732Jy sigma=0.000671 ! Fit after self-cal, rms=0.089716Jy sigma=0.000671 ! 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.84 FD 0.91 HN 0.97 KP 1.03 ! LA 1.01 MK 1.02 NL 0.91 OV 1.00* ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.45 FD 0.99 HN 1.02 KP 1.03 ! LA 0.98 MK 0.98 NL 1.04 OV 1.00* ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 1.12 KP 0.90 ! LA 0.79 MK 1.09 NL 1.18 OV 1.00* ! PT 0.97 ! ! ! Correcting IF 4. ! A total of 279 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.96 KP 1.00* ! LA 0.90 MK 1.12 NL 1.00* OV 1.00* ! PT 1.09 ! ! ! Fit before self-cal, rms=0.089716Jy sigma=0.000671 ! Fit after self-cal, rms=0.087557Jy sigma=0.000656 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.626 mas, bmaj=16.01 mas, bpa=-14.58 degrees ! Estimated noise=870.668 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 = -6.72053e-05 Jy ! Component: 100 - total flux cleaned = -6.76958e-05 Jy ! Component: 150 - total flux cleaned = -9.92594e-05 Jy ! Component: 200 - total flux cleaned = -0.000176159 Jy ! Total flux subtracted in 200 components = -0.000176159 Jy ! Clean residual min=-0.003374 max=0.004084 Jy/beam ! Clean residual mean=-0.000003 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.187877 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 127 components and 0.187877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087529Jy sigma=0.000656 ! Fit after self-cal, rms=0.087508Jy sigma=0.000656 ! 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.087508Jy sigma=0.000656 ! Fit after self-cal, rms=0.087246Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.635 mas, bmaj=16.06 mas, bpa=-14.54 degrees ! Estimated noise=872.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261712 Jy ! Component: 100 - total flux cleaned = -0.000290269 Jy ! Component: 150 - total flux cleaned = -0.000290097 Jy ! Component: 200 - total flux cleaned = -0.000288768 Jy ! Total flux subtracted in 200 components = -0.000288768 Jy ! Clean residual min=-0.003198 max=0.003899 Jy/beam ! Clean residual mean=-0.000018 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.187588 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 144 components and 0.187588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087229Jy sigma=0.000654 ! Fit after self-cal, rms=0.087227Jy 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) ! Added new window around map position (-70, -35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00351932 Jy ! Component: 100 - total flux cleaned = 0.00440662 Jy ! Component: 150 - total flux cleaned = 0.00483973 Jy ! Component: 200 - total flux cleaned = 0.00504036 Jy ! Total flux subtracted in 200 components = 0.00504036 Jy ! Clean residual min=-0.002803 max=0.002541 Jy/beam ! Clean residual mean=-0.000019 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.192629 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 190 components and 0.192629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087065Jy sigma=0.000652 ! Fit after self-cal, rms=0.087044Jy sigma=0.000652 ! 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.087044Jy sigma=0.000652 ! Fit after self-cal, rms=0.087224Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=16.12 mas, bpa=-14.55 degrees ! Estimated noise=872.504 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136667 Jy ! Component: 100 - total flux cleaned = 0.00178129 Jy ! Component: 150 - total flux cleaned = 0.00214044 Jy ! Component: 200 - total flux cleaned = 0.00242445 Jy ! Total flux subtracted in 200 components = 0.00242445 Jy ! Clean residual min=-0.002452 max=0.002389 Jy/beam ! Clean residual mean=-0.000016 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.195053 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 208 components and 0.195053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087179Jy sigma=0.000652 ! Fit after self-cal, rms=0.087179Jy sigma=0.000652 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.000635069 Jy ! Component: 100 - total flux cleaned = 0.000824195 Jy ! Component: 150 - total flux cleaned = 0.00102702 Jy ! Component: 200 - total flux cleaned = 0.00113494 Jy ! Total flux subtracted in 200 components = 0.00113494 Jy ! Clean residual min=-0.002320 max=0.002274 Jy/beam ! Clean residual mean=-0.000015 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.196188 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 220 components and 0.196188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087160Jy sigma=0.000651 ! Fit after self-cal, rms=0.087160Jy sigma=0.000651 ! 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.087160Jy sigma=0.000651 ! Fit after self-cal, rms=0.087333Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.085 mas, bmaj=17.11 mas, bpa=-9.619 degrees ! Estimated noise=1016.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000646296 Jy ! Component: 100 - total flux cleaned = 0.000987797 Jy ! Component: 150 - total flux cleaned = 0.00122337 Jy ! Component: 200 - total flux cleaned = 0.00131325 Jy ! Total flux subtracted in 200 components = 0.00131325 Jy ! Clean residual min=-0.002280 max=0.002310 Jy/beam ! Clean residual mean=-0.000021 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.197501 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 237 components and 0.197501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087326Jy sigma=0.000651 ! Fit after self-cal, rms=0.087326Jy sigma=0.000651 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.000313134 Jy ! Component: 100 - total flux cleaned = 0.000391462 Jy ! Component: 150 - total flux cleaned = 0.00046161 Jy ! Component: 200 - total flux cleaned = 0.000528123 Jy ! Total flux subtracted in 200 components = 0.000528123 Jy ! Clean residual min=-0.002237 max=0.002244 Jy/beam ! Clean residual mean=-0.000021 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.198029 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 250 components and 0.198029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087325Jy sigma=0.000651 ! Fit after self-cal, rms=0.087325Jy sigma=0.000651 ! 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.64 mas, bmaj=16.15 mas, bpa=-14.55 degrees ! Estimated noise=873.677 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.64 x 16.15 at -14.55 degrees (North through East) ! Clean map min=-0.0026257 max=0.12669 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.908 mas, bmaj=16.2 mas, bpa=-14.36 degrees ! Estimated noise=1220.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0950839 Jy ! Component: 100 - total flux cleaned = 0.12865 Jy ! Component: 150 - total flux cleaned = 0.146597 Jy ! Component: 200 - total flux cleaned = 0.157588 Jy ! Total flux subtracted in 200 components = 0.157588 Jy ! Clean residual min=-0.004495 max=0.006752 Jy/beam ! Clean residual mean=-0.000037 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.157588 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 62 model components to the UV plane model. ! The established model now contains 62 components and 0.157588 Jy ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=16.15 mas, bpa=-14.55 degrees ! Estimated noise=873.677 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.0103761 Jy ! Component: 100 - total flux cleaned = 0.0166922 Jy ! Component: 150 - total flux cleaned = 0.021328 Jy ! Component: 200 - total flux cleaned = 0.0249355 Jy ! Total flux subtracted in 200 components = 0.0249355 Jy ! Clean residual min=-0.003261 max=0.002648 Jy/beam ! Clean residual mean=-0.000030 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.182523 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 97 components and 0.182523 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.085 mas, bmaj=17.11 mas, bpa=-9.619 degrees ! Estimated noise=1016.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387139 Jy ! Component: 100 - total flux cleaned = 0.00654071 Jy ! Component: 150 - total flux cleaned = 0.00784608 Jy ! Component: 200 - total flux cleaned = 0.00898783 Jy ! Total flux subtracted in 200 components = 0.00898783 Jy ! Clean residual min=-0.003070 max=0.002402 Jy/beam ! Clean residual mean=-0.000034 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.191511 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.00096224 Jy ! Component: 100 - total flux cleaned = 0.00184938 Jy ! Component: 150 - total flux cleaned = 0.00253434 Jy ! Component: 200 - total flux cleaned = 0.00309902 Jy ! Total flux subtracted in 200 components = 0.00309902 Jy ! Clean residual min=-0.002721 max=0.002286 Jy/beam ! Clean residual mean=-0.000028 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.19461 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 181 components and 0.19461 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=16.15 mas, bpa=-14.55 degrees ! Estimated noise=873.677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00072699 Jy ! Component: 100 - total flux cleaned = 0.00111428 Jy ! Component: 150 - total flux cleaned = 0.00140324 Jy ! Component: 200 - total flux cleaned = 0.00174676 Jy ! Total flux subtracted in 200 components = 0.00174676 Jy ! Clean residual min=-0.002392 max=0.002028 Jy/beam ! Clean residual mean=-0.000015 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.196357 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 203 components and 0.196357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087358Jy sigma=0.000652 ! Fit after self-cal, rms=0.087338Jy sigma=0.000652 wmodel J1023-1140_S_2017_10_09_pus_map.mod ! Writing 203 model components to file: J1023-1140_S_2017_10_09_pus_map.mod wobs J1023-1140_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J1023-1140_S_2017_10_09_pus_uvs.fits wwins J1023-1140_S_2017_10_09_pus_map.win ! wwins: Wrote 2 windows to J1023-1140_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.00062865 Jy ! Component: 100 - total flux cleaned = -0.000865535 Jy ! Component: 150 - total flux cleaned = -0.000835599 Jy ! Component: 200 - total flux cleaned = -0.000806392 Jy ! Component: 250 - total flux cleaned = -0.000832569 Jy ! Component: 300 - total flux cleaned = -0.000807418 Jy ! Component: 350 - total flux cleaned = -0.000759912 Jy ! Component: 400 - total flux cleaned = -0.000667898 Jy ! Component: 450 - total flux cleaned = -0.000534588 Jy ! Component: 500 - total flux cleaned = -0.000383306 Jy ! Component: 550 - total flux cleaned = -0.000236422 Jy ! Component: 600 - total flux cleaned = -0.000114202 Jy ! Component: 650 - total flux cleaned = -1.52326e-05 Jy ! Component: 700 - total flux cleaned = 0.000100018 Jy ! Component: 750 - total flux cleaned = 0.000211981 Jy ! Component: 800 - total flux cleaned = 0.000339595 Jy ! Component: 850 - total flux cleaned = 0.000375577 Jy ! Component: 900 - total flux cleaned = 0.000480059 Jy ! Component: 950 - total flux cleaned = 0.00058196 Jy ! Component: 1000 - total flux cleaned = 0.000648791 Jy ! Component: 1050 - total flux cleaned = 0.00073105 Jy ! Component: 1100 - total flux cleaned = 0.00079557 Jy ! Component: 1150 - total flux cleaned = 0.000921786 Jy ! Component: 1200 - total flux cleaned = 0.00096822 Jy ! Component: 1250 - total flux cleaned = 0.00109048 Jy ! Component: 1300 - total flux cleaned = 0.00119543 Jy ! Component: 1350 - total flux cleaned = 0.00125454 Jy ! Component: 1400 - total flux cleaned = 0.00132734 Jy ! Component: 1450 - total flux cleaned = 0.00141348 Jy ! Component: 1500 - total flux cleaned = 0.00148436 Jy ! Component: 1550 - total flux cleaned = 0.00160977 Jy ! Component: 1600 - total flux cleaned = 0.00169206 Jy ! Component: 1650 - total flux cleaned = 0.00175976 Jy ! Component: 1700 - total flux cleaned = 0.00182652 Jy ! Component: 1750 - total flux cleaned = 0.00194515 Jy ! Component: 1800 - total flux cleaned = 0.0020231 Jy ! Component: 1850 - total flux cleaned = 0.00208736 Jy ! Component: 1900 - total flux cleaned = 0.00218901 Jy ! Component: 1950 - total flux cleaned = 0.00228939 Jy ! Component: 2000 - total flux cleaned = 0.00238857 Jy ! Component: 2050 - total flux cleaned = 0.00244979 Jy ! Component: 2100 - total flux cleaned = 0.00252238 Jy ! Component: 2150 - total flux cleaned = 0.00258233 Jy ! Component: 2200 - total flux cleaned = 0.00257034 Jy ! Component: 2250 - total flux cleaned = 0.0026057 Jy ! Component: 2300 - total flux cleaned = 0.00264063 Jy ! Component: 2350 - total flux cleaned = 0.00267534 Jy ! Component: 2400 - total flux cleaned = 0.00270968 Jy ! Component: 2450 - total flux cleaned = 0.0027325 Jy ! Component: 2500 - total flux cleaned = 0.0027663 Jy ! Component: 2550 - total flux cleaned = 0.00278866 Jy ! Component: 2600 - total flux cleaned = 0.00281099 Jy ! Component: 2650 - total flux cleaned = 0.0028551 Jy ! Component: 2700 - total flux cleaned = 0.00285499 Jy ! Component: 2750 - total flux cleaned = 0.00286586 Jy ! Component: 2800 - total flux cleaned = 0.00287662 Jy ! Component: 2850 - total flux cleaned = 0.00286593 Jy ! Component: 2900 - total flux cleaned = 0.00288724 Jy ! Component: 2950 - total flux cleaned = 0.0028978 Jy ! Component: 3000 - total flux cleaned = 0.00286623 Jy ! Component: 3050 - total flux cleaned = 0.00284542 Jy ! Component: 3100 - total flux cleaned = 0.00287669 Jy ! Component: 3150 - total flux cleaned = 0.00287671 Jy ! Component: 3200 - total flux cleaned = 0.00287668 Jy ! Component: 3250 - total flux cleaned = 0.002846 Jy ! Component: 3300 - total flux cleaned = 0.0028257 Jy ! Component: 3350 - total flux cleaned = 0.00284595 Jy ! Component: 3400 - total flux cleaned = 0.00281572 Jy ! Component: 3450 - total flux cleaned = 0.00281572 Jy ! Component: 3500 - total flux cleaned = 0.00278576 Jy ! Component: 3550 - total flux cleaned = 0.00275591 Jy ! Component: 3600 - total flux cleaned = 0.00273615 Jy ! Component: 3650 - total flux cleaned = 0.00271638 Jy ! Component: 3700 - total flux cleaned = 0.00268686 Jy ! Component: 3750 - total flux cleaned = 0.00266727 Jy ! Component: 3800 - total flux cleaned = 0.00263792 Jy ! Component: 3850 - total flux cleaned = 0.00259901 Jy ! Component: 3900 - total flux cleaned = 0.00258931 Jy ! Component: 3950 - total flux cleaned = 0.00258926 Jy ! Component: 4000 - total flux cleaned = 0.00252173 Jy ! Component: 4050 - total flux cleaned = 0.00251207 Jy ! Total flux subtracted in 4096 components = 0.00246412 Jy ! Clean residual min=-0.000583 max=0.000575 Jy/beam ! Clean residual mean=-0.000000 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.198821 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 511 components and 0.198821 Jy ![Exited script file: muppet] wmap "J1023-1140_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.64 x 16.15 at -14.55 degrees (North through East) ! Clean map min=-0.0014059 max=0.12818 Jy/beam ! Writing clean map to FITS file: J1023-1140_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.128177 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170296 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.398581 0.398581 0.797161 1.59432 3.18864 6.37729 12.7546 25.5092 51.0183 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.128 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.64 x 16.15 at -14.55 degrees (North through East) ! Clean map min=-0.0014059 max=0.12818 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 J1023-1140_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:09:58 2019