! Started logfile: J0324-2918_S_2017_02_24_pus_uvs.log on Sat May 4 11:16:27 2019 obs J0324-2918_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0324-2918_S_2017_02_24_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879922 visibilities/baseline/integration-bin. ! Found source: J0324-2918 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 823 lines of history. ! ! Reading 18056 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 J0324-2918_S_2017_02_24_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 412 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898914Jy sigma=0.005499 ! Fit after self-cal, rms=0.872782Jy sigma=0.005347 ! 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.71 mas, bmaj=8.209 mas, bpa=-1.569 degrees ! Estimated noise=1518.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.0992142 Jy ! Component: 100 - total flux cleaned = 0.127845 Jy ! Total flux subtracted in 100 components = 0.127845 Jy ! Clean residual min=-0.006863 max=0.013414 Jy/beam ! Clean residual mean=-0.000036 rms=0.002046 Jy/beam ! Combined flux in latest and established models = 0.127845 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.127845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127629Jy sigma=0.000685 ! Fit after self-cal, rms=0.127575Jy sigma=0.000684 ! Inverting map ! Added new window around map position (2.5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0157327 Jy ! Component: 100 - total flux cleaned = 0.0251321 Jy ! Total flux subtracted in 100 components = 0.0251321 Jy ! Clean residual min=-0.005654 max=0.007793 Jy/beam ! Clean residual mean=-0.000018 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.152977 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 27 components and 0.152977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125154Jy sigma=0.000668 ! Fit after self-cal, rms=0.125120Jy sigma=0.000667 ! 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.366 mas, bmaj=10.01 mas, bpa=-1.72 degrees ! Estimated noise=948.048 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.00743114 Jy ! Component: 100 - total flux cleaned = 0.0110848 Jy ! Component: 150 - total flux cleaned = 0.0125227 Jy ! Component: 200 - total flux cleaned = 0.0126482 Jy ! Total flux subtracted in 200 components = 0.0126482 Jy ! Clean residual min=-0.004144 max=0.003881 Jy/beam ! Clean residual mean=-0.000014 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.165625 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 50 components and 0.165625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124625Jy sigma=0.000665 ! Fit after self-cal, rms=0.124600Jy 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 0.88 FD 1.05 HN 1.11 KP 0.98 ! LA 0.96 MK 0.94 NL 0.96 OV 1.05 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.19 KP 0.97 ! LA 0.95 MK 1.00 NL 0.95 OV 1.07 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.03 HN 1.12 KP 1.02 ! LA 1.05 MK 0.99 NL 1.07 OV 0.98 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.01 KP 1.00* ! LA 0.96 MK 0.90 NL 1.00* OV 1.02 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.124600Jy sigma=0.000664 ! Fit after self-cal, rms=0.123853Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.356 mas, bmaj=9.892 mas, bpa=-1.627 degrees ! Estimated noise=949.407 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.000373445 Jy ! Component: 100 - total flux cleaned = 0.000235631 Jy ! Component: 150 - total flux cleaned = 0.000195209 Jy ! Component: 200 - total flux cleaned = 0.000116645 Jy ! Total flux subtracted in 200 components = 0.000116645 Jy ! Clean residual min=-0.002753 max=0.002681 Jy/beam ! Clean residual mean=-0.000002 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.165742 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 55 components and 0.165742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123815Jy sigma=0.000661 ! Fit after self-cal, rms=0.123795Jy sigma=0.000661 ! 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.123795Jy sigma=0.000661 ! Fit after self-cal, rms=0.124696Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=9.853 mas, bpa=-1.665 degrees ! Estimated noise=949.486 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00073976 Jy ! Component: 100 - total flux cleaned = 0.000707923 Jy ! Component: 150 - total flux cleaned = 0.000648152 Jy ! Component: 200 - total flux cleaned = 0.000621118 Jy ! Total flux subtracted in 200 components = 0.000621118 Jy ! Clean residual min=-0.002392 max=0.002561 Jy/beam ! Clean residual mean=0.000003 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.166363 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.166363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124675Jy sigma=0.000659 ! Fit after self-cal, rms=0.124699Jy sigma=0.000659 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.87945e-05 Jy ! Component: 100 - total flux cleaned = -0.000111945 Jy ! Component: 150 - total flux cleaned = -0.000137426 Jy ! Component: 200 - total flux cleaned = -0.000161271 Jy ! Total flux subtracted in 200 components = -0.000161271 Jy ! Clean residual min=-0.002380 max=0.002550 Jy/beam ! Clean residual mean=0.000002 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.166202 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.166202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124689Jy sigma=0.000659 ! Fit after self-cal, rms=0.124686Jy 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.124686Jy sigma=0.000659 ! Fit after self-cal, rms=0.124922Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.34 mas, bmaj=9.803 mas, bpa=-1.786 degrees ! Estimated noise=947.688 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000443297 Jy ! Component: 100 - total flux cleaned = 0.00041482 Jy ! Component: 150 - total flux cleaned = 0.000368407 Jy ! Component: 200 - total flux cleaned = 0.000347865 Jy ! Total flux subtracted in 200 components = 0.000347865 Jy ! Clean residual min=-0.002253 max=0.002528 Jy/beam ! Clean residual mean=0.000003 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.16655 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.16655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124909Jy sigma=0.000659 ! Fit after self-cal, rms=0.124910Jy sigma=0.000659 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 = -2.19683e-05 Jy ! Component: 100 - total flux cleaned = -6.16457e-05 Jy ! Component: 150 - total flux cleaned = -7.99948e-05 Jy ! Component: 200 - total flux cleaned = -9.80501e-05 Jy ! Total flux subtracted in 200 components = -9.80501e-05 Jy ! Clean residual min=-0.002260 max=0.002536 Jy/beam ! Clean residual mean=0.000003 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.166452 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.166452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124905Jy sigma=0.000659 ! Fit after self-cal, rms=0.124902Jy sigma=0.000659 ! 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.124902Jy sigma=0.000659 ! Fit after self-cal, rms=0.125086Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.131 mas, bmaj=21.1 mas, bpa=-0.5698 degrees ! Estimated noise=1163.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380437 Jy ! Component: 100 - total flux cleaned = 0.000389855 Jy ! Component: 150 - total flux cleaned = 0.000398057 Jy ! Component: 200 - total flux cleaned = 0.000398261 Jy ! Total flux subtracted in 200 components = 0.000398261 Jy ! Clean residual min=-0.002186 max=0.002452 Jy/beam ! Clean residual mean=0.000004 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.16685 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 75 components and 0.16685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125085Jy sigma=0.000659 ! Fit after self-cal, rms=0.125089Jy sigma=0.000659 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.15438e-05 Jy ! Component: 100 - total flux cleaned = 1.09136e-05 Jy ! Component: 150 - total flux cleaned = 1.07462e-05 Jy ! Component: 200 - total flux cleaned = 3.14468e-06 Jy ! Total flux subtracted in 200 components = 3.14468e-06 Jy ! Clean residual min=-0.002186 max=0.002458 Jy/beam ! Clean residual mean=0.000004 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.166853 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 76 components and 0.166853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125088Jy sigma=0.000659 ! Fit after self-cal, rms=0.125089Jy sigma=0.000659 ! 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.328 mas, bmaj=9.765 mas, bpa=-1.893 degrees ! Estimated noise=946.784 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.328 x 9.765 at -1.893 degrees (North through East) ! Clean map min=-0.0021234 max=0.12989 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.68 mas, bmaj=8.012 mas, bpa=-1.726 degrees ! Estimated noise=1497.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0977316 Jy ! Component: 100 - total flux cleaned = 0.128719 Jy ! Component: 150 - total flux cleaned = 0.144573 Jy ! Component: 200 - total flux cleaned = 0.154086 Jy ! Total flux subtracted in 200 components = 0.154086 Jy ! Clean residual min=-0.005223 max=0.006980 Jy/beam ! Clean residual mean=-0.000007 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.154086 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.154086 Jy ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=9.765 mas, bpa=-1.893 degrees ! Estimated noise=946.784 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.00679226 Jy ! Component: 100 - total flux cleaned = 0.0101406 Jy ! Component: 150 - total flux cleaned = 0.0117415 Jy ! Component: 200 - total flux cleaned = 0.0120382 Jy ! Total flux subtracted in 200 components = 0.0120382 Jy ! Clean residual min=-0.002480 max=0.002557 Jy/beam ! Clean residual mean=0.000001 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.166124 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.166124 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.131 mas, bmaj=21.1 mas, bpa=-0.5698 degrees ! Estimated noise=1163.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00061587 Jy ! Component: 100 - total flux cleaned = 0.000692756 Jy ! Component: 150 - total flux cleaned = 0.000736268 Jy ! Component: 200 - total flux cleaned = 0.000790797 Jy ! Total flux subtracted in 200 components = 0.000790797 Jy ! Clean residual min=-0.002231 max=0.002444 Jy/beam ! Clean residual mean=0.000004 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.166915 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.61373e-05 Jy ! Component: 100 - total flux cleaned = 3.15237e-05 Jy ! Component: 150 - total flux cleaned = 4.57867e-05 Jy ! Component: 200 - total flux cleaned = 6.04469e-05 Jy ! Total flux subtracted in 200 components = 6.04469e-05 Jy ! Clean residual min=-0.002228 max=0.002440 Jy/beam ! Clean residual mean=0.000004 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.166976 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.166976 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.328 mas, bmaj=9.765 mas, bpa=-1.893 degrees ! Estimated noise=946.784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00014325 Jy ! Component: 100 - total flux cleaned = -0.000143187 Jy ! Component: 150 - total flux cleaned = -0.000143398 Jy ! Component: 200 - total flux cleaned = -0.000170563 Jy ! Total flux subtracted in 200 components = -0.000170563 Jy ! Clean residual min=-0.002309 max=0.002537 Jy/beam ! Clean residual mean=0.000003 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.166805 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.166805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125107Jy sigma=0.000659 ! Fit after self-cal, rms=0.125101Jy sigma=0.000659 wmodel J0324-2918_S_2017_02_24_pus_map.mod ! Writing 54 model components to file: J0324-2918_S_2017_02_24_pus_map.mod wobs J0324-2918_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0324-2918_S_2017_02_24_pus_uvs.fits wwins J0324-2918_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0324-2918_S_2017_02_24_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000337655 Jy ! Component: 100 - total flux cleaned = 0.000337706 Jy ! Component: 150 - total flux cleaned = 0.000570385 Jy ! Component: 200 - total flux cleaned = 0.000607544 Jy ! Component: 250 - total flux cleaned = 0.000537955 Jy ! Component: 300 - total flux cleaned = 0.000266705 Jy ! Component: 350 - total flux cleaned = 3.56914e-05 Jy ! Component: 400 - total flux cleaned = -9.31571e-05 Jy ! Component: 450 - total flux cleaned = -0.000344257 Jy ! Component: 500 - total flux cleaned = -0.000405598 Jy ! Component: 550 - total flux cleaned = -0.000466348 Jy ! Component: 600 - total flux cleaned = -0.000525255 Jy ! Component: 650 - total flux cleaned = -0.000669178 Jy ! Component: 700 - total flux cleaned = -0.000753377 Jy ! Component: 750 - total flux cleaned = -0.000807997 Jy ! Component: 800 - total flux cleaned = -0.000808296 Jy ! Component: 850 - total flux cleaned = -0.000915249 Jy ! Component: 900 - total flux cleaned = -0.000993946 Jy ! Component: 950 - total flux cleaned = -0.0010455 Jy ! Component: 1000 - total flux cleaned = -0.00114673 Jy ! Component: 1050 - total flux cleaned = -0.00122127 Jy ! Component: 1100 - total flux cleaned = -0.00131849 Jy ! Component: 1150 - total flux cleaned = -0.00131829 Jy ! Component: 1200 - total flux cleaned = -0.00141339 Jy ! Component: 1250 - total flux cleaned = -0.00152931 Jy ! Component: 1300 - total flux cleaned = -0.0016433 Jy ! Component: 1350 - total flux cleaned = -0.00171073 Jy ! Component: 1400 - total flux cleaned = -0.00177714 Jy ! Component: 1450 - total flux cleaned = -0.00184266 Jy ! Component: 1500 - total flux cleaned = -0.00190744 Jy ! Component: 1550 - total flux cleaned = -0.00199244 Jy ! Component: 1600 - total flux cleaned = -0.0020963 Jy ! Component: 1650 - total flux cleaned = -0.00203419 Jy ! Component: 1700 - total flux cleaned = -0.00207535 Jy ! Component: 1750 - total flux cleaned = -0.00207536 Jy ! Component: 1800 - total flux cleaned = -0.00209529 Jy ! Component: 1850 - total flux cleaned = -0.00213414 Jy ! Component: 1900 - total flux cleaned = -0.00203726 Jy ! Component: 1950 - total flux cleaned = -0.00207578 Jy ! Component: 2000 - total flux cleaned = -0.00196242 Jy ! Component: 2050 - total flux cleaned = -0.00192525 Jy ! Component: 2100 - total flux cleaned = -0.00192479 Jy ! Component: 2150 - total flux cleaned = -0.00181524 Jy ! Component: 2200 - total flux cleaned = -0.00177916 Jy ! Component: 2250 - total flux cleaned = -0.00170759 Jy ! Component: 2300 - total flux cleaned = -0.00165473 Jy ! Component: 2350 - total flux cleaned = -0.00161984 Jy ! Component: 2400 - total flux cleaned = -0.00155055 Jy ! Component: 2450 - total flux cleaned = -0.00148187 Jy ! Component: 2500 - total flux cleaned = -0.00144787 Jy ! Component: 2550 - total flux cleaned = -0.00134695 Jy ! Component: 2600 - total flux cleaned = -0.00128021 Jy ! Component: 2650 - total flux cleaned = -0.00118122 Jy ! Component: 2700 - total flux cleaned = -0.00111589 Jy ! Component: 2750 - total flux cleaned = -0.0010352 Jy ! Component: 2800 - total flux cleaned = -0.000986999 Jy ! Component: 2850 - total flux cleaned = -0.000939415 Jy ! Component: 2900 - total flux cleaned = -0.000907909 Jy ! Component: 2950 - total flux cleaned = -0.000861108 Jy ! Component: 3000 - total flux cleaned = -0.000799038 Jy ! Component: 3050 - total flux cleaned = -0.000706656 Jy ! Component: 3100 - total flux cleaned = -0.000660896 Jy ! Component: 3150 - total flux cleaned = -0.000645873 Jy ! Component: 3200 - total flux cleaned = -0.000555499 Jy ! Component: 3250 - total flux cleaned = -0.000480849 Jy ! Component: 3300 - total flux cleaned = -0.000421592 Jy ! Component: 3350 - total flux cleaned = -0.000318869 Jy ! Component: 3400 - total flux cleaned = -0.000275453 Jy ! Component: 3450 - total flux cleaned = -0.000246614 Jy ! Component: 3500 - total flux cleaned = -0.000160566 Jy ! Component: 3550 - total flux cleaned = -0.000132103 Jy ! Component: 3600 - total flux cleaned = -0.000103933 Jy ! Component: 3650 - total flux cleaned = -4.78842e-05 Jy ! Component: 3700 - total flux cleaned = -3.39593e-05 Jy ! Component: 3750 - total flux cleaned = 4.8913e-05 Jy ! Component: 3800 - total flux cleaned = 0.000103686 Jy ! Component: 3850 - total flux cleaned = 0.000130847 Jy ! Component: 3900 - total flux cleaned = 0.00018506 Jy ! Component: 3950 - total flux cleaned = 0.000211865 Jy ! Component: 4000 - total flux cleaned = 0.000225219 Jy ! Component: 4050 - total flux cleaned = 0.000251633 Jy ! Total flux subtracted in 4096 components = 0.000264713 Jy ! Clean residual min=-0.000760 max=0.000941 Jy/beam ! Clean residual mean=-0.000001 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.16707 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 344 components and 0.16707 Jy ![Exited script file: muppet] wmap "J0324-2918_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.328 x 9.765 at -1.893 degrees (North through East) ! Clean map min=-0.0016335 max=0.12974 Jy/beam ! Writing clean map to FITS file: J0324-2918_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.129739 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00024352 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.563099 0.563099 1.1262 2.2524 4.50479 9.00959 18.0192 36.0383 72.0767 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.129 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.328 x 9.765 at -1.893 degrees (North through East) ! Clean map min=-0.0016335 max=0.12974 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 J0324-2918_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:16:32 2019