! Started logfile: J0208-1739_S_2017_06_10_pus_uvs.log on Mon May 6 14:42:44 2019 obs J0208-1739_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0208-1739_S_2017_06_10_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.901836 visibilities/baseline/integration-bin. ! Found source: J0208-1739 ! ! 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 1154 lines of history. ! ! Reading 18668 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 J0208-1739_S_2017_06_10_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 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 738 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903420Jy sigma=0.007655 ! Fit after self-cal, rms=0.889719Jy sigma=0.007551 ! 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.504 mas, bmaj=7.113 mas, bpa=-5.94 degrees ! Estimated noise=1031.74 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.0866609 Jy ! Component: 100 - total flux cleaned = 0.106426 Jy ! Total flux subtracted in 100 components = 0.106426 Jy ! Clean residual min=-0.004413 max=0.007904 Jy/beam ! Clean residual mean=-0.000005 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.106426 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.106426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085945Jy sigma=0.000695 ! Fit after self-cal, rms=0.085945Jy sigma=0.000695 ! Inverting map ! Added new window around map position (2.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00866015 Jy ! Component: 100 - total flux cleaned = 0.0135639 Jy ! Total flux subtracted in 100 components = 0.0135639 Jy ! Clean residual min=-0.003790 max=0.004490 Jy/beam ! Clean residual mean=-0.000003 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.11999 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 21 components and 0.11999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085039Jy sigma=0.000687 ! Fit after self-cal, rms=0.085037Jy 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.004 mas, bmaj=8.043 mas, bpa=-6.003 degrees ! Estimated noise=729.741 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.00299439 Jy ! Component: 100 - total flux cleaned = 0.00342133 Jy ! Component: 150 - total flux cleaned = 0.00358763 Jy ! Component: 200 - total flux cleaned = 0.003717 Jy ! Total flux subtracted in 200 components = 0.003717 Jy ! Clean residual min=-0.002389 max=0.002235 Jy/beam ! Clean residual mean=-0.000001 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.123707 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.123707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084901Jy sigma=0.000685 ! Fit after self-cal, rms=0.084900Jy sigma=0.000685 ! 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.91 FD 0.95 HN 0.99 KP 1.07 ! LA 0.99 MK 1.15 NL 0.91 OV 1.02 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.02 KP 0.99 ! LA 0.98 MK 0.96 NL 1.02 OV 1.04 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.99 KP 0.99 ! LA 0.99 MK 0.98 NL 0.98 OV 0.93 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! A total of 126 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.95 KP 1.00* ! LA 0.96 MK 0.92 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.084900Jy sigma=0.000685 ! Fit after self-cal, rms=0.083970Jy sigma=0.000683 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=8.043 mas, bpa=-5.849 degrees ! Estimated noise=733.321 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.0006752 Jy ! Component: 100 - total flux cleaned = -0.000675365 Jy ! Component: 150 - total flux cleaned = -0.000713774 Jy ! Component: 200 - total flux cleaned = -0.000713706 Jy ! Total flux subtracted in 200 components = -0.000713706 Jy ! Clean residual min=-0.001913 max=0.002077 Jy/beam ! Clean residual mean=-0.000002 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.122993 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.122993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083959Jy sigma=0.000683 ! Fit after self-cal, rms=0.083944Jy sigma=0.000683 ! 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.083944Jy sigma=0.000683 ! Fit after self-cal, rms=0.084377Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.019 mas, bmaj=8.078 mas, bpa=-5.768 degrees ! Estimated noise=733.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000295734 Jy ! Component: 100 - total flux cleaned = -0.000315818 Jy ! Component: 150 - total flux cleaned = -0.000315845 Jy ! Component: 200 - total flux cleaned = -0.000314993 Jy ! Total flux subtracted in 200 components = -0.000314993 Jy ! Clean residual min=-0.001802 max=0.002150 Jy/beam ! Clean residual mean=-0.000000 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.122678 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.122678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084368Jy sigma=0.000682 ! Fit after self-cal, rms=0.084381Jy sigma=0.000682 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 (-24.5, -44). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163338 Jy ! Component: 100 - total flux cleaned = 0.00198571 Jy ! Component: 150 - total flux cleaned = 0.00225708 Jy ! Component: 200 - total flux cleaned = 0.0024728 Jy ! Total flux subtracted in 200 components = 0.0024728 Jy ! Clean residual min=-0.001668 max=0.001710 Jy/beam ! Clean residual mean=-0.000002 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.125151 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 74 components and 0.125151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084336Jy sigma=0.000681 ! Fit after self-cal, rms=0.084331Jy sigma=0.000681 ! 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.084331Jy sigma=0.000681 ! Fit after self-cal, rms=0.084488Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=8.095 mas, bpa=-5.691 degrees ! Estimated noise=734.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000374008 Jy ! Component: 100 - total flux cleaned = 0.000415875 Jy ! Component: 150 - total flux cleaned = 0.000396706 Jy ! Component: 200 - total flux cleaned = 0.000362691 Jy ! Total flux subtracted in 200 components = 0.000362691 Jy ! Clean residual min=-0.001607 max=0.001750 Jy/beam ! Clean residual mean=-0.000002 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.125513 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 86 components and 0.125513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084479Jy sigma=0.000681 ! Fit after self-cal, rms=0.084482Jy sigma=0.000681 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.02681e-05 Jy ! Component: 100 - total flux cleaned = -1.11767e-05 Jy ! Component: 150 - total flux cleaned = -4.12707e-05 Jy ! Component: 200 - total flux cleaned = -7.02791e-05 Jy ! Total flux subtracted in 200 components = -7.02791e-05 Jy ! Clean residual min=-0.001608 max=0.001754 Jy/beam ! Clean residual mean=-0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.125443 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 99 components and 0.125443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084476Jy sigma=0.000681 ! Fit after self-cal, rms=0.084476Jy sigma=0.000681 ! 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.084476Jy sigma=0.000681 ! Fit after self-cal, rms=0.084517Jy sigma=0.000681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.372 mas, bmaj=16.81 mas, bpa=-3.979 degrees ! Estimated noise=945.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000334011 Jy ! Component: 100 - total flux cleaned = -0.000513237 Jy ! Component: 150 - total flux cleaned = -0.000538011 Jy ! Component: 200 - total flux cleaned = -0.000561448 Jy ! Total flux subtracted in 200 components = -0.000561448 Jy ! Clean residual min=-0.001622 max=0.001699 Jy/beam ! Clean residual mean=-0.000005 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.124882 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 115 components and 0.124882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084516Jy sigma=0.000681 ! Fit after self-cal, rms=0.084516Jy sigma=0.000681 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.31937e-05 Jy ! Component: 100 - total flux cleaned = -6.38311e-05 Jy ! Component: 150 - total flux cleaned = -7.37321e-05 Jy ! Component: 200 - total flux cleaned = -8.34043e-05 Jy ! Total flux subtracted in 200 components = -8.34043e-05 Jy ! Clean residual min=-0.001601 max=0.001695 Jy/beam ! Clean residual mean=-0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.124798 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.124798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084515Jy sigma=0.000681 ! Fit after self-cal, rms=0.084515Jy sigma=0.000681 ! 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.027 mas, bmaj=8.099 mas, bpa=-5.667 degrees ! Estimated noise=734.073 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.027 x 8.099 at -5.667 degrees (North through East) ! Clean map min=-0.0014966 max=0.11188 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.523 mas, bmaj=7.199 mas, bpa=-5.792 degrees ! Estimated noise=1054.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0872901 Jy ! Component: 100 - total flux cleaned = 0.107015 Jy ! Component: 150 - total flux cleaned = 0.114729 Jy ! Component: 200 - total flux cleaned = 0.119049 Jy ! Total flux subtracted in 200 components = 0.119049 Jy ! Clean residual min=-0.003021 max=0.003302 Jy/beam ! Clean residual mean=0.000000 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.119049 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.119049 Jy ! Inverting map and beam ! Estimated beam: bmin=3.027 mas, bmaj=8.099 mas, bpa=-5.667 degrees ! Estimated noise=734.073 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.00275562 Jy ! Component: 100 - total flux cleaned = 0.0037153 Jy ! Component: 150 - total flux cleaned = 0.00419231 Jy ! Component: 200 - total flux cleaned = 0.0045946 Jy ! Total flux subtracted in 200 components = 0.0045946 Jy ! Clean residual min=-0.001724 max=0.001824 Jy/beam ! Clean residual mean=-0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.123643 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.123643 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.372 mas, bmaj=16.81 mas, bpa=-3.979 degrees ! Estimated noise=945.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000880859 Jy ! Component: 100 - total flux cleaned = 0.00105335 Jy ! Component: 150 - total flux cleaned = 0.00113239 Jy ! Component: 200 - total flux cleaned = 0.00111518 Jy ! Total flux subtracted in 200 components = 0.00111518 Jy ! Clean residual min=-0.001662 max=0.001704 Jy/beam ! Clean residual mean=-0.000005 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.124758 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.61871e-05 Jy ! Component: 100 - total flux cleaned = -1.62236e-05 Jy ! Component: 150 - total flux cleaned = -3.05776e-05 Jy ! Component: 200 - total flux cleaned = -4.34786e-05 Jy ! Total flux subtracted in 200 components = -4.34786e-05 Jy ! Clean residual min=-0.001624 max=0.001701 Jy/beam ! Clean residual mean=-0.000005 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.124715 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 66 components and 0.124715 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.027 mas, bmaj=8.099 mas, bpa=-5.667 degrees ! Estimated noise=734.073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000246208 Jy ! Component: 100 - total flux cleaned = 0.000309128 Jy ! Component: 150 - total flux cleaned = 0.000309241 Jy ! Component: 200 - total flux cleaned = 0.00031007 Jy ! Total flux subtracted in 200 components = 0.00031007 Jy ! Clean residual min=-0.001574 max=0.001813 Jy/beam ! Clean residual mean=-0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.125025 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 85 components and 0.125025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084529Jy sigma=0.000681 ! Fit after self-cal, rms=0.084522Jy sigma=0.000681 wmodel J0208-1739_S_2017_06_10_pus_map.mod ! Writing 85 model components to file: J0208-1739_S_2017_06_10_pus_map.mod wobs J0208-1739_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0208-1739_S_2017_06_10_pus_uvs.fits wwins J0208-1739_S_2017_06_10_pus_map.win ! wwins: Wrote 3 windows to J0208-1739_S_2017_06_10_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.000721132 Jy ! Component: 100 - total flux cleaned = 0.000986707 Jy ! Component: 150 - total flux cleaned = 0.00121109 Jy ! Component: 200 - total flux cleaned = 0.00153262 Jy ! Component: 250 - total flux cleaned = 0.00178983 Jy ! Component: 300 - total flux cleaned = 0.00193975 Jy ! Component: 350 - total flux cleaned = 0.00201206 Jy ! Component: 400 - total flux cleaned = 0.00205866 Jy ! Component: 450 - total flux cleaned = 0.00212697 Jy ! Component: 500 - total flux cleaned = 0.00208246 Jy ! Component: 550 - total flux cleaned = 0.00210426 Jy ! Component: 600 - total flux cleaned = 0.00206188 Jy ! Component: 650 - total flux cleaned = 0.00204147 Jy ! Component: 700 - total flux cleaned = 0.00204137 Jy ! Component: 750 - total flux cleaned = 0.00198096 Jy ! Component: 800 - total flux cleaned = 0.00196128 Jy ! Component: 850 - total flux cleaned = 0.00196131 Jy ! Component: 900 - total flux cleaned = 0.00201868 Jy ! Component: 950 - total flux cleaned = 0.00203725 Jy ! Component: 1000 - total flux cleaned = 0.00207466 Jy ! Component: 1050 - total flux cleaned = 0.00212943 Jy ! Component: 1100 - total flux cleaned = 0.00216511 Jy ! Component: 1150 - total flux cleaned = 0.00221851 Jy ! Component: 1200 - total flux cleaned = 0.00228884 Jy ! Component: 1250 - total flux cleaned = 0.00232338 Jy ! Component: 1300 - total flux cleaned = 0.00242597 Jy ! Component: 1350 - total flux cleaned = 0.00252722 Jy ! Component: 1400 - total flux cleaned = 0.00257703 Jy ! Component: 1450 - total flux cleaned = 0.00262629 Jy ! Component: 1500 - total flux cleaned = 0.00267497 Jy ! Component: 1550 - total flux cleaned = 0.00277081 Jy ! Component: 1600 - total flux cleaned = 0.00278639 Jy ! Component: 1650 - total flux cleaned = 0.00283352 Jy ! Component: 1700 - total flux cleaned = 0.00284903 Jy ! Component: 1750 - total flux cleaned = 0.0028642 Jy ! Component: 1800 - total flux cleaned = 0.00292471 Jy ! Component: 1850 - total flux cleaned = 0.00299963 Jy ! Component: 1900 - total flux cleaned = 0.00305869 Jy ! Component: 1950 - total flux cleaned = 0.00311683 Jy ! Component: 2000 - total flux cleaned = 0.00314544 Jy ! Component: 2050 - total flux cleaned = 0.00320262 Jy ! Component: 2100 - total flux cleaned = 0.00321671 Jy ! Component: 2150 - total flux cleaned = 0.00325853 Jy ! Component: 2200 - total flux cleaned = 0.00325875 Jy ! Component: 2250 - total flux cleaned = 0.00331373 Jy ! Component: 2300 - total flux cleaned = 0.00335458 Jy ! Component: 2350 - total flux cleaned = 0.00342165 Jy ! Component: 2400 - total flux cleaned = 0.00339518 Jy ! Component: 2450 - total flux cleaned = 0.00344809 Jy ! Component: 2500 - total flux cleaned = 0.00352659 Jy ! Component: 2550 - total flux cleaned = 0.00355241 Jy ! Component: 2600 - total flux cleaned = 0.00357804 Jy ! Component: 2650 - total flux cleaned = 0.0036542 Jy ! Component: 2700 - total flux cleaned = 0.00371692 Jy ! Component: 2750 - total flux cleaned = 0.00375424 Jy ! Component: 2800 - total flux cleaned = 0.0038034 Jy ! Component: 2850 - total flux cleaned = 0.00385244 Jy ! Component: 2900 - total flux cleaned = 0.00391308 Jy ! Component: 2950 - total flux cleaned = 0.00397315 Jy ! Component: 3000 - total flux cleaned = 0.00397313 Jy ! Component: 3050 - total flux cleaned = 0.00402038 Jy ! Component: 3100 - total flux cleaned = 0.00406735 Jy ! Component: 3150 - total flux cleaned = 0.00413701 Jy ! Component: 3200 - total flux cleaned = 0.00416011 Jy ! Component: 3250 - total flux cleaned = 0.00420595 Jy ! Component: 3300 - total flux cleaned = 0.00428529 Jy ! Component: 3350 - total flux cleaned = 0.00430763 Jy ! Component: 3400 - total flux cleaned = 0.00434118 Jy ! Component: 3450 - total flux cleaned = 0.00437441 Jy ! Component: 3500 - total flux cleaned = 0.00439657 Jy ! Component: 3550 - total flux cleaned = 0.00445109 Jy ! Component: 3600 - total flux cleaned = 0.00446206 Jy ! Component: 3650 - total flux cleaned = 0.00449435 Jy ! Component: 3700 - total flux cleaned = 0.00454774 Jy ! Component: 3750 - total flux cleaned = 0.00457947 Jy ! Component: 3800 - total flux cleaned = 0.00459006 Jy ! Component: 3850 - total flux cleaned = 0.00460048 Jy ! Component: 3900 - total flux cleaned = 0.00462136 Jy ! Component: 3950 - total flux cleaned = 0.00467301 Jy ! Component: 4000 - total flux cleaned = 0.00474464 Jy ! Component: 4050 - total flux cleaned = 0.00474464 Jy ! Total flux subtracted in 4096 components = 0.00474458 Jy ! Clean residual min=-0.000559 max=0.000594 Jy/beam ! Clean residual mean=0.000000 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.129769 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 366 components and 0.129769 Jy ![Exited script file: muppet] wmap "J0208-1739_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.027 x 8.099 at -5.667 degrees (North through East) ! Clean map min=-0.0013953 max=0.11241 Jy/beam ! Writing clean map to FITS file: J0208-1739_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112406 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179844 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.479988 0.479988 0.959975 1.91995 3.8399 7.6798 15.3596 30.7192 61.4384 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.027 x 8.099 at -5.667 degrees (North through East) ! Clean map min=-0.0013953 max=0.11241 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 J0208-1739_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:42:49 2019