! Started logfile: J0659-0621_S_2017_08_05_pus_uvs.log on Thu May 9 19:22:45 2019 obs J0659-0621_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0659-0621_S_2017_08_05_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967502 visibilities/baseline/integration-bin. ! Found source: J0659-0621 ! ! 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 513 lines of history. ! ! Reading 30128 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 J0659-0621_S_2017_08_05_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 211 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 298 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1231 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.942833Jy sigma=0.007468 ! Fit after self-cal, rms=0.914988Jy sigma=0.007264 ! 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.572 mas, bmaj=7.061 mas, bpa=-5.217 degrees ! Estimated noise=999.376 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.0588704 Jy ! Component: 100 - total flux cleaned = 0.082853 Jy ! Total flux subtracted in 100 components = 0.082853 Jy ! Clean residual min=-0.006468 max=0.015664 Jy/beam ! Clean residual mean=0.000016 rms=0.002080 Jy/beam ! Combined flux in latest and established models = 0.082853 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.082853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105631Jy sigma=0.000787 ! Fit after self-cal, rms=0.105409Jy sigma=0.000785 ! Inverting map ! Added new window around map position (-3, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0171375 Jy ! Component: 100 - total flux cleaned = 0.0289581 Jy ! Total flux subtracted in 100 components = 0.0289581 Jy ! Clean residual min=-0.005317 max=0.009035 Jy/beam ! Clean residual mean=0.000011 rms=0.001626 Jy/beam ! Combined flux in latest and established models = 0.111811 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 57 components and 0.111811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099719Jy sigma=0.000738 ! Fit after self-cal, rms=0.099574Jy sigma=0.000737 ! 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.988 mas, bmaj=8.061 mas, bpa=-5.568 degrees ! Estimated noise=653.129 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.0190427 Jy ! Component: 100 - total flux cleaned = 0.0312458 Jy ! Component: 150 - total flux cleaned = 0.0395796 Jy ! Component: 200 - total flux cleaned = 0.0453696 Jy ! Total flux subtracted in 200 components = 0.0453696 Jy ! Clean residual min=-0.005511 max=0.007178 Jy/beam ! Clean residual mean=0.000010 rms=0.001679 Jy/beam ! Combined flux in latest and established models = 0.157181 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 102 components and 0.157181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095143Jy sigma=0.000702 ! Fit after self-cal, rms=0.094943Jy sigma=0.000700 ! 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.32 FD 0.90 HN 1.06 KP 0.98 ! LA 0.94 MK 1.12 NL 0.96 OV 1.09 ! PT 0.94 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.19 KP 0.96 ! LA 0.85 MK 1.07 NL 1.10 OV 1.17 ! PT 0.90 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.04 KP 0.84 ! LA 0.72 MK 1.03 NL 1.22 OV 1.10 ! PT 0.88 SC 1.00 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 0.79 KP 1.00* ! LA 1.00* MK 0.77 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.094943Jy sigma=0.000700 ! Fit after self-cal, rms=0.094653Jy sigma=0.000686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=8.259 mas, bpa=-5.531 degrees ! Estimated noise=655.501 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.00124979 Jy ! Component: 100 - total flux cleaned = 0.00130238 Jy ! Component: 150 - total flux cleaned = 0.00137725 Jy ! Component: 200 - total flux cleaned = 0.00146314 Jy ! Total flux subtracted in 200 components = 0.00146314 Jy ! Clean residual min=-0.003854 max=0.005933 Jy/beam ! Clean residual mean=0.000002 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.158644 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 109 components and 0.158644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094614Jy sigma=0.000686 ! Fit after self-cal, rms=0.094709Jy sigma=0.000685 ! Inverting map ! Added new window around map position (4, -38.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00593294 Jy ! Component: 100 - total flux cleaned = 0.00930889 Jy ! Component: 150 - total flux cleaned = 0.0115536 Jy ! Component: 200 - total flux cleaned = 0.0132913 Jy ! Total flux subtracted in 200 components = 0.0132913 Jy ! Clean residual min=-0.003299 max=0.003918 Jy/beam ! Clean residual mean=-0.000001 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.171935 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 156 components and 0.171935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094362Jy sigma=0.000681 ! Fit after self-cal, rms=0.094302Jy sigma=0.000681 ! 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.094302Jy sigma=0.000681 ! Fit after self-cal, rms=0.098408Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.045 mas, bmaj=8.288 mas, bpa=-5.461 degrees ! Estimated noise=663.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00213786 Jy ! Component: 100 - total flux cleaned = 0.00373987 Jy ! Component: 150 - total flux cleaned = 0.00498026 Jy ! Component: 200 - total flux cleaned = 0.00537618 Jy ! Total flux subtracted in 200 components = 0.00537618 Jy ! Clean residual min=-0.002909 max=0.003612 Jy/beam ! Clean residual mean=0.000002 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.177311 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 169 components and 0.177311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098343Jy sigma=0.000676 ! Fit after self-cal, rms=0.098446Jy sigma=0.000676 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 (-20.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00372421 Jy ! Component: 100 - total flux cleaned = 0.00426612 Jy ! Component: 150 - total flux cleaned = 0.00456182 Jy ! Component: 200 - total flux cleaned = 0.00456412 Jy ! Total flux subtracted in 200 components = 0.00456412 Jy ! Clean residual min=-0.002540 max=0.003514 Jy/beam ! Clean residual mean=-0.000000 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.181875 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 197 components and 0.181875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098271Jy sigma=0.000674 ! Fit after self-cal, rms=0.098251Jy sigma=0.000674 ! Inverting map ! Added new window around map position (-7.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00261551 Jy ! Component: 100 - total flux cleaned = 0.00330656 Jy ! Component: 150 - total flux cleaned = 0.00330564 Jy ! Component: 200 - total flux cleaned = 0.00330609 Jy ! Total flux subtracted in 200 components = 0.00330609 Jy ! Clean residual min=-0.002442 max=0.002780 Jy/beam ! Clean residual mean=-0.000001 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.185182 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 217 components and 0.185182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098116Jy sigma=0.000673 ! Fit after self-cal, rms=0.098096Jy sigma=0.000673 ! 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.098096Jy sigma=0.000673 ! Fit after self-cal, rms=0.101906Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=8.282 mas, bpa=-5.503 degrees ! Estimated noise=659.122 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00227225 Jy ! Component: 100 - total flux cleaned = 0.0027476 Jy ! Component: 150 - total flux cleaned = 0.00279958 Jy ! Component: 200 - total flux cleaned = 0.00275361 Jy ! Total flux subtracted in 200 components = 0.00275361 Jy ! Clean residual min=-0.002016 max=0.002432 Jy/beam ! Clean residual mean=-0.000001 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.187935 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 243 components and 0.187935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101833Jy sigma=0.000668 ! Fit after self-cal, rms=0.101928Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00082969 Jy ! Component: 100 - total flux cleaned = 0.000784955 Jy ! Component: 150 - total flux cleaned = 0.000658597 Jy ! Component: 200 - total flux cleaned = 0.000460645 Jy ! Total flux subtracted in 200 components = 0.000460645 Jy ! Clean residual min=-0.001994 max=0.002318 Jy/beam ! Clean residual mean=-0.000001 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.188396 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 259 components and 0.188396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101889Jy sigma=0.000668 ! Fit after self-cal, rms=0.101886Jy sigma=0.000668 ! 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.101886Jy sigma=0.000668 ! Fit after self-cal, rms=0.102705Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.401 mas, bmaj=14.96 mas, bpa=-5.042 degrees ! Estimated noise=828.561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206528 Jy ! Component: 100 - total flux cleaned = 0.0021802 Jy ! Component: 150 - total flux cleaned = 0.00209973 Jy ! Component: 200 - total flux cleaned = 0.00193802 Jy ! Total flux subtracted in 200 components = 0.00193802 Jy ! Clean residual min=-0.002133 max=0.003111 Jy/beam ! Clean residual mean=-0.000003 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.190334 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 285 components and 0.190334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102679Jy sigma=0.000667 ! Fit after self-cal, rms=0.102708Jy sigma=0.000667 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.000685329 Jy ! Component: 100 - total flux cleaned = 0.000489797 Jy ! Component: 150 - total flux cleaned = 0.000378451 Jy ! Component: 200 - total flux cleaned = 0.000236443 Jy ! Total flux subtracted in 200 components = 0.000236443 Jy ! Clean residual min=-0.001970 max=0.003056 Jy/beam ! Clean residual mean=-0.000003 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.19057 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 295 components and 0.19057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102697Jy sigma=0.000667 ! Fit after self-cal, rms=0.102699Jy sigma=0.000667 ! Inverting map ! Added new window around map position (-44, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00263745 Jy ! Component: 100 - total flux cleaned = 0.00326012 Jy ! Component: 150 - total flux cleaned = 0.00320581 Jy ! Component: 200 - total flux cleaned = 0.00325243 Jy ! Total flux subtracted in 200 components = 0.00325243 Jy ! Clean residual min=-0.002035 max=0.002066 Jy/beam ! Clean residual mean=-0.000002 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.193823 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 323 components and 0.193823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102652Jy sigma=0.000667 ! Fit after self-cal, rms=0.102644Jy sigma=0.000666 ! 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.047 mas, bmaj=8.277 mas, bpa=-5.493 degrees ! Estimated noise=658.517 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 8.277 at -5.493 degrees (North through East) ! Clean map min=-0.0023312 max=0.079638 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.591 mas, bmaj=7.212 mas, bpa=-5.197 degrees ! Estimated noise=1038.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0594267 Jy ! Component: 100 - total flux cleaned = 0.085845 Jy ! Component: 150 - total flux cleaned = 0.103836 Jy ! Component: 200 - total flux cleaned = 0.117053 Jy ! Total flux subtracted in 200 components = 0.117053 Jy ! Clean residual min=-0.004725 max=0.007769 Jy/beam ! Clean residual mean=0.000011 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.117053 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.117053 Jy ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=8.277 mas, bpa=-5.493 degrees ! Estimated noise=658.517 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.0160359 Jy ! Component: 100 - total flux cleaned = 0.0263897 Jy ! Component: 150 - total flux cleaned = 0.0342483 Jy ! Component: 200 - total flux cleaned = 0.040527 Jy ! Total flux subtracted in 200 components = 0.040527 Jy ! Clean residual min=-0.003456 max=0.004061 Jy/beam ! Clean residual mean=0.000008 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.15758 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 90 components and 0.15758 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.401 mas, bmaj=14.96 mas, bpa=-5.042 degrees ! Estimated noise=828.561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00903543 Jy ! Component: 100 - total flux cleaned = 0.0154149 Jy ! Component: 150 - total flux cleaned = 0.0202889 Jy ! Component: 200 - total flux cleaned = 0.0241495 Jy ! Total flux subtracted in 200 components = 0.0241495 Jy ! Clean residual min=-0.003326 max=0.002622 Jy/beam ! Clean residual mean=0.000005 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.181729 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.00309481 Jy ! Component: 100 - total flux cleaned = 0.00559671 Jy ! Component: 150 - total flux cleaned = 0.00767384 Jy ! Component: 200 - total flux cleaned = 0.00909094 Jy ! Total flux subtracted in 200 components = 0.00909094 Jy ! Clean residual min=-0.002447 max=0.002094 Jy/beam ! Clean residual mean=0.000001 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.19082 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 194 components and 0.19082 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=8.277 mas, bpa=-5.493 degrees ! Estimated noise=658.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000963964 Jy ! Component: 100 - total flux cleaned = 0.00110329 Jy ! Component: 150 - total flux cleaned = 0.00116624 Jy ! Component: 200 - total flux cleaned = 0.00122575 Jy ! Total flux subtracted in 200 components = 0.00122575 Jy ! Clean residual min=-0.001819 max=0.002138 Jy/beam ! Clean residual mean=0.000000 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.192046 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 235 components and 0.192046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102684Jy sigma=0.000667 ! Fit after self-cal, rms=0.102569Jy sigma=0.000666 wmodel J0659-0621_S_2017_08_05_pus_map.mod ! Writing 235 model components to file: J0659-0621_S_2017_08_05_pus_map.mod wobs J0659-0621_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0659-0621_S_2017_08_05_pus_uvs.fits wwins J0659-0621_S_2017_08_05_pus_map.win ! wwins: Wrote 6 windows to J0659-0621_S_2017_08_05_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.000599483 Jy ! Component: 100 - total flux cleaned = 0.00097826 Jy ! Component: 150 - total flux cleaned = 0.00118789 Jy ! Component: 200 - total flux cleaned = 0.00144762 Jy ! Component: 250 - total flux cleaned = 0.00164299 Jy ! Component: 300 - total flux cleaned = 0.00172539 Jy ! Component: 350 - total flux cleaned = 0.00183294 Jy ! Component: 400 - total flux cleaned = 0.00185913 Jy ! Component: 450 - total flux cleaned = 0.00191079 Jy ! Component: 500 - total flux cleaned = 0.00191041 Jy ! Component: 550 - total flux cleaned = 0.00196006 Jy ! Component: 600 - total flux cleaned = 0.00208241 Jy ! Component: 650 - total flux cleaned = 0.0021544 Jy ! Component: 700 - total flux cleaned = 0.0022969 Jy ! Component: 750 - total flux cleaned = 0.0023901 Jy ! Component: 800 - total flux cleaned = 0.00236747 Jy ! Component: 850 - total flux cleaned = 0.00252671 Jy ! Component: 900 - total flux cleaned = 0.00254911 Jy ! Component: 950 - total flux cleaned = 0.00263735 Jy ! Component: 1000 - total flux cleaned = 0.00261525 Jy ! Component: 1050 - total flux cleaned = 0.00261476 Jy ! Component: 1100 - total flux cleaned = 0.00265726 Jy ! Component: 1150 - total flux cleaned = 0.00269884 Jy ! Component: 1200 - total flux cleaned = 0.00278123 Jy ! Component: 1250 - total flux cleaned = 0.00284263 Jy ! Component: 1300 - total flux cleaned = 0.0028418 Jy ! Component: 1350 - total flux cleaned = 0.00286198 Jy ! Component: 1400 - total flux cleaned = 0.00290182 Jy ! Component: 1450 - total flux cleaned = 0.00296057 Jy ! Component: 1500 - total flux cleaned = 0.00303757 Jy ! Component: 1550 - total flux cleaned = 0.00303722 Jy ! Component: 1600 - total flux cleaned = 0.00299955 Jy ! Component: 1650 - total flux cleaned = 0.00303767 Jy ! Component: 1700 - total flux cleaned = 0.00307546 Jy ! Component: 1750 - total flux cleaned = 0.00314927 Jy ! Component: 1800 - total flux cleaned = 0.00320426 Jy ! Component: 1850 - total flux cleaned = 0.00327653 Jy ! Component: 1900 - total flux cleaned = 0.00327658 Jy ! Component: 1950 - total flux cleaned = 0.00332965 Jy ! Component: 2000 - total flux cleaned = 0.00341726 Jy ! Component: 2050 - total flux cleaned = 0.00345206 Jy ! Component: 2100 - total flux cleaned = 0.003435 Jy ! Component: 2150 - total flux cleaned = 0.00348647 Jy ! Component: 2200 - total flux cleaned = 0.00352054 Jy ! Component: 2250 - total flux cleaned = 0.00350416 Jy ! Component: 2300 - total flux cleaned = 0.00358757 Jy ! Component: 2350 - total flux cleaned = 0.00362043 Jy ! Component: 2400 - total flux cleaned = 0.00370246 Jy ! Component: 2450 - total flux cleaned = 0.00371892 Jy ! Component: 2500 - total flux cleaned = 0.00371888 Jy ! Component: 2550 - total flux cleaned = 0.00383071 Jy ! Component: 2600 - total flux cleaned = 0.00379921 Jy ! Component: 2650 - total flux cleaned = 0.0038305 Jy ! Component: 2700 - total flux cleaned = 0.00384585 Jy ! Component: 2750 - total flux cleaned = 0.00383052 Jy ! Component: 2800 - total flux cleaned = 0.00393809 Jy ! Component: 2850 - total flux cleaned = 0.00395306 Jy ! Component: 2900 - total flux cleaned = 0.0039377 Jy ! Component: 2950 - total flux cleaned = 0.00387772 Jy ! Component: 3000 - total flux cleaned = 0.00386319 Jy ! Component: 3050 - total flux cleaned = 0.0038928 Jy ! Component: 3100 - total flux cleaned = 0.00390758 Jy ! Component: 3150 - total flux cleaned = 0.00392222 Jy ! Component: 3200 - total flux cleaned = 0.00392193 Jy ! Component: 3250 - total flux cleaned = 0.00386447 Jy ! Component: 3300 - total flux cleaned = 0.0038931 Jy ! Component: 3350 - total flux cleaned = 0.00383669 Jy ! Component: 3400 - total flux cleaned = 0.00386479 Jy ! Component: 3450 - total flux cleaned = 0.00389265 Jy ! Component: 3500 - total flux cleaned = 0.0039063 Jy ! Component: 3550 - total flux cleaned = 0.00379613 Jy ! Component: 3600 - total flux cleaned = 0.00382366 Jy ! Component: 3650 - total flux cleaned = 0.00385085 Jy ! Component: 3700 - total flux cleaned = 0.00385082 Jy ! Component: 3750 - total flux cleaned = 0.00383736 Jy ! Component: 3800 - total flux cleaned = 0.00383717 Jy ! Component: 3850 - total flux cleaned = 0.00382406 Jy ! Component: 3900 - total flux cleaned = 0.00382412 Jy ! Component: 3950 - total flux cleaned = 0.00387615 Jy ! Component: 4000 - total flux cleaned = 0.00382429 Jy ! Component: 4050 - total flux cleaned = 0.00383712 Jy ! Total flux subtracted in 4096 components = 0.0037987 Jy ! Clean residual min=-0.000720 max=0.000849 Jy/beam ! Clean residual mean=-0.000000 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.195844 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 538 components and 0.195844 Jy ![Exited script file: muppet] wmap "J0659-0621_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 8.277 at -5.493 degrees (North through East) ! Clean map min=-0.0012138 max=0.081705 Jy/beam ! Writing clean map to FITS file: J0659-0621_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0817049 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000236364 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.867868 0.867868 1.73574 3.47147 6.94295 13.8859 27.7718 55.5436 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.047 x 8.277 at -5.493 degrees (North through East) ! Clean map min=-0.0012138 max=0.081705 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 J0659-0621_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:22:52 2019