! Started logfile: J0348-1610_S_2017_01_21_pus_uvs.log on Sun May 5 15:45:19 2019 obs J0348-1610_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0348-1610_S_2017_01_21_pus_uva.fits ! AN table 1: 111 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.744995 visibilities/baseline/integration-bin. ! Found source: J0348-1610 ! ! 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 558 lines of history. ! ! Reading 11908 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 J0348-1610_S_2017_01_21_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 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 214 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 442 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.792608Jy sigma=0.005533 ! Fit after self-cal, rms=0.779540Jy sigma=0.005445 ! 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.471 mas, bmaj=6.547 mas, bpa=-2.505 degrees ! Estimated noise=1444.69 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.169792 Jy ! Component: 100 - total flux cleaned = 0.214971 Jy ! Total flux subtracted in 100 components = 0.214971 Jy ! Clean residual min=-0.010724 max=0.025841 Jy/beam ! Clean residual mean=0.000005 rms=0.003109 Jy/beam ! Combined flux in latest and established models = 0.214971 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.214971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119103Jy sigma=0.000793 ! Fit after self-cal, rms=0.119031Jy sigma=0.000792 ! 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.0269016 Jy ! Component: 100 - total flux cleaned = 0.0435195 Jy ! Total flux subtracted in 100 components = 0.0435195 Jy ! Clean residual min=-0.007667 max=0.009965 Jy/beam ! Clean residual mean=0.000007 rms=0.002130 Jy/beam ! Combined flux in latest and established models = 0.25849 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 0.25849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110957Jy sigma=0.000721 ! Fit after self-cal, rms=0.110702Jy sigma=0.000719 ! 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.966 mas, bmaj=7.503 mas, bpa=-1.999 degrees ! Estimated noise=1003 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.0177486 Jy ! Component: 100 - total flux cleaned = 0.0283579 Jy ! Component: 150 - total flux cleaned = 0.0355018 Jy ! Component: 200 - total flux cleaned = 0.0404382 Jy ! Total flux subtracted in 200 components = 0.0404382 Jy ! Clean residual min=-0.006901 max=0.008396 Jy/beam ! Clean residual mean=0.000005 rms=0.001878 Jy/beam ! Combined flux in latest and established models = 0.298928 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 70 components and 0.298928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107999Jy sigma=0.000693 ! Fit after self-cal, rms=0.107855Jy sigma=0.000691 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.87 HN 0.99 LA 1.02 ! MK 1.01 NL 1.01 OV 1.02 PT 1.00 ! SC 0.95 ! ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.88 HN 1.05 LA 0.99 ! MK 0.99 NL 1.08 OV 1.05 PT 0.98 ! SC 1.01 ! ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.95 HN 1.03 LA 0.96 ! MK 1.04 NL 1.06 OV 0.95 PT 0.96 ! SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.92 HN 1.04 LA 0.93 ! MK 1.01 NL 1.00* OV 0.99 PT 0.97 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.107855Jy sigma=0.000691 ! Fit after self-cal, rms=0.108301Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.977 mas, bmaj=7.58 mas, bpa=-1.952 degrees ! Estimated noise=999.094 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 (8, -57.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00696141 Jy ! Component: 100 - total flux cleaned = 0.0105467 Jy ! Component: 150 - total flux cleaned = 0.0122539 Jy ! Component: 200 - total flux cleaned = 0.0131119 Jy ! Total flux subtracted in 200 components = 0.0131119 Jy ! Clean residual min=-0.004948 max=0.004861 Jy/beam ! Clean residual mean=0.000009 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.31204 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 100 components and 0.31204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107888Jy sigma=0.000675 ! Fit after self-cal, rms=0.107946Jy sigma=0.000675 ! 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.107946Jy sigma=0.000675 ! Fit after self-cal, rms=0.107409Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=7.581 mas, bpa=-2.138 degrees ! Estimated noise=997.002 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236904 Jy ! Component: 100 - total flux cleaned = 0.00404302 Jy ! Component: 150 - total flux cleaned = 0.00474094 Jy ! Component: 200 - total flux cleaned = 0.00511214 Jy ! Total flux subtracted in 200 components = 0.00511214 Jy ! Clean residual min=-0.004073 max=0.004778 Jy/beam ! Clean residual mean=0.000007 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.317152 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 126 components and 0.317152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107342Jy sigma=0.000668 ! Fit after self-cal, rms=0.107353Jy sigma=0.000668 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 (-11.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0047738 Jy ! Component: 100 - total flux cleaned = 0.00655949 Jy ! Component: 150 - total flux cleaned = 0.00664773 Jy ! Component: 200 - total flux cleaned = 0.00651163 Jy ! Total flux subtracted in 200 components = 0.00651163 Jy ! Clean residual min=-0.003619 max=0.003729 Jy/beam ! Clean residual mean=0.000009 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.323664 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 162 components and 0.323664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107101Jy sigma=0.000667 ! Fit after self-cal, rms=0.107091Jy sigma=0.000666 ! 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.107091Jy sigma=0.000666 ! Fit after self-cal, rms=0.107093Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=7.578 mas, bpa=-2.158 degrees ! Estimated noise=992.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165641 Jy ! Component: 100 - total flux cleaned = 0.00179341 Jy ! Component: 150 - total flux cleaned = 0.00179098 Jy ! Component: 200 - total flux cleaned = 0.00184497 Jy ! Total flux subtracted in 200 components = 0.00184497 Jy ! Clean residual min=-0.003116 max=0.003134 Jy/beam ! Clean residual mean=0.000007 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.325509 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 178 components and 0.325509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107016Jy sigma=0.000664 ! Fit after self-cal, rms=0.107031Jy sigma=0.000664 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.000219623 Jy ! Component: 100 - total flux cleaned = 0.000314576 Jy ! Component: 150 - total flux cleaned = 0.000356 Jy ! Component: 200 - total flux cleaned = 0.000396473 Jy ! Total flux subtracted in 200 components = 0.000396473 Jy ! Clean residual min=-0.003010 max=0.003060 Jy/beam ! Clean residual mean=0.000007 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.325905 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 193 components and 0.325905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106994Jy sigma=0.000664 ! Fit after self-cal, rms=0.106993Jy sigma=0.000664 ! 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.106993Jy sigma=0.000664 ! Fit after self-cal, rms=0.106801Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.102 mas, bmaj=15.2 mas, bpa=6.706 degrees ! Estimated noise=1282.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110179 Jy ! Component: 100 - total flux cleaned = 0.00100453 Jy ! Component: 150 - total flux cleaned = 0.000923983 Jy ! Component: 200 - total flux cleaned = 0.000890057 Jy ! Total flux subtracted in 200 components = 0.000890057 Jy ! Clean residual min=-0.003759 max=0.003824 Jy/beam ! Clean residual mean=0.000013 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.326795 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 213 components and 0.326796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106777Jy sigma=0.000664 ! Fit after self-cal, rms=0.106773Jy sigma=0.000664 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 = 4.33658e-05 Jy ! Component: 100 - total flux cleaned = -2.3753e-05 Jy ! Component: 150 - total flux cleaned = 4.83512e-06 Jy ! Component: 200 - total flux cleaned = 2.9266e-05 Jy ! Total flux subtracted in 200 components = 2.9266e-05 Jy ! Clean residual min=-0.003648 max=0.003818 Jy/beam ! Clean residual mean=0.000013 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.326825 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 221 components and 0.326825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106769Jy sigma=0.000664 ! Fit after self-cal, rms=0.106769Jy sigma=0.000664 ! 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.972 mas, bmaj=7.571 mas, bpa=-2.149 degrees ! Estimated noise=991.647 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.972 x 7.571 at -2.149 degrees (North through East) ! Clean map min=-0.0038387 max=0.22638 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.484 mas, bmaj=6.595 mas, bpa=-2.515 degrees ! Estimated noise=1434.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.166116 Jy ! Component: 100 - total flux cleaned = 0.212077 Jy ! Component: 150 - total flux cleaned = 0.238092 Jy ! Component: 200 - total flux cleaned = 0.254905 Jy ! Total flux subtracted in 200 components = 0.254905 Jy ! Clean residual min=-0.006604 max=0.008986 Jy/beam ! Clean residual mean=0.000000 rms=0.001728 Jy/beam ! Combined flux in latest and established models = 0.254905 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.254905 Jy ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=7.571 mas, bpa=-2.149 degrees ! Estimated noise=991.647 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.0169322 Jy ! Component: 100 - total flux cleaned = 0.0280118 Jy ! Component: 150 - total flux cleaned = 0.0365062 Jy ! Component: 200 - total flux cleaned = 0.0431672 Jy ! Total flux subtracted in 200 components = 0.0431672 Jy ! Clean residual min=-0.004260 max=0.004660 Jy/beam ! Clean residual mean=-0.000002 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.298072 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 59 components and 0.298072 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.102 mas, bmaj=15.2 mas, bpa=6.706 degrees ! Estimated noise=1282.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00960525 Jy ! Component: 100 - total flux cleaned = 0.0158185 Jy ! Component: 150 - total flux cleaned = 0.0200088 Jy ! Component: 200 - total flux cleaned = 0.0217273 Jy ! Total flux subtracted in 200 components = 0.0217273 Jy ! Clean residual min=-0.004500 max=0.004708 Jy/beam ! Clean residual mean=0.000008 rms=0.001421 Jy/beam ! Combined flux in latest and established models = 0.319799 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.00129672 Jy ! Component: 100 - total flux cleaned = 0.00228149 Jy ! Component: 150 - total flux cleaned = 0.00310927 Jy ! Component: 200 - total flux cleaned = 0.00374751 Jy ! Total flux subtracted in 200 components = 0.00374751 Jy ! Clean residual min=-0.003918 max=0.004149 Jy/beam ! Clean residual mean=0.000010 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.323546 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 143 components and 0.323547 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.972 mas, bmaj=7.571 mas, bpa=-2.149 degrees ! Estimated noise=991.647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000709478 Jy ! Component: 100 - total flux cleaned = 0.000638787 Jy ! Component: 150 - total flux cleaned = 0.0006374 Jy ! Component: 200 - total flux cleaned = 0.000525171 Jy ! Total flux subtracted in 200 components = 0.000525171 Jy ! Clean residual min=-0.002838 max=0.003160 Jy/beam ! Clean residual mean=0.000006 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.324072 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 163 components and 0.324072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106856Jy sigma=0.000664 ! Fit after self-cal, rms=0.106830Jy sigma=0.000664 wmodel J0348-1610_S_2017_01_21_pus_map.mod ! Writing 163 model components to file: J0348-1610_S_2017_01_21_pus_map.mod wobs J0348-1610_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0348-1610_S_2017_01_21_pus_uvs.fits wwins J0348-1610_S_2017_01_21_pus_map.win ! wwins: Wrote 4 windows to J0348-1610_S_2017_01_21_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.00138033 Jy ! Component: 100 - total flux cleaned = 0.00174699 Jy ! Component: 150 - total flux cleaned = 0.00199295 Jy ! Component: 200 - total flux cleaned = 0.00194691 Jy ! Component: 250 - total flux cleaned = 0.00190256 Jy ! Component: 300 - total flux cleaned = 0.00181555 Jy ! Component: 350 - total flux cleaned = 0.00164894 Jy ! Component: 400 - total flux cleaned = 0.00152933 Jy ! Component: 450 - total flux cleaned = 0.00148996 Jy ! Component: 500 - total flux cleaned = 0.00141352 Jy ! Component: 550 - total flux cleaned = 0.0014136 Jy ! Component: 600 - total flux cleaned = 0.00155941 Jy ! Component: 650 - total flux cleaned = 0.00152352 Jy ! Component: 700 - total flux cleaned = 0.00162841 Jy ! Component: 750 - total flux cleaned = 0.00166272 Jy ! Component: 800 - total flux cleaned = 0.00169676 Jy ! Component: 850 - total flux cleaned = 0.00173011 Jy ! Component: 900 - total flux cleaned = 0.00166522 Jy ! Component: 950 - total flux cleaned = 0.00172927 Jy ! Component: 1000 - total flux cleaned = 0.00160351 Jy ! Component: 1050 - total flux cleaned = 0.00157262 Jy ! Component: 1100 - total flux cleaned = 0.00145073 Jy ! Component: 1150 - total flux cleaned = 0.00139087 Jy ! Component: 1200 - total flux cleaned = 0.00130212 Jy ! Component: 1250 - total flux cleaned = 0.00127297 Jy ! Component: 1300 - total flux cleaned = 0.0012152 Jy ! Component: 1350 - total flux cleaned = 0.0011584 Jy ! Component: 1400 - total flux cleaned = 0.00110161 Jy ! Component: 1450 - total flux cleaned = 0.000990378 Jy ! Component: 1500 - total flux cleaned = 0.00104587 Jy ! Component: 1550 - total flux cleaned = 0.000936682 Jy ! Component: 1600 - total flux cleaned = 0.000909903 Jy ! Component: 1650 - total flux cleaned = 0.000829584 Jy ! Component: 1700 - total flux cleaned = 0.00077618 Jy ! Component: 1750 - total flux cleaned = 0.000671452 Jy ! Component: 1800 - total flux cleaned = 0.000645794 Jy ! Component: 1850 - total flux cleaned = 0.00061988 Jy ! Component: 1900 - total flux cleaned = 0.000671248 Jy ! Component: 1950 - total flux cleaned = 0.000747184 Jy ! Component: 2000 - total flux cleaned = 0.000772282 Jy ! Component: 2050 - total flux cleaned = 0.000797105 Jy ! Component: 2100 - total flux cleaned = 0.000747688 Jy ! Component: 2150 - total flux cleaned = 0.000772056 Jy ! Component: 2200 - total flux cleaned = 0.00082032 Jy ! Component: 2250 - total flux cleaned = 0.000820374 Jy ! Component: 2300 - total flux cleaned = 0.000939758 Jy ! Component: 2350 - total flux cleaned = 0.000987057 Jy ! Component: 2400 - total flux cleaned = 0.000916564 Jy ! Component: 2450 - total flux cleaned = 0.000986806 Jy ! Component: 2500 - total flux cleaned = 0.000986976 Jy ! Component: 2550 - total flux cleaned = 0.000964089 Jy ! Component: 2600 - total flux cleaned = 0.0011013 Jy ! Component: 2650 - total flux cleaned = 0.00119206 Jy ! Component: 2700 - total flux cleaned = 0.0011022 Jy ! Component: 2750 - total flux cleaned = 0.00114693 Jy ! Component: 2800 - total flux cleaned = 0.00116951 Jy ! Component: 2850 - total flux cleaned = 0.00119183 Jy ! Component: 2900 - total flux cleaned = 0.00127941 Jy ! Component: 2950 - total flux cleaned = 0.00130139 Jy ! Component: 3000 - total flux cleaned = 0.00138794 Jy ! Component: 3050 - total flux cleaned = 0.00143062 Jy ! Component: 3100 - total flux cleaned = 0.00145193 Jy ! Component: 3150 - total flux cleaned = 0.00136733 Jy ! Component: 3200 - total flux cleaned = 0.00153519 Jy ! Component: 3250 - total flux cleaned = 0.00151447 Jy ! Component: 3300 - total flux cleaned = 0.00159747 Jy ! Component: 3350 - total flux cleaned = 0.00155628 Jy ! Component: 3400 - total flux cleaned = 0.0015359 Jy ! Component: 3450 - total flux cleaned = 0.00155619 Jy ! Component: 3500 - total flux cleaned = 0.00155644 Jy ! Component: 3550 - total flux cleaned = 0.00153627 Jy ! Component: 3600 - total flux cleaned = 0.00157626 Jy ! Component: 3650 - total flux cleaned = 0.00157639 Jy ! Component: 3700 - total flux cleaned = 0.00163552 Jy ! Component: 3750 - total flux cleaned = 0.00161586 Jy ! Component: 3800 - total flux cleaned = 0.00163538 Jy ! Component: 3850 - total flux cleaned = 0.00169341 Jy ! Component: 3900 - total flux cleaned = 0.00173167 Jy ! Component: 3950 - total flux cleaned = 0.00173166 Jy ! Component: 4000 - total flux cleaned = 0.00184521 Jy ! Component: 4050 - total flux cleaned = 0.00184499 Jy ! Total flux subtracted in 4096 components = 0.00182614 Jy ! Clean residual min=-0.001077 max=0.001230 Jy/beam ! Clean residual mean=0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.325898 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 472 components and 0.325898 Jy ![Exited script file: muppet] wmap "J0348-1610_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.972 x 7.571 at -2.149 degrees (North through East) ! Clean map min=-0.0034028 max=0.22715 Jy/beam ! Writing clean map to FITS file: J0348-1610_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.227152 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000344886 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.455491 0.455491 0.910983 1.82197 3.64393 7.28786 14.5757 29.1514 58.3029 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.227 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.972 x 7.571 at -2.149 degrees (North through East) ! Clean map min=-0.0034028 max=0.22715 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 J0348-1610_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:45:25 2019