! Started logfile: J0113-3551_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:29:08 2019 obs J0113-3551_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0113-3551_S_2017_03_27_pus_uva.fits ! AN table 1: 78 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77265 visibilities/baseline/integration-bin. ! Found source: J0113-3551 ! ! 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 1684 lines of history. ! ! Reading 10848 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 J0113-3551_S_2017_03_27_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 376 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.919340Jy sigma=0.005259 ! Fit after self-cal, rms=0.883998Jy sigma=0.005093 ! 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.38 mas, bmaj=6.314 mas, bpa=-8.371 degrees ! Estimated noise=2164.17 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0926786 Jy ! Component: 100 - total flux cleaned = 0.120727 Jy ! Total flux subtracted in 100 components = 0.120727 Jy ! Clean residual min=-0.008104 max=0.016457 Jy/beam ! Clean residual mean=-0.000102 rms=0.002216 Jy/beam ! Combined flux in latest and established models = 0.120727 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.120727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131796Jy sigma=0.000680 ! Fit after self-cal, rms=0.131648Jy sigma=0.000679 ! Inverting map ! Added new window around map position (3.5, 8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0157277 Jy ! Component: 100 - total flux cleaned = 0.024425 Jy ! Total flux subtracted in 100 components = 0.024425 Jy ! Clean residual min=-0.006382 max=0.009201 Jy/beam ! Clean residual mean=-0.000062 rms=0.001655 Jy/beam ! Combined flux in latest and established models = 0.145152 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.145152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129527Jy sigma=0.000664 ! Fit after self-cal, rms=0.129324Jy sigma=0.000663 ! 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.947 mas, bmaj=7.477 mas, bpa=-7.8 degrees ! Estimated noise=1340.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00844103 Jy ! Component: 100 - total flux cleaned = 0.0126235 Jy ! Component: 150 - total flux cleaned = 0.0149114 Jy ! Component: 200 - total flux cleaned = 0.0155653 Jy ! Total flux subtracted in 200 components = 0.0155653 Jy ! Clean residual min=-0.004346 max=0.005702 Jy/beam ! Clean residual mean=-0.000046 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.160717 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 0.160717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128788Jy sigma=0.000660 ! Fit after self-cal, rms=0.128702Jy sigma=0.000659 ! 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 1.01 HN 1.08 KP 1.07 ! LA 0.97 MK 1.00 NL 0.98 OV 0.99 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.19 KP 0.95 ! LA 1.00 MK 1.03 NL 1.05 OV 1.07 ! PT 0.92 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.17 KP 1.01 ! LA 0.97 MK 1.02 NL 1.13 OV 0.96 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 0.89 KP 1.00* ! LA 1.00* MK 0.95 NL 1.00* OV 0.87 ! PT 0.98 SC 0.78 ! ! ! Fit before self-cal, rms=0.128702Jy sigma=0.000659 ! Fit after self-cal, rms=0.129296Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.949 mas, bmaj=7.46 mas, bpa=-7.54 degrees ! Estimated noise=1342.42 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 = 7.79644e-07 Jy ! Component: 100 - total flux cleaned = 0.000140866 Jy ! Component: 150 - total flux cleaned = 0.000308668 Jy ! Component: 200 - total flux cleaned = 0.000405181 Jy ! Total flux subtracted in 200 components = 0.000405181 Jy ! Clean residual min=-0.003804 max=0.003741 Jy/beam ! Clean residual mean=-0.000028 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.161122 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 44 components and 0.161122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129231Jy sigma=0.000657 ! Fit after self-cal, rms=0.129229Jy sigma=0.000657 ! 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.129229Jy sigma=0.000657 ! Fit after self-cal, rms=0.130230Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.953 mas, bmaj=7.485 mas, bpa=-7.14 degrees ! Estimated noise=1345.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000803288 Jy ! Component: 100 - total flux cleaned = 0.000800783 Jy ! Component: 150 - total flux cleaned = 0.000724752 Jy ! Component: 200 - total flux cleaned = 0.000693338 Jy ! Total flux subtracted in 200 components = 0.000693338 Jy ! Clean residual min=-0.003880 max=0.003664 Jy/beam ! Clean residual mean=-0.000033 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.161816 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.161816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130192Jy sigma=0.000656 ! Fit after self-cal, rms=0.130185Jy 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.000198949 Jy ! Component: 100 - total flux cleaned = 0.000163951 Jy ! Component: 150 - total flux cleaned = 0.000134278 Jy ! Component: 200 - total flux cleaned = 0.000107217 Jy ! Total flux subtracted in 200 components = 0.000107217 Jy ! Clean residual min=-0.003856 max=0.003635 Jy/beam ! Clean residual mean=-0.000032 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.161923 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.161923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130164Jy sigma=0.000655 ! Fit after self-cal, rms=0.130156Jy sigma=0.000655 ! 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.130156Jy sigma=0.000655 ! Fit after self-cal, rms=0.130791Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=7.506 mas, bpa=-6.773 degrees ! Estimated noise=1348.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000209649 Jy ! Component: 100 - total flux cleaned = 0.000175787 Jy ! Component: 150 - total flux cleaned = 0.000121094 Jy ! Component: 200 - total flux cleaned = 9.87711e-05 Jy ! Total flux subtracted in 200 components = 9.87711e-05 Jy ! Clean residual min=-0.003935 max=0.003532 Jy/beam ! Clean residual mean=-0.000037 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.162022 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.162022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130771Jy sigma=0.000655 ! Fit after self-cal, rms=0.130775Jy 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 = 7.74579e-05 Jy ! Component: 100 - total flux cleaned = 5.27436e-05 Jy ! Component: 150 - total flux cleaned = 5.30187e-05 Jy ! Component: 200 - total flux cleaned = 7.29914e-05 Jy ! Total flux subtracted in 200 components = 7.29914e-05 Jy ! Clean residual min=-0.003904 max=0.003469 Jy/beam ! Clean residual mean=-0.000037 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.162095 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.162095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130764Jy sigma=0.000655 ! Fit after self-cal, rms=0.130763Jy sigma=0.000655 ! 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.130763Jy sigma=0.000655 ! Fit after self-cal, rms=0.131140Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.273 mas, bmaj=22.06 mas, bpa=-0.9045 degrees ! Estimated noise=1737.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140787 Jy ! Component: 100 - total flux cleaned = 8.38174e-05 Jy ! Component: 150 - total flux cleaned = 5.95729e-05 Jy ! Component: 200 - total flux cleaned = 1.50718e-05 Jy ! Total flux subtracted in 200 components = 1.50718e-05 Jy ! Clean residual min=-0.004105 max=0.003781 Jy/beam ! Clean residual mean=-0.000081 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.16211 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 58 components and 0.16211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131139Jy sigma=0.000655 ! Fit after self-cal, rms=0.131143Jy 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.000118671 Jy ! Component: 100 - total flux cleaned = 6.92961e-05 Jy ! Component: 150 - total flux cleaned = 2.7816e-05 Jy ! Component: 200 - total flux cleaned = -9.03332e-06 Jy ! Total flux subtracted in 200 components = -9.03332e-06 Jy ! Clean residual min=-0.004117 max=0.003770 Jy/beam ! Clean residual mean=-0.000081 rms=0.001222 Jy/beam ! Combined flux in latest and established models = 0.162101 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 58 components and 0.162101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131144Jy sigma=0.000655 ! Fit after self-cal, rms=0.131147Jy 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.964 mas, bmaj=7.519 mas, bpa=-6.529 degrees ! Estimated noise=1351.34 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.964 x 7.519 at -6.529 degrees (North through East) ! Clean map min=-0.0038514 max=0.11428 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.38 mas, bmaj=6.327 mas, bpa=-7.409 degrees ! Estimated noise=2185.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0924639 Jy ! Component: 100 - total flux cleaned = 0.123101 Jy ! Component: 150 - total flux cleaned = 0.138987 Jy ! Component: 200 - total flux cleaned = 0.148747 Jy ! Total flux subtracted in 200 components = 0.148747 Jy ! Clean residual min=-0.005784 max=0.006911 Jy/beam ! Clean residual mean=-0.000046 rms=0.001466 Jy/beam ! Combined flux in latest and established models = 0.148747 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.148747 Jy ! Inverting map and beam ! Estimated beam: bmin=2.964 mas, bmaj=7.519 mas, bpa=-6.529 degrees ! Estimated noise=1351.34 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 (5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00784206 Jy ! Component: 100 - total flux cleaned = 0.0117471 Jy ! Component: 150 - total flux cleaned = 0.0135164 Jy ! Component: 200 - total flux cleaned = 0.0135832 Jy ! Total flux subtracted in 200 components = 0.0135832 Jy ! Clean residual min=-0.003808 max=0.003447 Jy/beam ! Clean residual mean=-0.000037 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.162331 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 52 components and 0.162331 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.273 mas, bmaj=22.06 mas, bpa=-0.9045 degrees ! Estimated noise=1737.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000430476 Jy ! Component: 100 - total flux cleaned = 0.000431418 Jy ! Component: 150 - total flux cleaned = 0.000397275 Jy ! Component: 200 - total flux cleaned = 0.000301206 Jy ! Total flux subtracted in 200 components = 0.000301206 Jy ! Clean residual min=-0.004178 max=0.003911 Jy/beam ! Clean residual mean=-0.000077 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.162632 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 = -8.51473e-05 Jy ! Component: 100 - total flux cleaned = -0.000161326 Jy ! Component: 150 - total flux cleaned = -0.000207088 Jy ! Component: 200 - total flux cleaned = -0.000269492 Jy ! Total flux subtracted in 200 components = -0.000269492 Jy ! Clean residual min=-0.004190 max=0.003881 Jy/beam ! Clean residual mean=-0.000078 rms=0.001227 Jy/beam ! Combined flux in latest and established models = 0.162362 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 67 components and 0.162362 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.964 mas, bmaj=7.519 mas, bpa=-6.529 degrees ! Estimated noise=1351.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000522183 Jy ! Component: 100 - total flux cleaned = -0.000570573 Jy ! Component: 150 - total flux cleaned = -0.000527882 Jy ! Component: 200 - total flux cleaned = -0.000489473 Jy ! Total flux subtracted in 200 components = -0.000489473 Jy ! Clean residual min=-0.003716 max=0.003450 Jy/beam ! Clean residual mean=-0.000038 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.161873 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.161873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131110Jy sigma=0.000655 ! Fit after self-cal, rms=0.131102Jy sigma=0.000655 wmodel J0113-3551_S_2017_03_27_pus_map.mod ! Writing 80 model components to file: J0113-3551_S_2017_03_27_pus_map.mod wobs J0113-3551_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0113-3551_S_2017_03_27_pus_uvs.fits wwins J0113-3551_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J0113-3551_S_2017_03_27_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.000937013 Jy ! Component: 100 - total flux cleaned = -0.00158648 Jy ! Component: 150 - total flux cleaned = -0.00191924 Jy ! Component: 200 - total flux cleaned = -0.00239265 Jy ! Component: 250 - total flux cleaned = -0.00284273 Jy ! Component: 300 - total flux cleaned = -0.00308251 Jy ! Component: 350 - total flux cleaned = -0.00317483 Jy ! Component: 400 - total flux cleaned = -0.00330846 Jy ! Component: 450 - total flux cleaned = -0.00330867 Jy ! Component: 500 - total flux cleaned = -0.00322572 Jy ! Component: 550 - total flux cleaned = -0.0031843 Jy ! Component: 600 - total flux cleaned = -0.00310463 Jy ! Component: 650 - total flux cleaned = -0.00298805 Jy ! Component: 700 - total flux cleaned = -0.00295172 Jy ! Component: 750 - total flux cleaned = -0.00310158 Jy ! Component: 800 - total flux cleaned = -0.00328349 Jy ! Component: 850 - total flux cleaned = -0.00335383 Jy ! Component: 900 - total flux cleaned = -0.00342345 Jy ! Component: 950 - total flux cleaned = -0.00349306 Jy ! Component: 1000 - total flux cleaned = -0.0036964 Jy ! Component: 1050 - total flux cleaned = -0.00372981 Jy ! Component: 1100 - total flux cleaned = -0.00376356 Jy ! Component: 1150 - total flux cleaned = -0.0039251 Jy ! Component: 1200 - total flux cleaned = -0.00398839 Jy ! Component: 1250 - total flux cleaned = -0.00401972 Jy ! Component: 1300 - total flux cleaned = -0.00405094 Jy ! Component: 1350 - total flux cleaned = -0.00420179 Jy ! Component: 1400 - total flux cleaned = -0.00437958 Jy ! Component: 1450 - total flux cleaned = -0.00440823 Jy ! Component: 1500 - total flux cleaned = -0.00446554 Jy ! Component: 1550 - total flux cleaned = -0.00455083 Jy ! Component: 1600 - total flux cleaned = -0.00460707 Jy ! Component: 1650 - total flux cleaned = -0.00468947 Jy ! Component: 1700 - total flux cleaned = -0.00474334 Jy ! Component: 1750 - total flux cleaned = -0.00479677 Jy ! Component: 1800 - total flux cleaned = -0.00479648 Jy ! Component: 1850 - total flux cleaned = -0.00484784 Jy ! Component: 1900 - total flux cleaned = -0.00495067 Jy ! Component: 1950 - total flux cleaned = -0.00500136 Jy ! Component: 2000 - total flux cleaned = -0.00507621 Jy ! Component: 2050 - total flux cleaned = -0.00505144 Jy ! Component: 2100 - total flux cleaned = -0.00505173 Jy ! Component: 2150 - total flux cleaned = -0.00517277 Jy ! Component: 2200 - total flux cleaned = -0.00522036 Jy ! Component: 2250 - total flux cleaned = -0.005244 Jy ! Component: 2300 - total flux cleaned = -0.00531379 Jy ! Component: 2350 - total flux cleaned = -0.00533682 Jy ! Component: 2400 - total flux cleaned = -0.00531381 Jy ! Component: 2450 - total flux cleaned = -0.00515531 Jy ! Component: 2500 - total flux cleaned = -0.00524518 Jy ! Component: 2550 - total flux cleaned = -0.00524521 Jy ! Component: 2600 - total flux cleaned = -0.00528883 Jy ! Component: 2650 - total flux cleaned = -0.00531034 Jy ! Component: 2700 - total flux cleaned = -0.00531046 Jy ! Component: 2750 - total flux cleaned = -0.00539541 Jy ! Component: 2800 - total flux cleaned = -0.00537419 Jy ! Component: 2850 - total flux cleaned = -0.00537396 Jy ! Component: 2900 - total flux cleaned = -0.0053533 Jy ! Component: 2950 - total flux cleaned = -0.00545584 Jy ! Component: 3000 - total flux cleaned = -0.00545584 Jy ! Component: 3050 - total flux cleaned = -0.00545597 Jy ! Component: 3100 - total flux cleaned = -0.00545623 Jy ! Component: 3150 - total flux cleaned = -0.00547595 Jy ! Component: 3200 - total flux cleaned = -0.0054761 Jy ! Component: 3250 - total flux cleaned = -0.00551508 Jy ! Component: 3300 - total flux cleaned = -0.00551524 Jy ! Component: 3350 - total flux cleaned = -0.00557232 Jy ! Component: 3400 - total flux cleaned = -0.00557225 Jy ! Component: 3450 - total flux cleaned = -0.00553484 Jy ! Component: 3500 - total flux cleaned = -0.00562769 Jy ! Component: 3550 - total flux cleaned = -0.00559062 Jy ! Component: 3600 - total flux cleaned = -0.00564545 Jy ! Component: 3650 - total flux cleaned = -0.00564521 Jy ! Component: 3700 - total flux cleaned = -0.00555522 Jy ! Component: 3750 - total flux cleaned = -0.00562684 Jy ! Component: 3800 - total flux cleaned = -0.00557367 Jy ! Component: 3850 - total flux cleaned = -0.00560895 Jy ! Component: 3900 - total flux cleaned = -0.00555659 Jy ! Component: 3950 - total flux cleaned = -0.00555669 Jy ! Component: 4000 - total flux cleaned = -0.00553943 Jy ! Component: 4050 - total flux cleaned = -0.00550498 Jy ! Total flux subtracted in 4096 components = -0.00548821 Jy ! Clean residual min=-0.001103 max=0.000911 Jy/beam ! Clean residual mean=-0.000010 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.156385 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 362 components and 0.156385 Jy ![Exited script file: muppet] wmap "J0113-3551_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.964 x 7.519 at -6.529 degrees (North through East) ! Clean map min=-0.002539 max=0.11348 Jy/beam ! Writing clean map to FITS file: J0113-3551_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.113476 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000300399 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.794171 0.794171 1.58834 3.17668 6.35337 12.7067 25.4135 50.827 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.113 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.964 x 7.519 at -6.529 degrees (North through East) ! Clean map min=-0.002539 max=0.11348 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 J0113-3551_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:29:13 2019