! Started logfile: J1034-0211_S_2017_06_10_pus_uvs.log on Mon May 6 14:51:28 2019 obs J1034-0211_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1034-0211_S_2017_06_10_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.929167 visibilities/baseline/integration-bin. ! Found source: J1034-0211 ! ! 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 24084 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 J1034-0211_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 845 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.923434Jy sigma=0.008403 ! Fit after self-cal, rms=0.911699Jy sigma=0.008298 ! 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.709 mas, bmaj=6.996 mas, bpa=-3.787 degrees ! Estimated noise=947.695 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.0676673 Jy ! Component: 100 - total flux cleaned = 0.0844886 Jy ! Total flux subtracted in 100 components = 0.0844886 Jy ! Clean residual min=-0.003293 max=0.006338 Jy/beam ! Clean residual mean=0.000008 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.0844886 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0844886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080018Jy sigma=0.000691 ! Fit after self-cal, rms=0.080014Jy sigma=0.000691 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00677787 Jy ! Component: 100 - total flux cleaned = 0.0105619 Jy ! Total flux subtracted in 100 components = 0.0105619 Jy ! Clean residual min=-0.002954 max=0.003430 Jy/beam ! Clean residual mean=0.000002 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.0950505 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.0950505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079170Jy sigma=0.000683 ! Fit after self-cal, rms=0.079176Jy sigma=0.000683 ! 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.199 mas, bmaj=8.019 mas, bpa=-3.915 degrees ! Estimated noise=573.056 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.00408284 Jy ! Component: 100 - total flux cleaned = 0.00600707 Jy ! Component: 150 - total flux cleaned = 0.00699451 Jy ! Component: 200 - total flux cleaned = 0.00740517 Jy ! Total flux subtracted in 200 components = 0.00740517 Jy ! Clean residual min=-0.001709 max=0.001898 Jy/beam ! Clean residual mean=-0.000004 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.102456 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 50 components and 0.102456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078962Jy sigma=0.000681 ! Fit after self-cal, rms=0.078967Jy sigma=0.000681 ! 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 1.05 FD 0.97 HN 0.96 KP 1.03 ! LA 1.04 MK 1.01 NL 0.91 OV 1.05 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.98 HN 0.98 KP 1.01 ! LA 0.97 MK 1.07 NL 1.03 OV 1.04 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.06 HN 0.97 KP 1.02 ! LA 0.99 MK 1.04 NL 1.04 OV 0.94 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.01 KP 1.00* ! LA 0.93 MK 1.01 NL 1.00* OV 1.00* ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.078967Jy sigma=0.000681 ! Fit after self-cal, rms=0.078422Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.223 mas, bmaj=8.033 mas, bpa=-3.865 degrees ! Estimated noise=574.259 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.00021838 Jy ! Component: 100 - total flux cleaned = -0.000251354 Jy ! Component: 150 - total flux cleaned = -0.000271047 Jy ! Component: 200 - total flux cleaned = -0.000289458 Jy ! Total flux subtracted in 200 components = -0.000289458 Jy ! Clean residual min=-0.001582 max=0.001773 Jy/beam ! Clean residual mean=-0.000006 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.102166 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.102166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078418Jy sigma=0.000680 ! Fit after self-cal, rms=0.078413Jy sigma=0.000680 ! 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.078413Jy sigma=0.000680 ! Fit after self-cal, rms=0.078692Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=8.048 mas, bpa=-3.827 degrees ! Estimated noise=574.452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000221051 Jy ! Component: 100 - total flux cleaned = -0.00024316 Jy ! Component: 150 - total flux cleaned = -0.000263732 Jy ! Component: 200 - total flux cleaned = -0.000273696 Jy ! Total flux subtracted in 200 components = -0.000273696 Jy ! Clean residual min=-0.001596 max=0.001698 Jy/beam ! Clean residual mean=-0.000006 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.101892 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.101892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078688Jy sigma=0.000678 ! Fit after self-cal, rms=0.078705Jy sigma=0.000678 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 (91, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115557 Jy ! Component: 100 - total flux cleaned = 0.00131142 Jy ! Component: 150 - total flux cleaned = 0.00133521 Jy ! Component: 200 - total flux cleaned = 0.00131586 Jy ! Total flux subtracted in 200 components = 0.00131586 Jy ! Clean residual min=-0.001525 max=0.001390 Jy/beam ! Clean residual mean=-0.000006 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.103208 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.103208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078670Jy sigma=0.000678 ! Fit after self-cal, rms=0.078666Jy sigma=0.000678 ! 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.078666Jy sigma=0.000678 ! Fit after self-cal, rms=0.079142Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.05 mas, bpa=-3.819 degrees ! Estimated noise=574.909 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000210575 Jy ! Component: 100 - total flux cleaned = 0.000270945 Jy ! Component: 150 - total flux cleaned = 0.000254236 Jy ! Component: 200 - total flux cleaned = 0.000225758 Jy ! Total flux subtracted in 200 components = 0.000225758 Jy ! Clean residual min=-0.001402 max=0.001293 Jy/beam ! Clean residual mean=-0.000006 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.103434 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 82 components and 0.103434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079134Jy sigma=0.000677 ! Fit after self-cal, rms=0.079146Jy sigma=0.000677 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 = 9.0427e-05 Jy ! Component: 100 - total flux cleaned = 7.6932e-05 Jy ! Component: 150 - total flux cleaned = 6.51458e-05 Jy ! Component: 200 - total flux cleaned = 5.39087e-05 Jy ! Total flux subtracted in 200 components = 5.39087e-05 Jy ! Clean residual min=-0.001390 max=0.001269 Jy/beam ! Clean residual mean=-0.000006 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.103488 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.103488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079141Jy sigma=0.000677 ! Fit after self-cal, rms=0.079141Jy sigma=0.000677 ! 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.079141Jy sigma=0.000677 ! Fit after self-cal, rms=0.079209Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.396 mas, bmaj=13.14 mas, bpa=-6.614 degrees ! Estimated noise=730.227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.7867e-05 Jy ! Component: 100 - total flux cleaned = 2.30171e-05 Jy ! Component: 150 - total flux cleaned = 2.20805e-05 Jy ! Component: 200 - total flux cleaned = 2.82748e-05 Jy ! Total flux subtracted in 200 components = 2.82748e-05 Jy ! Clean residual min=-0.001523 max=0.001230 Jy/beam ! Clean residual mean=-0.000014 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.103516 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 93 components and 0.103516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079210Jy sigma=0.000677 ! Fit after self-cal, rms=0.079211Jy sigma=0.000677 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.10997e-05 Jy ! Component: 100 - total flux cleaned = 6.00699e-05 Jy ! Component: 150 - total flux cleaned = 6.01837e-05 Jy ! Component: 200 - total flux cleaned = 5.55912e-05 Jy ! Total flux subtracted in 200 components = 5.55912e-05 Jy ! Clean residual min=-0.001527 max=0.001218 Jy/beam ! Clean residual mean=-0.000014 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.103572 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 96 components and 0.103572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079212Jy sigma=0.000677 ! Fit after self-cal, rms=0.079212Jy sigma=0.000677 ! 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.222 mas, bmaj=8.054 mas, bpa=-3.826 degrees ! Estimated noise=574.679 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 8.054 at -3.826 degrees (North through East) ! Clean map min=-0.0013375 max=0.090454 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.712 mas, bmaj=7.015 mas, bpa=-3.801 degrees ! Estimated noise=974.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0691237 Jy ! Component: 100 - total flux cleaned = 0.0864238 Jy ! Component: 150 - total flux cleaned = 0.0933374 Jy ! Component: 200 - total flux cleaned = 0.0971531 Jy ! Total flux subtracted in 200 components = 0.0971531 Jy ! Clean residual min=-0.002152 max=0.002872 Jy/beam ! Clean residual mean=-0.000003 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.0971531 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0971531 Jy ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.054 mas, bpa=-3.826 degrees ! Estimated noise=574.679 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.00270128 Jy ! Component: 100 - total flux cleaned = 0.00409686 Jy ! Component: 150 - total flux cleaned = 0.00467483 Jy ! Component: 200 - total flux cleaned = 0.00502396 Jy ! Total flux subtracted in 200 components = 0.00502396 Jy ! Clean residual min=-0.001482 max=0.001383 Jy/beam ! Clean residual mean=-0.000005 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.102177 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.102177 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.396 mas, bmaj=13.14 mas, bpa=-6.614 degrees ! Estimated noise=730.227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000832783 Jy ! Component: 100 - total flux cleaned = 0.00123853 Jy ! Component: 150 - total flux cleaned = 0.00132733 Jy ! Component: 200 - total flux cleaned = 0.00136994 Jy ! Total flux subtracted in 200 components = 0.00136994 Jy ! Clean residual min=-0.001522 max=0.001249 Jy/beam ! Clean residual mean=-0.000013 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.103547 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 = -2.37834e-07 Jy ! Component: 100 - total flux cleaned = -6.31247e-06 Jy ! Component: 150 - total flux cleaned = -4.29499e-07 Jy ! Component: 200 - total flux cleaned = -4.66217e-07 Jy ! Total flux subtracted in 200 components = -4.66217e-07 Jy ! Clean residual min=-0.001520 max=0.001245 Jy/beam ! Clean residual mean=-0.000013 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.103546 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.103546 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.054 mas, bpa=-3.826 degrees ! Estimated noise=574.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.52064e-05 Jy ! Component: 100 - total flux cleaned = -1.65314e-05 Jy ! Component: 150 - total flux cleaned = 3.63508e-05 Jy ! Component: 200 - total flux cleaned = 6.76311e-05 Jy ! Total flux subtracted in 200 components = 6.76311e-05 Jy ! Clean residual min=-0.001421 max=0.001258 Jy/beam ! Clean residual mean=-0.000006 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.103614 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.103614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079221Jy sigma=0.000677 ! Fit after self-cal, rms=0.079216Jy sigma=0.000677 wmodel J1034-0211_S_2017_06_10_pus_map.mod ! Writing 78 model components to file: J1034-0211_S_2017_06_10_pus_map.mod wobs J1034-0211_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1034-0211_S_2017_06_10_pus_uvs.fits wwins J1034-0211_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J1034-0211_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.000542287 Jy ! Component: 100 - total flux cleaned = -0.000842789 Jy ! Component: 150 - total flux cleaned = -0.000821116 Jy ! Component: 200 - total flux cleaned = -0.000779592 Jy ! Component: 250 - total flux cleaned = -0.000719223 Jy ! Component: 300 - total flux cleaned = -0.000680409 Jy ! Component: 350 - total flux cleaned = -0.000661681 Jy ! Component: 400 - total flux cleaned = -0.000698518 Jy ! Component: 450 - total flux cleaned = -0.000680921 Jy ! Component: 500 - total flux cleaned = -0.000681116 Jy ! Component: 550 - total flux cleaned = -0.000629239 Jy ! Component: 600 - total flux cleaned = -0.00057846 Jy ! Component: 650 - total flux cleaned = -0.000544783 Jy ! Component: 700 - total flux cleaned = -0.000478896 Jy ! Component: 750 - total flux cleaned = -0.000414528 Jy ! Component: 800 - total flux cleaned = -0.000430789 Jy ! Component: 850 - total flux cleaned = -0.000399128 Jy ! Component: 900 - total flux cleaned = -0.000306328 Jy ! Component: 950 - total flux cleaned = -0.000230136 Jy ! Component: 1000 - total flux cleaned = -0.000200154 Jy ! Component: 1050 - total flux cleaned = -0.000110927 Jy ! Component: 1100 - total flux cleaned = -3.76606e-05 Jy ! Component: 1150 - total flux cleaned = 4.91736e-05 Jy ! Component: 1200 - total flux cleaned = 0.000134873 Jy ! Component: 1250 - total flux cleaned = 0.000163172 Jy ! Component: 1300 - total flux cleaned = 0.00026127 Jy ! Component: 1350 - total flux cleaned = 0.000316627 Jy ! Component: 1400 - total flux cleaned = 0.0003714 Jy ! Component: 1450 - total flux cleaned = 0.000425452 Jy ! Component: 1500 - total flux cleaned = 0.000505833 Jy ! Component: 1550 - total flux cleaned = 0.000478978 Jy ! Component: 1600 - total flux cleaned = 0.000518443 Jy ! Component: 1650 - total flux cleaned = 0.000557466 Jy ! Component: 1700 - total flux cleaned = 0.000583046 Jy ! Component: 1750 - total flux cleaned = 0.000608486 Jy ! Component: 1800 - total flux cleaned = 0.000621191 Jy ! Component: 1850 - total flux cleaned = 0.000658744 Jy ! Component: 1900 - total flux cleaned = 0.000683334 Jy ! Component: 1950 - total flux cleaned = 0.000744763 Jy ! Component: 2000 - total flux cleaned = 0.000720394 Jy ! Component: 2050 - total flux cleaned = 0.000780858 Jy ! Component: 2100 - total flux cleaned = 0.000804686 Jy ! Component: 2150 - total flux cleaned = 0.000804661 Jy ! Component: 2200 - total flux cleaned = 0.000851787 Jy ! Component: 2250 - total flux cleaned = 0.000781611 Jy ! Component: 2300 - total flux cleaned = 0.00085129 Jy ! Component: 2350 - total flux cleaned = 0.000862867 Jy ! Component: 2400 - total flux cleaned = 0.000874335 Jy ! Component: 2450 - total flux cleaned = 0.000885643 Jy ! Component: 2500 - total flux cleaned = 0.000874482 Jy ! Component: 2550 - total flux cleaned = 0.000863283 Jy ! Component: 2600 - total flux cleaned = 0.000874353 Jy ! Component: 2650 - total flux cleaned = 0.000841386 Jy ! Component: 2700 - total flux cleaned = 0.000863011 Jy ! Component: 2750 - total flux cleaned = 0.000895425 Jy ! Component: 2800 - total flux cleaned = 0.000895299 Jy ! Component: 2850 - total flux cleaned = 0.00093789 Jy ! Component: 2900 - total flux cleaned = 0.0009696 Jy ! Component: 2950 - total flux cleaned = 0.000990575 Jy ! Component: 3000 - total flux cleaned = 0.00101152 Jy ! Component: 3050 - total flux cleaned = 0.00104258 Jy ! Component: 3100 - total flux cleaned = 0.00106316 Jy ! Component: 3150 - total flux cleaned = 0.00106305 Jy ! Component: 3200 - total flux cleaned = 0.00108337 Jy ! Component: 3250 - total flux cleaned = 0.0011135 Jy ! Component: 3300 - total flux cleaned = 0.00114351 Jy ! Component: 3350 - total flux cleaned = 0.00117322 Jy ! Component: 3400 - total flux cleaned = 0.00119311 Jy ! Component: 3450 - total flux cleaned = 0.00125194 Jy ! Component: 3500 - total flux cleaned = 0.00128107 Jy ! Component: 3550 - total flux cleaned = 0.00132931 Jy ! Component: 3600 - total flux cleaned = 0.00136783 Jy ! Component: 3650 - total flux cleaned = 0.00138694 Jy ! Component: 3700 - total flux cleaned = 0.00141544 Jy ! Component: 3750 - total flux cleaned = 0.00145311 Jy ! Component: 3800 - total flux cleaned = 0.00148121 Jy ! Component: 3850 - total flux cleaned = 0.00149054 Jy ! Component: 3900 - total flux cleaned = 0.00149981 Jy ! Component: 3950 - total flux cleaned = 0.00152731 Jy ! Component: 4000 - total flux cleaned = 0.0015639 Jy ! Component: 4050 - total flux cleaned = 0.00156388 Jy ! Total flux subtracted in 4096 components = 0.00157293 Jy ! Clean residual min=-0.000558 max=0.000623 Jy/beam ! Clean residual mean=-0.000002 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.105187 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 395 components and 0.105187 Jy ![Exited script file: muppet] wmap "J1034-0211_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 8.054 at -3.826 degrees (North through East) ! Clean map min=-0.0011663 max=0.090279 Jy/beam ! Writing clean map to FITS file: J1034-0211_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.0902786 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168803 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.560941 0.560941 1.12188 2.24376 4.48753 8.97505 17.9501 35.9002 71.8004 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 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.222 x 8.054 at -3.826 degrees (North through East) ! Clean map min=-0.0011663 max=0.090279 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 J1034-0211_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:51:34 2019