! Started logfile: J2114+8204_S_2017_10_21_pus_uvs.log on Sat May 11 21:06:20 2019 obs J2114+8204_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J2114+8204_S_2017_10_21_pus_uva.fits ! AN table 1: 218 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.844929 visibilities/baseline/integration-bin. ! Found source: J2114+8204 ! ! 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 644 lines of history. ! ! Reading 26524 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 J2114+8204_S_2017_10_21_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 165 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 267 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 165 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1042 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.901581Jy sigma=0.008113 ! Fit after self-cal, rms=0.877154Jy sigma=0.007902 ! 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.874 mas, bmaj=6.7 mas, bpa=-18.97 degrees ! Estimated noise=926.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0924419 Jy ! Component: 100 - total flux cleaned = 0.118695 Jy ! Total flux subtracted in 100 components = 0.118695 Jy ! Clean residual min=-0.005151 max=0.011143 Jy/beam ! Clean residual mean=0.000016 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.118695 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.118695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088251Jy sigma=0.000738 ! Fit after self-cal, rms=0.088169Jy sigma=0.000737 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122971 Jy ! Component: 100 - total flux cleaned = 0.0182342 Jy ! Total flux subtracted in 100 components = 0.0182342 Jy ! Clean residual min=-0.004023 max=0.005100 Jy/beam ! Clean residual mean=0.000007 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.13693 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.13693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085871Jy sigma=0.000719 ! Fit after self-cal, rms=0.085805Jy sigma=0.000719 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.718 mas, bmaj=7.66 mas, bpa=-20.72 degrees ! Estimated noise=555.183 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 (-5.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00641908 Jy ! Component: 100 - total flux cleaned = 0.00986254 Jy ! Component: 150 - total flux cleaned = 0.0120753 Jy ! Component: 200 - total flux cleaned = 0.0132256 Jy ! Total flux subtracted in 200 components = 0.0132256 Jy ! Clean residual min=-0.002978 max=0.003023 Jy/beam ! Clean residual mean=0.000003 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.150155 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 59 components and 0.150155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085186Jy sigma=0.000715 ! Fit after self-cal, rms=0.085156Jy sigma=0.000715 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 0.98 KP 1.09 ! LA 1.04 MK 0.96 NL 0.92 OV 0.94 ! PT 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 1.02 KP 1.05 ! LA 0.98 MK 1.00 NL 0.98 OV 1.04 ! PT 0.96 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 1.01 KP 1.00 ! LA 0.78 MK 1.01 NL 1.18 OV 0.91 ! PT 0.95 ! ! ! Correcting IF 4. ! A total of 210 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.99 KP 1.00* ! LA 0.82 MK 1.08 NL 1.00* OV 1.00* ! PT 1.00 ! ! ! Fit before self-cal, rms=0.085156Jy sigma=0.000715 ! Fit after self-cal, rms=0.082148Jy sigma=0.000707 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=7.804 mas, bpa=-20.72 degrees ! Estimated noise=556.592 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.00028273 Jy ! Component: 100 - total flux cleaned = 0.000242809 Jy ! Component: 150 - total flux cleaned = 0.000174551 Jy ! Component: 200 - total flux cleaned = 0.000144022 Jy ! Total flux subtracted in 200 components = 0.000144022 Jy ! Clean residual min=-0.001816 max=0.001685 Jy/beam ! Clean residual mean=-0.000004 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.150299 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 81 components and 0.150299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082110Jy sigma=0.000707 ! Fit after self-cal, rms=0.082083Jy sigma=0.000707 ! 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.082083Jy sigma=0.000707 ! Fit after self-cal, rms=0.081673Jy sigma=0.000705 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=7.781 mas, bpa=-20.7 degrees ! Estimated noise=556.187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.29118e-05 Jy ! Component: 100 - total flux cleaned = 0.000102932 Jy ! Component: 150 - total flux cleaned = 6.16531e-05 Jy ! Component: 200 - total flux cleaned = 2.40161e-05 Jy ! Total flux subtracted in 200 components = 2.40161e-05 Jy ! Clean residual min=-0.001498 max=0.001407 Jy/beam ! Clean residual mean=-0.000002 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.150323 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 0.150323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081662Jy sigma=0.000705 ! Fit after self-cal, rms=0.081663Jy sigma=0.000705 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.01868e-05 Jy ! Component: 100 - total flux cleaned = -3.33073e-05 Jy ! Component: 150 - total flux cleaned = -6.55203e-05 Jy ! Component: 200 - total flux cleaned = -8.03286e-05 Jy ! Total flux subtracted in 200 components = -8.03286e-05 Jy ! Clean residual min=-0.001473 max=0.001387 Jy/beam ! Clean residual mean=-0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.150243 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 98 components and 0.150243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081656Jy sigma=0.000705 ! Fit after self-cal, rms=0.081655Jy sigma=0.000705 ! 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.081655Jy sigma=0.000705 ! Fit after self-cal, rms=0.081706Jy sigma=0.000705 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=7.784 mas, bpa=-20.67 degrees ! Estimated noise=556.388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.98124e-05 Jy ! Component: 100 - total flux cleaned = 4.46016e-06 Jy ! Component: 150 - total flux cleaned = -2.38356e-05 Jy ! Component: 200 - total flux cleaned = -3.65715e-05 Jy ! Total flux subtracted in 200 components = -3.65715e-05 Jy ! Clean residual min=-0.001467 max=0.001397 Jy/beam ! Clean residual mean=-0.000003 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.150206 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 105 components and 0.150206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081701Jy sigma=0.000705 ! Fit after self-cal, rms=0.081701Jy sigma=0.000705 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 = 1.21241e-05 Jy ! Component: 100 - total flux cleaned = 1.29553e-05 Jy ! Component: 150 - total flux cleaned = 1.24494e-05 Jy ! Component: 200 - total flux cleaned = 1.19821e-05 Jy ! Total flux subtracted in 200 components = 1.19821e-05 Jy ! Clean residual min=-0.001458 max=0.001383 Jy/beam ! Clean residual mean=-0.000003 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.150218 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 109 components and 0.150218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081698Jy sigma=0.000705 ! Fit after self-cal, rms=0.081697Jy sigma=0.000705 ! 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.081697Jy sigma=0.000705 ! Fit after self-cal, rms=0.081743Jy sigma=0.000705 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.085 mas, bmaj=11.92 mas, bpa=-37.19 degrees ! Estimated noise=675.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156982 Jy ! Component: 100 - total flux cleaned = 0.000169618 Jy ! Component: 150 - total flux cleaned = 0.00019053 Jy ! Component: 200 - total flux cleaned = 0.000217367 Jy ! Total flux subtracted in 200 components = 0.000217367 Jy ! Clean residual min=-0.001517 max=0.001465 Jy/beam ! Clean residual mean=-0.000006 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.150436 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 121 components and 0.150436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081741Jy sigma=0.000705 ! Fit after self-cal, rms=0.081740Jy sigma=0.000705 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.7757e-06 Jy ! Component: 100 - total flux cleaned = 3.09505e-05 Jy ! Component: 150 - total flux cleaned = 5.65287e-05 Jy ! Component: 200 - total flux cleaned = 6.40247e-05 Jy ! Total flux subtracted in 200 components = 6.40247e-05 Jy ! Clean residual min=-0.001499 max=0.001466 Jy/beam ! Clean residual mean=-0.000006 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.1505 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 131 components and 0.1505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081740Jy sigma=0.000705 ! Fit after self-cal, rms=0.081739Jy sigma=0.000705 ! 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.706 mas, bmaj=7.784 mas, bpa=-20.64 degrees ! Estimated noise=556.619 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.706 x 7.784 at -20.64 degrees (North through East) ! Clean map min=-0.0013968 max=0.12164 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.862 mas, bmaj=6.799 mas, bpa=-19.04 degrees ! Estimated noise=936.055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0928272 Jy ! Component: 100 - total flux cleaned = 0.120273 Jy ! Component: 150 - total flux cleaned = 0.132387 Jy ! Component: 200 - total flux cleaned = 0.138797 Jy ! Total flux subtracted in 200 components = 0.138797 Jy ! Clean residual min=-0.002967 max=0.003481 Jy/beam ! Clean residual mean=0.000004 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.138797 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.138797 Jy ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=7.784 mas, bpa=-20.64 degrees ! Estimated noise=556.619 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.00523417 Jy ! Component: 100 - total flux cleaned = 0.00802384 Jy ! Component: 150 - total flux cleaned = 0.00971102 Jy ! Component: 200 - total flux cleaned = 0.0106274 Jy ! Total flux subtracted in 200 components = 0.0106274 Jy ! Clean residual min=-0.001398 max=0.001395 Jy/beam ! Clean residual mean=-0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.149424 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 52 components and 0.149424 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=8.085 mas, bmaj=11.92 mas, bpa=-37.19 degrees ! Estimated noise=675.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000863943 Jy ! Component: 100 - total flux cleaned = 0.0010621 Jy ! Component: 150 - total flux cleaned = 0.00113872 Jy ! Component: 200 - total flux cleaned = 0.00115399 Jy ! Total flux subtracted in 200 components = 0.00115399 Jy ! Clean residual min=-0.001495 max=0.001429 Jy/beam ! Clean residual mean=-0.000005 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.150578 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.31435e-05 Jy ! Component: 100 - total flux cleaned = -1.23686e-05 Jy ! Component: 150 - total flux cleaned = -1.17985e-05 Jy ! Component: 200 - total flux cleaned = -2.18499e-05 Jy ! Total flux subtracted in 200 components = -2.18499e-05 Jy ! Clean residual min=-0.001466 max=0.001429 Jy/beam ! Clean residual mean=-0.000006 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.150556 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 89 components and 0.150556 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=7.784 mas, bpa=-20.64 degrees ! Estimated noise=556.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000127846 Jy ! Component: 100 - total flux cleaned = -0.000109071 Jy ! Component: 150 - total flux cleaned = -9.24637e-05 Jy ! Component: 200 - total flux cleaned = -9.22381e-05 Jy ! Total flux subtracted in 200 components = -9.22381e-05 Jy ! Clean residual min=-0.001396 max=0.001405 Jy/beam ! Clean residual mean=-0.000002 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.150464 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 101 components and 0.150464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081744Jy sigma=0.000705 ! Fit after self-cal, rms=0.081742Jy sigma=0.000705 wmodel J2114+8204_S_2017_10_21_pus_map.mod ! Writing 101 model components to file: J2114+8204_S_2017_10_21_pus_map.mod wobs J2114+8204_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J2114+8204_S_2017_10_21_pus_uvs.fits wwins J2114+8204_S_2017_10_21_pus_map.win ! wwins: Wrote 2 windows to J2114+8204_S_2017_10_21_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 8.81713e-05 Jy ! Component: 100 - total flux cleaned = -5.10206e-05 Jy ! Component: 150 - total flux cleaned = -5.16757e-05 Jy ! Component: 200 - total flux cleaned = -5.13945e-05 Jy ! Component: 250 - total flux cleaned = -7.07344e-05 Jy ! Component: 300 - total flux cleaned = -0.000108058 Jy ! Component: 350 - total flux cleaned = -0.000181503 Jy ! Component: 400 - total flux cleaned = -0.000163514 Jy ! Component: 450 - total flux cleaned = -0.000163504 Jy ! Component: 500 - total flux cleaned = -0.000129325 Jy ! Component: 550 - total flux cleaned = -0.000129799 Jy ! Component: 600 - total flux cleaned = -0.000195776 Jy ! Component: 650 - total flux cleaned = -0.000147494 Jy ! Component: 700 - total flux cleaned = -0.000132145 Jy ! Component: 750 - total flux cleaned = -0.000101989 Jy ! Component: 800 - total flux cleaned = -0.000147677 Jy ! Component: 850 - total flux cleaned = -0.000102617 Jy ! Component: 900 - total flux cleaned = -8.81443e-05 Jy ! Component: 950 - total flux cleaned = -0.00011733 Jy ! Component: 1000 - total flux cleaned = -0.000131832 Jy ! Component: 1050 - total flux cleaned = -0.000159785 Jy ! Component: 1100 - total flux cleaned = -0.000201112 Jy ! Component: 1150 - total flux cleaned = -0.00021468 Jy ! Component: 1200 - total flux cleaned = -0.000281627 Jy ! Component: 1250 - total flux cleaned = -0.000320817 Jy ! Component: 1300 - total flux cleaned = -0.000268542 Jy ! Component: 1350 - total flux cleaned = -0.000281484 Jy ! Component: 1400 - total flux cleaned = -0.000218275 Jy ! Component: 1450 - total flux cleaned = -0.000230956 Jy ! Component: 1500 - total flux cleaned = -0.000193734 Jy ! Component: 1550 - total flux cleaned = -0.000144931 Jy ! Component: 1600 - total flux cleaned = -0.000120877 Jy ! Component: 1650 - total flux cleaned = -8.47917e-05 Jy ! Component: 1700 - total flux cleaned = -6.08804e-05 Jy ! Component: 1750 - total flux cleaned = -1.41023e-05 Jy ! Component: 1800 - total flux cleaned = 8.70266e-06 Jy ! Component: 1850 - total flux cleaned = 2.0208e-05 Jy ! Component: 1900 - total flux cleaned = 4.29494e-05 Jy ! Component: 1950 - total flux cleaned = 3.18418e-05 Jy ! Component: 2000 - total flux cleaned = 4.2976e-05 Jy ! Component: 2050 - total flux cleaned = 9.75801e-05 Jy ! Component: 2100 - total flux cleaned = 9.75025e-05 Jy ! Component: 2150 - total flux cleaned = 0.000129677 Jy ! Component: 2200 - total flux cleaned = 0.00014022 Jy ! Component: 2250 - total flux cleaned = 0.000161209 Jy ! Component: 2300 - total flux cleaned = 0.000140281 Jy ! Component: 2350 - total flux cleaned = 0.00015079 Jy ! Component: 2400 - total flux cleaned = 0.000130205 Jy ! Component: 2450 - total flux cleaned = 0.000120057 Jy ! Component: 2500 - total flux cleaned = 0.00011005 Jy ! Component: 2550 - total flux cleaned = 0.000160071 Jy ! Component: 2600 - total flux cleaned = 0.000120264 Jy ! Component: 2650 - total flux cleaned = 0.000120313 Jy ! Component: 2700 - total flux cleaned = 0.000169148 Jy ! Component: 2750 - total flux cleaned = 0.00015938 Jy ! Component: 2800 - total flux cleaned = 0.000149864 Jy ! Component: 2850 - total flux cleaned = 0.000178398 Jy ! Component: 2900 - total flux cleaned = 0.000187883 Jy ! Component: 2950 - total flux cleaned = 0.000187736 Jy ! Component: 3000 - total flux cleaned = 0.000206307 Jy ! Component: 3050 - total flux cleaned = 0.000215452 Jy ! Component: 3100 - total flux cleaned = 0.000178891 Jy ! Component: 3150 - total flux cleaned = 0.000242472 Jy ! Component: 3200 - total flux cleaned = 0.000206392 Jy ! Component: 3250 - total flux cleaned = 0.000206319 Jy ! Component: 3300 - total flux cleaned = 0.000179622 Jy ! Component: 3350 - total flux cleaned = 0.000197335 Jy ! Component: 3400 - total flux cleaned = 0.000188496 Jy ! Component: 3450 - total flux cleaned = 0.000188407 Jy ! Component: 3500 - total flux cleaned = 0.000171175 Jy ! Component: 3550 - total flux cleaned = 0.000162472 Jy ! Component: 3600 - total flux cleaned = 0.00016249 Jy ! Component: 3650 - total flux cleaned = 0.000145489 Jy ! Component: 3700 - total flux cleaned = 0.000153933 Jy ! Component: 3750 - total flux cleaned = 0.000120523 Jy ! Component: 3800 - total flux cleaned = 0.00015373 Jy ! Component: 3850 - total flux cleaned = 0.000112504 Jy ! Component: 3900 - total flux cleaned = 0.000128865 Jy ! Component: 3950 - total flux cleaned = 9.62185e-05 Jy ! Component: 4000 - total flux cleaned = 0.00011244 Jy ! Component: 4050 - total flux cleaned = 9.62662e-05 Jy ! Total flux subtracted in 4096 components = 8.02106e-05 Jy ! Clean residual min=-0.000510 max=0.000483 Jy/beam ! Clean residual mean=-0.000001 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.150544 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 398 components and 0.150544 Jy ![Exited script file: muppet] wmap "J2114+8204_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.706 x 7.784 at -20.64 degrees (North through East) ! Clean map min=-0.0010452 max=0.1217 Jy/beam ! Writing clean map to FITS file: J2114+8204_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.121697 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145712 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.359199 0.359199 0.718398 1.4368 2.87359 5.74719 11.4944 22.9887 45.9775 91.955 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.121 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.706 x 7.784 at -20.64 degrees (North through East) ! Clean map min=-0.0010452 max=0.1217 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 J2114+8204_S_2017_10_21_pus_uvs.log closed on Sat May 11 21:06:25 2019