! Started logfile: J2129-1538_S_2017_03_23_pus_uvs.log on Mon May 13 10:09:05 2019 obs J2129-1538_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2129-1538_S_2017_03_23_pus_uva.fits ! AN table 1: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.678704 visibilities/baseline/integration-bin. ! Found source: J2129-1538 ! ! 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 481 lines of history. ! ! Reading 2932 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 J2129-1538_S_2017_03_23_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 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.367213Jy sigma=0.002623 ! Fit after self-cal, rms=0.322052Jy sigma=0.002315 ! 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.649 mas, bmaj=7.564 mas, bpa=-2.652 degrees ! Estimated noise=2411.16 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.544918 Jy ! Component: 100 - total flux cleaned = 0.674709 Jy ! Total flux subtracted in 100 components = 0.674709 Jy ! Clean residual min=-0.023704 max=0.049894 Jy/beam ! Clean residual mean=-0.000328 rms=0.006580 Jy/beam ! Combined flux in latest and established models = 0.674709 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.674709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190253Jy sigma=0.001208 ! Fit after self-cal, rms=0.190259Jy sigma=0.001208 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0523754 Jy ! Component: 100 - total flux cleaned = 0.081665 Jy ! Total flux subtracted in 100 components = 0.081665 Jy ! Clean residual min=-0.020536 max=0.025188 Jy/beam ! Clean residual mean=-0.000207 rms=0.005234 Jy/beam ! Combined flux in latest and established models = 0.756374 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 35 components and 0.756374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167242Jy sigma=0.001042 ! Fit after self-cal, rms=0.167255Jy sigma=0.001042 ! 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.209 mas, bmaj=8.267 mas, bpa=-0.1105 degrees ! Estimated noise=1974.39 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.0291757 Jy ! Component: 100 - total flux cleaned = 0.0447141 Jy ! Component: 150 - total flux cleaned = 0.0534368 Jy ! Component: 200 - total flux cleaned = 0.0574284 Jy ! Total flux subtracted in 200 components = 0.0574284 Jy ! Clean residual min=-0.019496 max=0.020986 Jy/beam ! Clean residual mean=-0.000124 rms=0.005611 Jy/beam ! Combined flux in latest and established models = 0.813803 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 50 components and 0.813803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160884Jy sigma=0.001011 ! Fit after self-cal, rms=0.160896Jy sigma=0.001011 ! 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.04 FD 0.97 HN 1.04 KP 1.06 ! LA 1.00 MK 1.01 NL 0.89 OV 1.03 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 1.06 KP 1.01 ! LA 0.96 MK 1.01 NL 1.03 OV 1.07 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 1.04 KP 0.88 ! LA 0.76 MK 1.04 NL 1.17 OV 0.96 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.15 HN 1.01 KP 1.00* ! LA 0.72 MK 1.11 NL 1.00* OV 1.49 ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.160896Jy sigma=0.001011 ! Fit after self-cal, rms=0.116189Jy sigma=0.000727 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=8.307 mas, bpa=0.3964 degrees ! Estimated noise=1987.65 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.00452743 Jy ! Component: 100 - total flux cleaned = -0.00468284 Jy ! Component: 150 - total flux cleaned = -0.00529147 Jy ! Component: 200 - total flux cleaned = -0.0057179 Jy ! Total flux subtracted in 200 components = -0.0057179 Jy ! Clean residual min=-0.009701 max=0.009798 Jy/beam ! Clean residual mean=-0.000029 rms=0.002340 Jy/beam ! Combined flux in latest and established models = 0.808085 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.808085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115565Jy sigma=0.000723 ! Fit after self-cal, rms=0.115686Jy sigma=0.000723 ! 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.115686Jy sigma=0.000723 ! Fit after self-cal, rms=0.111058Jy sigma=0.000691 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=8.329 mas, bpa=0.4603 degrees ! Estimated noise=1985.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00222334 Jy ! Component: 100 - total flux cleaned = -0.0025335 Jy ! Component: 150 - total flux cleaned = -0.00280974 Jy ! Component: 200 - total flux cleaned = -0.0031312 Jy ! Total flux subtracted in 200 components = -0.0031312 Jy ! Clean residual min=-0.008150 max=0.008558 Jy/beam ! Clean residual mean=0.000001 rms=0.001969 Jy/beam ! Combined flux in latest and established models = 0.804954 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.804954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110907Jy sigma=0.000691 ! Fit after self-cal, rms=0.110936Jy sigma=0.000691 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 (63.5, -122.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00792838 Jy ! Component: 100 - total flux cleaned = 0.00987322 Jy ! Component: 150 - total flux cleaned = 0.00951657 Jy ! Component: 200 - total flux cleaned = 0.0091289 Jy ! Total flux subtracted in 200 components = 0.0091289 Jy ! Clean residual min=-0.008103 max=0.007118 Jy/beam ! Clean residual mean=-0.000002 rms=0.001825 Jy/beam ! Combined flux in latest and established models = 0.814083 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 99 components and 0.814082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110275Jy sigma=0.000686 ! Fit after self-cal, rms=0.110226Jy sigma=0.000686 ! 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.110226Jy sigma=0.000686 ! Fit after self-cal, rms=0.107294Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=8.334 mas, bpa=0.4442 degrees ! Estimated noise=1987.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015026 Jy ! Component: 100 - total flux cleaned = -2.60319e-05 Jy ! Component: 150 - total flux cleaned = -2.49194e-05 Jy ! Component: 200 - total flux cleaned = -2.39377e-05 Jy ! Total flux subtracted in 200 components = -2.39377e-05 Jy ! Clean residual min=-0.005185 max=0.005624 Jy/beam ! Clean residual mean=0.000003 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.814058 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.814058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107140Jy sigma=0.000654 ! Fit after self-cal, rms=0.107187Jy sigma=0.000654 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 (3.5, -43.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0047743 Jy ! Component: 100 - total flux cleaned = 0.00520554 Jy ! Component: 150 - total flux cleaned = 0.00512334 Jy ! Component: 200 - total flux cleaned = 0.0050491 Jy ! Total flux subtracted in 200 components = 0.0050491 Jy ! Clean residual min=-0.004889 max=0.004521 Jy/beam ! Clean residual mean=0.000002 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.819107 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 134 components and 0.819108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106913Jy sigma=0.000652 ! Fit after self-cal, rms=0.106898Jy sigma=0.000652 ! 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.106898Jy sigma=0.000652 ! Fit after self-cal, rms=0.106765Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.754 mas, bmaj=15.75 mas, bpa=3.255 degrees ! Estimated noise=2478.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00052841 Jy ! Component: 100 - total flux cleaned = 2.88766e-05 Jy ! Component: 150 - total flux cleaned = -0.000348877 Jy ! Component: 200 - total flux cleaned = -0.000709151 Jy ! Total flux subtracted in 200 components = -0.000709151 Jy ! Clean residual min=-0.004740 max=0.005147 Jy/beam ! Clean residual mean=0.000012 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.818398 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 152 components and 0.818398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106709Jy sigma=0.000652 ! Fit after self-cal, rms=0.106703Jy sigma=0.000652 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.00023799 Jy ! Component: 100 - total flux cleaned = -0.000349028 Jy ! Component: 150 - total flux cleaned = -0.000475882 Jy ! Component: 200 - total flux cleaned = -0.000571297 Jy ! Total flux subtracted in 200 components = -0.000571297 Jy ! Clean residual min=-0.004709 max=0.005166 Jy/beam ! Clean residual mean=0.000011 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.817827 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 161 components and 0.817827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106686Jy sigma=0.000652 ! Fit after self-cal, rms=0.106684Jy sigma=0.000652 ! 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.241 mas, bmaj=8.337 mas, bpa=0.4517 degrees ! Estimated noise=1986.55 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.241 x 8.337 at 0.4517 degrees (North through East) ! Clean map min=-0.0046698 max=0.71622 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106684Jy sigma=0.000652 ! Fit after self-cal, rms=0.100677Jy sigma=0.000597 ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=8.346 mas, bpa=0.4345 degrees ! Estimated noise=1986.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000747567 Jy ! Component: 100 - total flux cleaned = -0.00117033 Jy ! Component: 150 - total flux cleaned = -0.00130101 Jy ! Component: 200 - total flux cleaned = -0.00148744 Jy ! Total flux subtracted in 200 components = -0.00148744 Jy ! Clean residual min=-0.004817 max=0.004439 Jy/beam ! Clean residual mean=0.000010 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.81634 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 172 components and 0.81634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100574Jy sigma=0.000597 ! Fit after self-cal, rms=0.100574Jy sigma=0.000597 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000179929 Jy ! Component: 100 - total flux cleaned = -0.000238618 Jy ! Component: 150 - total flux cleaned = -0.000349946 Jy ! Component: 200 - total flux cleaned = -0.000402125 Jy ! Total flux subtracted in 200 components = -0.000402125 Jy ! Clean residual min=-0.004710 max=0.004473 Jy/beam ! Clean residual mean=0.000010 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.815937 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 177 components and 0.815937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100504Jy sigma=0.000596 ! Fit after self-cal, rms=0.100504Jy sigma=0.000596 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100504Jy sigma=0.000596 ! Fit after self-cal, rms=0.100494Jy sigma=0.000596 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.677 mas, bmaj=7.596 mas, bpa=-2.129 degrees ! Estimated noise=2468.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.557523 Jy ! Component: 100 - total flux cleaned = 0.685267 Jy ! Component: 150 - total flux cleaned = 0.735216 Jy ! Component: 200 - total flux cleaned = 0.7617 Jy ! Total flux subtracted in 200 components = 0.7617 Jy ! Clean residual min=-0.007398 max=0.013081 Jy/beam ! Clean residual mean=-0.000043 rms=0.001984 Jy/beam ! Combined flux in latest and established models = 0.7617 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.7617 Jy ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=8.348 mas, bpa=0.4407 degrees ! Estimated noise=1985.74 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.0182667 Jy ! Component: 100 - total flux cleaned = 0.0280527 Jy ! Component: 150 - total flux cleaned = 0.0349213 Jy ! Component: 200 - total flux cleaned = 0.0400714 Jy ! Total flux subtracted in 200 components = 0.0400714 Jy ! Clean residual min=-0.005155 max=0.005465 Jy/beam ! Clean residual mean=-0.000002 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.801771 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 53 components and 0.801771 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.758 mas, bmaj=15.76 mas, bpa=3.225 degrees ! Estimated noise=2474.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.005244 Jy ! Component: 100 - total flux cleaned = 0.00849604 Jy ! Component: 150 - total flux cleaned = 0.0103074 Jy ! Component: 200 - total flux cleaned = 0.01098 Jy ! Total flux subtracted in 200 components = 0.01098 Jy ! Clean residual min=-0.004883 max=0.005174 Jy/beam ! Clean residual mean=0.000018 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.812751 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.000384412 Jy ! Component: 100 - total flux cleaned = 0.000619142 Jy ! Component: 150 - total flux cleaned = 0.00062236 Jy ! Component: 200 - total flux cleaned = 0.000660733 Jy ! Total flux subtracted in 200 components = 0.000660733 Jy ! Clean residual min=-0.004879 max=0.005230 Jy/beam ! Clean residual mean=0.000018 rms=0.001343 Jy/beam ! Combined flux in latest and established models = 0.813412 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 98 components and 0.813412 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=8.348 mas, bpa=0.4407 degrees ! Estimated noise=1985.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000874085 Jy ! Component: 100 - total flux cleaned = 0.000963541 Jy ! Component: 150 - total flux cleaned = 0.00105071 Jy ! Component: 200 - total flux cleaned = 0.00112977 Jy ! Total flux subtracted in 200 components = 0.00112977 Jy ! Clean residual min=-0.004806 max=0.005062 Jy/beam ! Clean residual mean=0.000009 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.814542 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.814542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100806Jy sigma=0.000599 ! Fit after self-cal, rms=0.100786Jy sigma=0.000599 wmodel J2129-1538_S_2017_03_23_pus_map.mod ! Writing 113 model components to file: J2129-1538_S_2017_03_23_pus_map.mod wobs J2129-1538_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2129-1538_S_2017_03_23_pus_uvs.fits wwins J2129-1538_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J2129-1538_S_2017_03_23_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.000657796 Jy ! Component: 100 - total flux cleaned = 0.00115262 Jy ! Component: 150 - total flux cleaned = 0.00146472 Jy ! Component: 200 - total flux cleaned = 0.00176207 Jy ! Component: 250 - total flux cleaned = 0.00218947 Jy ! Component: 300 - total flux cleaned = 0.00226055 Jy ! Component: 350 - total flux cleaned = 0.00259523 Jy ! Component: 400 - total flux cleaned = 0.00298268 Jy ! Component: 450 - total flux cleaned = 0.00329785 Jy ! Component: 500 - total flux cleaned = 0.00360589 Jy ! Component: 550 - total flux cleaned = 0.00384727 Jy ! Component: 600 - total flux cleaned = 0.00414323 Jy ! Component: 650 - total flux cleaned = 0.00437533 Jy ! Component: 700 - total flux cleaned = 0.00454638 Jy ! Component: 750 - total flux cleaned = 0.00476833 Jy ! Component: 800 - total flux cleaned = 0.0044358 Jy ! Component: 850 - total flux cleaned = 0.00470788 Jy ! Component: 900 - total flux cleaned = 0.00470778 Jy ! Component: 950 - total flux cleaned = 0.00476091 Jy ! Component: 1000 - total flux cleaned = 0.00481335 Jy ! Component: 1050 - total flux cleaned = 0.00496632 Jy ! Component: 1100 - total flux cleaned = 0.00491593 Jy ! Component: 1150 - total flux cleaned = 0.00501573 Jy ! Component: 1200 - total flux cleaned = 0.00516385 Jy ! Component: 1250 - total flux cleaned = 0.00535777 Jy ! Component: 1300 - total flux cleaned = 0.00530925 Jy ! Component: 1350 - total flux cleaned = 0.00535683 Jy ! Component: 1400 - total flux cleaned = 0.00545056 Jy ! Component: 1450 - total flux cleaned = 0.00554401 Jy ! Component: 1500 - total flux cleaned = 0.00554331 Jy ! Component: 1550 - total flux cleaned = 0.00558797 Jy ! Component: 1600 - total flux cleaned = 0.00567672 Jy ! Component: 1650 - total flux cleaned = 0.00567628 Jy ! Component: 1700 - total flux cleaned = 0.0055449 Jy ! Component: 1750 - total flux cleaned = 0.00584826 Jy ! Component: 1800 - total flux cleaned = 0.00593279 Jy ! Component: 1850 - total flux cleaned = 0.00605953 Jy ! Component: 1900 - total flux cleaned = 0.0059755 Jy ! Component: 1950 - total flux cleaned = 0.00605796 Jy ! Component: 2000 - total flux cleaned = 0.00597547 Jy ! Component: 2050 - total flux cleaned = 0.00609811 Jy ! Component: 2100 - total flux cleaned = 0.0061381 Jy ! Component: 2150 - total flux cleaned = 0.00617786 Jy ! Component: 2200 - total flux cleaned = 0.0060181 Jy ! Component: 2250 - total flux cleaned = 0.00609696 Jy ! Component: 2300 - total flux cleaned = 0.00621389 Jy ! Component: 2350 - total flux cleaned = 0.00605899 Jy ! Component: 2400 - total flux cleaned = 0.006059 Jy ! Component: 2450 - total flux cleaned = 0.00613488 Jy ! Component: 2500 - total flux cleaned = 0.00602224 Jy ! Component: 2550 - total flux cleaned = 0.00624698 Jy ! Component: 2600 - total flux cleaned = 0.00620973 Jy ! Component: 2650 - total flux cleaned = 0.00620957 Jy ! Component: 2700 - total flux cleaned = 0.00620951 Jy ! Component: 2750 - total flux cleaned = 0.00617329 Jy ! Component: 2800 - total flux cleaned = 0.00631753 Jy ! Component: 2850 - total flux cleaned = 0.00646017 Jy ! Component: 2900 - total flux cleaned = 0.00635346 Jy ! Component: 2950 - total flux cleaned = 0.00638876 Jy ! Component: 3000 - total flux cleaned = 0.00635426 Jy ! Component: 3050 - total flux cleaned = 0.00645839 Jy ! Component: 3100 - total flux cleaned = 0.00656145 Jy ! Component: 3150 - total flux cleaned = 0.00666408 Jy ! Component: 3200 - total flux cleaned = 0.00656254 Jy ! Component: 3250 - total flux cleaned = 0.00662989 Jy ! Component: 3300 - total flux cleaned = 0.00683044 Jy ! Component: 3350 - total flux cleaned = 0.00679719 Jy ! Component: 3400 - total flux cleaned = 0.00686312 Jy ! Component: 3450 - total flux cleaned = 0.00689596 Jy ! Component: 3500 - total flux cleaned = 0.00696098 Jy ! Component: 3550 - total flux cleaned = 0.007058 Jy ! Component: 3600 - total flux cleaned = 0.00702582 Jy ! Component: 3650 - total flux cleaned = 0.00708964 Jy ! Component: 3700 - total flux cleaned = 0.00724799 Jy ! Component: 3750 - total flux cleaned = 0.00721671 Jy ! Component: 3800 - total flux cleaned = 0.00731045 Jy ! Component: 3850 - total flux cleaned = 0.0073104 Jy ! Component: 3900 - total flux cleaned = 0.00737206 Jy ! Component: 3950 - total flux cleaned = 0.00740251 Jy ! Component: 4000 - total flux cleaned = 0.00728049 Jy ! Component: 4050 - total flux cleaned = 0.00758248 Jy ! Total flux subtracted in 4096 components = 0.00752211 Jy ! Clean residual min=-0.001855 max=0.001855 Jy/beam ! Clean residual mean=0.000005 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.822064 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 376 components and 0.822064 Jy ![Exited script file: muppet] wmap "J2129-1538_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.245 x 8.348 at 0.4407 degrees (North through East) ! Clean map min=-0.0044401 max=0.72135 Jy/beam ! Writing clean map to FITS file: J2129-1538_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.721349 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000545033 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.226673 0.226673 0.453345 0.90669 1.81338 3.62676 7.25352 14.507 29.0141 58.0282 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.721 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.245 x 8.348 at 0.4407 degrees (North through East) ! Clean map min=-0.0044401 max=0.72135 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 J2129-1538_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:09:10 2019