! Started logfile: J1828+0820_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:07:26 2016 obs J1828+0820_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1828+0820_S_2015_03_17_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783424 visibilities/baseline/integration-bin. ! Found source: J1828+0820 ! ! 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 330 lines of history. ! ! Reading 17204 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 J1828+0820_S_2015_03_17_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004603Jy sigma=0.010801 ! Fit after self-cal, rms=0.964302Jy sigma=0.010396 ! 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=3.291 mas, bmaj=7.538 mas, bpa=12 degrees ! Estimated noise=751.248 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.028795 Jy ! Component: 100 - total flux cleaned = 0.0357425 Jy ! Total flux subtracted in 100 components = 0.0357425 Jy ! Clean residual min=-0.002630 max=0.002666 Jy/beam ! Clean residual mean=-0.000011 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.0357425 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0357425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079562Jy sigma=0.000767 ! Fit after self-cal, rms=0.077896Jy sigma=0.000748 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0053238 Jy ! Component: 100 - total flux cleaned = 0.00711571 Jy ! Total flux subtracted in 100 components = 0.00711571 Jy ! Clean residual min=-0.002544 max=0.002684 Jy/beam ! Clean residual mean=-0.000004 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.0428583 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.0428583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077491Jy sigma=0.000745 ! Fit after self-cal, rms=0.077467Jy sigma=0.000745 ! 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=4.104 mas, bmaj=8.541 mas, bpa=11.66 degrees ! Estimated noise=511.12 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.00102615 Jy ! Component: 100 - total flux cleaned = 0.00118676 Jy ! Component: 150 - total flux cleaned = 0.00127004 Jy ! Component: 200 - total flux cleaned = 0.00125433 Jy ! Total flux subtracted in 200 components = 0.00125433 Jy ! Clean residual min=-0.001911 max=0.001970 Jy/beam ! Clean residual mean=-0.000006 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.0441126 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 46 components and 0.0441126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077428Jy sigma=0.000745 ! Fit after self-cal, rms=0.077423Jy sigma=0.000745 ! 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.08 FD 0.86 HN 0.93 KP 1.10 ! LA 0.95 MK 0.97 NL 0.94 OV 1.02 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.92 HN 0.95 KP 1.07 ! LA 1.03 MK 1.01 NL 1.03 OV 1.08 ! PT 1.10 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 0.85 KP 1.00 ! LA 0.88 MK 1.00 NL 1.09 OV 1.08 ! PT 1.07 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.90 HN 0.92 KP 0.94 ! LA 0.82 MK 1.08 NL 0.83 OV 1.01 ! PT 1.15 SC 0.97 ! ! ! Fit before self-cal, rms=0.077423Jy sigma=0.000745 ! Fit after self-cal, rms=0.074325Jy sigma=0.000743 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.12 mas, bmaj=8.548 mas, bpa=11.52 degrees ! Estimated noise=511.854 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.000113783 Jy ! Component: 100 - total flux cleaned = -2.90966e-05 Jy ! Component: 150 - total flux cleaned = -1.17603e-05 Jy ! Component: 200 - total flux cleaned = 2.43853e-06 Jy ! Total flux subtracted in 200 components = 2.43853e-06 Jy ! Clean residual min=-0.001553 max=0.001758 Jy/beam ! Clean residual mean=-0.000008 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.044115 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.044115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074312Jy sigma=0.000742 ! Fit after self-cal, rms=0.074192Jy sigma=0.000742 ! 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.074192Jy sigma=0.000742 ! Fit after self-cal, rms=0.072518Jy sigma=0.000741 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.138 mas, bmaj=8.533 mas, bpa=11.2 degrees ! Estimated noise=508.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.78156e-06 Jy ! Component: 100 - total flux cleaned = 7.15814e-05 Jy ! Component: 150 - total flux cleaned = 9.28303e-05 Jy ! Component: 200 - total flux cleaned = 7.38708e-05 Jy ! Total flux subtracted in 200 components = 7.38708e-05 Jy ! Clean residual min=-0.001488 max=0.001571 Jy/beam ! Clean residual mean=-0.000003 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0441889 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.0441889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072513Jy sigma=0.000741 ! Fit after self-cal, rms=0.072482Jy sigma=0.000740 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 = -8.36593e-05 Jy ! Component: 100 - total flux cleaned = -4.84583e-05 Jy ! Component: 150 - total flux cleaned = -6.82367e-05 Jy ! Component: 200 - total flux cleaned = -7.73889e-05 Jy ! Total flux subtracted in 200 components = -7.73889e-05 Jy ! Clean residual min=-0.001465 max=0.001490 Jy/beam ! Clean residual mean=-0.000004 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0441115 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 0.0441115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072478Jy sigma=0.000740 ! Fit after self-cal, rms=0.072471Jy sigma=0.000740 ! 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.072471Jy sigma=0.000740 ! Fit after self-cal, rms=0.072464Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.123 mas, bmaj=8.506 mas, bpa=11.02 degrees ! Estimated noise=508.008 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.45053e-05 Jy ! Component: 100 - total flux cleaned = 8.80222e-05 Jy ! Component: 150 - total flux cleaned = 8.86447e-05 Jy ! Component: 200 - total flux cleaned = 8.9255e-05 Jy ! Total flux subtracted in 200 components = 8.9255e-05 Jy ! Clean residual min=-0.001468 max=0.001482 Jy/beam ! Clean residual mean=-0.000003 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0442008 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.0442008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072460Jy sigma=0.000740 ! Fit after self-cal, rms=0.072465Jy sigma=0.000740 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 = -8.00846e-05 Jy ! Component: 100 - total flux cleaned = -6.71232e-05 Jy ! Component: 150 - total flux cleaned = -7.69498e-05 Jy ! Component: 200 - total flux cleaned = -8.51382e-05 Jy ! Total flux subtracted in 200 components = -8.51382e-05 Jy ! Clean residual min=-0.001477 max=0.001451 Jy/beam ! Clean residual mean=-0.000004 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0441156 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.0441156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072462Jy sigma=0.000740 ! Fit after self-cal, rms=0.072461Jy sigma=0.000740 ! 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.072461Jy sigma=0.000740 ! Fit after self-cal, rms=0.072553Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.186 mas, bmaj=11.18 mas, bpa=3.242 degrees ! Estimated noise=595.469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.97824e-05 Jy ! Component: 100 - total flux cleaned = -5.38295e-05 Jy ! Component: 150 - total flux cleaned = -1.2811e-05 Jy ! Component: 200 - total flux cleaned = 2.21692e-05 Jy ! Total flux subtracted in 200 components = 2.21692e-05 Jy ! Clean residual min=-0.001592 max=0.001542 Jy/beam ! Clean residual mean=-0.000005 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0441378 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.0441378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072552Jy sigma=0.000740 ! Fit after self-cal, rms=0.072553Jy sigma=0.000740 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 = -6.57533e-05 Jy ! Component: 100 - total flux cleaned = -2.42392e-05 Jy ! Component: 150 - total flux cleaned = 1.56955e-05 Jy ! Component: 200 - total flux cleaned = 2.97205e-05 Jy ! Total flux subtracted in 200 components = 2.97205e-05 Jy ! Clean residual min=-0.001599 max=0.001584 Jy/beam ! Clean residual mean=-0.000007 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0441675 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 83 components and 0.0441675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072552Jy sigma=0.000740 ! Fit after self-cal, rms=0.072548Jy sigma=0.000740 ! 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=4.109 mas, bmaj=8.489 mas, bpa=10.94 degrees ! Estimated noise=507.778 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.109 x 8.489 at 10.94 degrees (North through East) ! Clean map min=-0.0029192 max=0.041809 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=3.31 mas, bmaj=7.525 mas, bpa=11.41 degrees ! Estimated noise=738.797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0311278 Jy ! Component: 100 - total flux cleaned = 0.0387917 Jy ! Component: 150 - total flux cleaned = 0.0403369 Jy ! Component: 200 - total flux cleaned = 0.0413586 Jy ! Total flux subtracted in 200 components = 0.0413586 Jy ! Clean residual min=-0.002320 max=0.002547 Jy/beam ! Clean residual mean=-0.000006 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.0413586 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.0413586 Jy ! Inverting map and beam ! Estimated beam: bmin=4.109 mas, bmaj=8.489 mas, bpa=10.94 degrees ! Estimated noise=507.778 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.00194815 Jy ! Component: 100 - total flux cleaned = 0.00222508 Jy ! Component: 150 - total flux cleaned = 0.00246796 Jy ! Component: 200 - total flux cleaned = 0.00267341 Jy ! Total flux subtracted in 200 components = 0.00267341 Jy ! Clean residual min=-0.001530 max=0.001474 Jy/beam ! Clean residual mean=-0.000005 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.044032 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 40 components and 0.044032 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.186 mas, bmaj=11.18 mas, bpa=3.242 degrees ! Estimated noise=595.469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000108537 Jy ! Component: 100 - total flux cleaned = 0.000136338 Jy ! Component: 150 - total flux cleaned = 0.000180285 Jy ! Component: 200 - total flux cleaned = 0.000190436 Jy ! Total flux subtracted in 200 components = 0.000190436 Jy ! Clean residual min=-0.001577 max=0.001585 Jy/beam ! Clean residual mean=-0.000007 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.0442225 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 = 9.00983e-06 Jy ! Component: 100 - total flux cleaned = 9.22575e-06 Jy ! Component: 150 - total flux cleaned = 9.12009e-06 Jy ! Component: 200 - total flux cleaned = 1.6384e-05 Jy ! Total flux subtracted in 200 components = 1.6384e-05 Jy ! Clean residual min=-0.001572 max=0.001593 Jy/beam ! Clean residual mean=-0.000007 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0442388 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 56 components and 0.0442388 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.109 mas, bmaj=8.489 mas, bpa=10.94 degrees ! Estimated noise=507.778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.18171e-05 Jy ! Component: 100 - total flux cleaned = -1.06042e-05 Jy ! Component: 150 - total flux cleaned = -2.19152e-05 Jy ! Component: 200 - total flux cleaned = -2.18061e-05 Jy ! Total flux subtracted in 200 components = -2.18061e-05 Jy ! Clean residual min=-0.001560 max=0.001504 Jy/beam ! Clean residual mean=-0.000004 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.044217 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 64 components and 0.044217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072548Jy sigma=0.000740 ! Fit after self-cal, rms=0.072548Jy sigma=0.000740 wmodel J1828+0820_S_2015_03_17_pus_map.mod ! Writing 64 model components to file: J1828+0820_S_2015_03_17_pus_map.mod wobs J1828+0820_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1828+0820_S_2015_03_17_pus_uvs.fits wwins J1828+0820_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1828+0820_S_2015_03_17_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.000355842 Jy ! Component: 100 - total flux cleaned = 0.000587756 Jy ! Component: 150 - total flux cleaned = 0.000782187 Jy ! Component: 200 - total flux cleaned = 0.000921183 Jy ! Component: 250 - total flux cleaned = 0.00109945 Jy ! Component: 300 - total flux cleaned = 0.0012279 Jy ! Component: 350 - total flux cleaned = 0.00137331 Jy ! Component: 400 - total flux cleaned = 0.00147364 Jy ! Component: 450 - total flux cleaned = 0.00164852 Jy ! Component: 500 - total flux cleaned = 0.00178029 Jy ! Component: 550 - total flux cleaned = 0.00190894 Jy ! Component: 600 - total flux cleaned = 0.0020338 Jy ! Component: 650 - total flux cleaned = 0.00210331 Jy ! Component: 700 - total flux cleaned = 0.00218773 Jy ! Component: 750 - total flux cleaned = 0.0022377 Jy ! Component: 800 - total flux cleaned = 0.00230249 Jy ! Component: 850 - total flux cleaned = 0.00228648 Jy ! Component: 900 - total flux cleaned = 0.00220951 Jy ! Component: 950 - total flux cleaned = 0.0021794 Jy ! Component: 1000 - total flux cleaned = 0.00209064 Jy ! Component: 1050 - total flux cleaned = 0.00206155 Jy ! Component: 1100 - total flux cleaned = 0.00200398 Jy ! Component: 1150 - total flux cleaned = 0.00196155 Jy ! Component: 1200 - total flux cleaned = 0.00189198 Jy ! Component: 1250 - total flux cleaned = 0.00181019 Jy ! Component: 1300 - total flux cleaned = 0.00178367 Jy ! Component: 1350 - total flux cleaned = 0.00178351 Jy ! Component: 1400 - total flux cleaned = 0.00170549 Jy ! Component: 1450 - total flux cleaned = 0.00169262 Jy ! Component: 1500 - total flux cleaned = 0.00160406 Jy ! Component: 1550 - total flux cleaned = 0.00156689 Jy ! Component: 1600 - total flux cleaned = 0.0015176 Jy ! Component: 1650 - total flux cleaned = 0.00143291 Jy ! Component: 1700 - total flux cleaned = 0.00140913 Jy ! Component: 1750 - total flux cleaned = 0.00135006 Jy ! Component: 1800 - total flux cleaned = 0.00136166 Jy ! Component: 1850 - total flux cleaned = 0.00125831 Jy ! Component: 1900 - total flux cleaned = 0.00123566 Jy ! Component: 1950 - total flux cleaned = 0.00124679 Jy ! Component: 2000 - total flux cleaned = 0.0012467 Jy ! Component: 2050 - total flux cleaned = 0.00121373 Jy ! Component: 2100 - total flux cleaned = 0.00119224 Jy ! Component: 2150 - total flux cleaned = 0.0012244 Jy ! Component: 2200 - total flux cleaned = 0.00118196 Jy ! Component: 2250 - total flux cleaned = 0.00121319 Jy ! Component: 2300 - total flux cleaned = 0.00120283 Jy ! Component: 2350 - total flux cleaned = 0.0012028 Jy ! Component: 2400 - total flux cleaned = 0.00117234 Jy ! Component: 2450 - total flux cleaned = 0.00121249 Jy ! Component: 2500 - total flux cleaned = 0.00119257 Jy ! Component: 2550 - total flux cleaned = 0.00119262 Jy ! Component: 2600 - total flux cleaned = 0.00117304 Jy ! Component: 2650 - total flux cleaned = 0.00121167 Jy ! Component: 2700 - total flux cleaned = 0.00123077 Jy ! Component: 2750 - total flux cleaned = 0.00123095 Jy ! Component: 2800 - total flux cleaned = 0.00129645 Jy ! Component: 2850 - total flux cleaned = 0.00130574 Jy ! Component: 2900 - total flux cleaned = 0.00133328 Jy ! Component: 2950 - total flux cleaned = 0.00132417 Jy ! Component: 3000 - total flux cleaned = 0.00134231 Jy ! Component: 3050 - total flux cleaned = 0.0013693 Jy ! Component: 3100 - total flux cleaned = 0.00134269 Jy ! Component: 3150 - total flux cleaned = 0.00138681 Jy ! Component: 3200 - total flux cleaned = 0.00138669 Jy ! Component: 3250 - total flux cleaned = 0.00135195 Jy ! Component: 3300 - total flux cleaned = 0.00136919 Jy ! Component: 3350 - total flux cleaned = 0.00130944 Jy ! Component: 3400 - total flux cleaned = 0.00130954 Jy ! Component: 3450 - total flux cleaned = 0.00130111 Jy ! Component: 3500 - total flux cleaned = 0.00126781 Jy ! Component: 3550 - total flux cleaned = 0.00125956 Jy ! Component: 3600 - total flux cleaned = 0.00124314 Jy ! Component: 3650 - total flux cleaned = 0.00121873 Jy ! Component: 3700 - total flux cleaned = 0.00120253 Jy ! Component: 3750 - total flux cleaned = 0.00115438 Jy ! Component: 3800 - total flux cleaned = 0.0011863 Jy ! Component: 3850 - total flux cleaned = 0.00117055 Jy ! Component: 3900 - total flux cleaned = 0.00115487 Jy ! Component: 3950 - total flux cleaned = 0.0011549 Jy ! Component: 4000 - total flux cleaned = 0.00115487 Jy ! Component: 4050 - total flux cleaned = 0.00114724 Jy ! Total flux subtracted in 4096 components = 0.00116245 Jy ! Clean residual min=-0.000462 max=0.000448 Jy/beam ! Clean residual mean=-0.000001 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0453795 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 377 components and 0.0453794 Jy ![Exited script file: muppet] wmap "J1828+0820_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.109 x 8.489 at 10.94 degrees (North through East) ! Clean map min=-0.0029034 max=0.041701 Jy/beam ! Writing clean map to FITS file: J1828+0820_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0417009 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000144484 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03943 1.03943 2.07886 4.15772 8.31544 16.6309 33.2618 66.5236 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.109 x 8.489 at 10.94 degrees (North through East) ! Clean map min=-0.0029034 max=0.041701 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 J1828+0820_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:07:31 2016