! Started logfile: J1917-2110_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:36:34 2016 obs J1917-2110_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1917-2110_S_2014_08_05_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776503 visibilities/baseline/integration-bin. ! Found source: J1917-2110 ! ! 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 360 lines of history. ! ! Reading 17052 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 J1917-2110_S_2014_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 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.925820Jy sigma=0.008698 ! Fit after self-cal, rms=0.890557Jy sigma=0.008363 ! 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.04 mas, bmaj=14 mas, bpa=23.45 degrees ! Estimated noise=925.717 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.0802438 Jy ! Component: 100 - total flux cleaned = 0.109884 Jy ! Total flux subtracted in 100 components = 0.109884 Jy ! Clean residual min=-0.005246 max=0.013691 Jy/beam ! Clean residual mean=-0.000050 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.109884 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.109884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097297Jy sigma=0.000833 ! Fit after self-cal, rms=0.097108Jy sigma=0.000832 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0159642 Jy ! Component: 100 - total flux cleaned = 0.0254696 Jy ! Total flux subtracted in 100 components = 0.0254696 Jy ! Clean residual min=-0.004132 max=0.005337 Jy/beam ! Clean residual mean=-0.000026 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.135354 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 43 components and 0.135354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093400Jy sigma=0.000797 ! Fit after self-cal, rms=0.093314Jy sigma=0.000797 ! 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.888 mas, bmaj=15.17 mas, bpa=21.81 degrees ! Estimated noise=591.871 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.00943663 Jy ! Component: 100 - total flux cleaned = 0.0149452 Jy ! Component: 150 - total flux cleaned = 0.0185315 Jy ! Component: 200 - total flux cleaned = 0.0210903 Jy ! Total flux subtracted in 200 components = 0.0210903 Jy ! Clean residual min=-0.003409 max=0.003072 Jy/beam ! Clean residual mean=-0.000012 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.156444 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 113 components and 0.156444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092159Jy sigma=0.000789 ! Fit after self-cal, rms=0.092144Jy sigma=0.000789 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.84 HN 1.02 KP 1.05 ! LA 1.09 MK 1.00* NL 0.98 OV 0.97 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.35 FD 1.05 HN 1.08 KP 1.03 ! LA 1.04 MK 1.00* NL 1.04 OV 1.03 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.10 HN 1.11 KP 0.91 ! LA 0.81 MK 1.00* NL 1.01 OV 0.93 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 1.04 KP 0.87 ! LA 0.80 MK 1.00* NL 1.06 OV 1.00 ! PT 1.00 SC 0.91 ! ! ! Fit before self-cal, rms=0.092144Jy sigma=0.000789 ! Fit after self-cal, rms=0.091160Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=15.33 mas, bpa=21.96 degrees ! Estimated noise=593.104 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.000395807 Jy ! Component: 100 - total flux cleaned = -0.000602938 Jy ! Component: 150 - total flux cleaned = -0.000690353 Jy ! Component: 200 - total flux cleaned = -0.000740808 Jy ! Total flux subtracted in 200 components = -0.000740808 Jy ! Clean residual min=-0.002227 max=0.002437 Jy/beam ! Clean residual mean=-0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.155704 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 130 components and 0.155703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091123Jy sigma=0.000772 ! Fit after self-cal, rms=0.091136Jy sigma=0.000771 ! 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.091136Jy sigma=0.000771 ! Fit after self-cal, rms=0.092609Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.892 mas, bmaj=15.35 mas, bpa=22.01 degrees ! Estimated noise=597.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000291747 Jy ! Component: 100 - total flux cleaned = 0.000108489 Jy ! Component: 150 - total flux cleaned = -9.85559e-05 Jy ! Component: 200 - total flux cleaned = -0.000203021 Jy ! Total flux subtracted in 200 components = -0.000203021 Jy ! Clean residual min=-0.002359 max=0.002454 Jy/beam ! Clean residual mean=-0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.1555 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 142 components and 0.1555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092568Jy sigma=0.000770 ! Fit after self-cal, rms=0.092580Jy sigma=0.000770 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 (-10, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220595 Jy ! Component: 100 - total flux cleaned = 0.00280329 Jy ! Component: 150 - total flux cleaned = 0.00309036 Jy ! Component: 200 - total flux cleaned = 0.00330883 Jy ! Total flux subtracted in 200 components = 0.00330883 Jy ! Clean residual min=-0.002265 max=0.001701 Jy/beam ! Clean residual mean=0.000004 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.158809 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 170 components and 0.158809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092518Jy sigma=0.000770 ! Fit after self-cal, rms=0.092512Jy sigma=0.000770 ! 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.092512Jy sigma=0.000770 ! Fit after self-cal, rms=0.093000Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=15.35 mas, bpa=22.06 degrees ! Estimated noise=597.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000608548 Jy ! Component: 100 - total flux cleaned = 0.00083233 Jy ! Component: 150 - total flux cleaned = 0.000941975 Jy ! Component: 200 - total flux cleaned = 0.000964648 Jy ! Total flux subtracted in 200 components = 0.000964648 Jy ! Clean residual min=-0.002134 max=0.001598 Jy/beam ! Clean residual mean=0.000005 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.159774 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 193 components and 0.159774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092976Jy sigma=0.000768 ! Fit after self-cal, rms=0.092992Jy sigma=0.000768 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.000131696 Jy ! Component: 100 - total flux cleaned = 0.000131712 Jy ! Component: 150 - total flux cleaned = 9.02575e-05 Jy ! Component: 200 - total flux cleaned = 5.22679e-05 Jy ! Total flux subtracted in 200 components = 5.22679e-05 Jy ! Clean residual min=-0.002094 max=0.001556 Jy/beam ! Clean residual mean=0.000006 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.159826 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 211 components and 0.159826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092979Jy sigma=0.000767 ! Fit after self-cal, rms=0.092976Jy sigma=0.000767 ! 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.092976Jy sigma=0.000767 ! Fit after self-cal, rms=0.093479Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.881 mas, bmaj=20.4 mas, bpa=12.34 degrees ! Estimated noise=668.806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.75799e-05 Jy ! Component: 100 - total flux cleaned = 5.68513e-05 Jy ! Component: 150 - total flux cleaned = 3.92152e-05 Jy ! Component: 200 - total flux cleaned = 4.51715e-06 Jy ! Total flux subtracted in 200 components = 4.51715e-06 Jy ! Clean residual min=-0.002169 max=0.001374 Jy/beam ! Clean residual mean=0.000011 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.159831 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 227 components and 0.159831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093466Jy sigma=0.000767 ! Fit after self-cal, rms=0.093474Jy sigma=0.000767 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.000104849 Jy ! Component: 100 - total flux cleaned = -7.28635e-05 Jy ! Component: 150 - total flux cleaned = -0.000100766 Jy ! Component: 200 - total flux cleaned = -0.000114007 Jy ! Total flux subtracted in 200 components = -0.000114007 Jy ! Clean residual min=-0.002128 max=0.001347 Jy/beam ! Clean residual mean=0.000010 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.159717 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 233 components and 0.159717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093467Jy sigma=0.000767 ! Fit after self-cal, rms=0.093467Jy sigma=0.000767 ! 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.887 mas, bmaj=15.38 mas, bpa=22.09 degrees ! Estimated noise=599.174 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.887 x 15.38 at 22.09 degrees (North through East) ! Clean map min=-0.0023024 max=0.11159 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.023 mas, bmaj=14.19 mas, bpa=23.65 degrees ! Estimated noise=940.498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0803412 Jy ! Component: 100 - total flux cleaned = 0.110725 Jy ! Component: 150 - total flux cleaned = 0.126258 Jy ! Component: 200 - total flux cleaned = 0.134721 Jy ! Total flux subtracted in 200 components = 0.134721 Jy ! Clean residual min=-0.003220 max=0.004359 Jy/beam ! Clean residual mean=-0.000022 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.134721 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.134721 Jy ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=15.38 mas, bpa=22.09 degrees ! Estimated noise=599.174 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.00863483 Jy ! Component: 100 - total flux cleaned = 0.0137129 Jy ! Component: 150 - total flux cleaned = 0.0170855 Jy ! Component: 200 - total flux cleaned = 0.0194216 Jy ! Total flux subtracted in 200 components = 0.0194216 Jy ! Clean residual min=-0.002449 max=0.002037 Jy/beam ! Clean residual mean=-0.000004 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.154142 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 88 components and 0.154142 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.881 mas, bmaj=20.4 mas, bpa=12.34 degrees ! Estimated noise=668.806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023221 Jy ! Component: 100 - total flux cleaned = 0.00338002 Jy ! Component: 150 - total flux cleaned = 0.00396046 Jy ! Component: 200 - total flux cleaned = 0.00439148 Jy ! Total flux subtracted in 200 components = 0.00439148 Jy ! Clean residual min=-0.002456 max=0.001565 Jy/beam ! Clean residual mean=0.000007 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.158534 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.000264703 Jy ! Component: 100 - total flux cleaned = 0.000469429 Jy ! Component: 150 - total flux cleaned = 0.000602146 Jy ! Component: 200 - total flux cleaned = 0.000626387 Jy ! Total flux subtracted in 200 components = 0.000626387 Jy ! Clean residual min=-0.002327 max=0.001509 Jy/beam ! Clean residual mean=0.000009 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.15916 Jy ! Adding 97 model components to the UV plane model. ! The established model now contains 167 components and 0.15916 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=15.38 mas, bpa=22.09 degrees ! Estimated noise=599.174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000315556 Jy ! Component: 100 - total flux cleaned = -0.000289433 Jy ! Component: 150 - total flux cleaned = -0.00026329 Jy ! Component: 200 - total flux cleaned = -0.000163813 Jy ! Total flux subtracted in 200 components = -0.000163813 Jy ! Clean residual min=-0.002141 max=0.001617 Jy/beam ! Clean residual mean=0.000005 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.158996 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 183 components and 0.158996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093480Jy sigma=0.000768 ! Fit after self-cal, rms=0.093459Jy sigma=0.000768 wmodel J1917-2110_S_2014_08_05_pus_map.mod ! Writing 183 model components to file: J1917-2110_S_2014_08_05_pus_map.mod wobs J1917-2110_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1917-2110_S_2014_08_05_pus_uvs.fits wwins J1917-2110_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1917-2110_S_2014_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.000575921 Jy ! Component: 100 - total flux cleaned = -0.000632434 Jy ! Component: 150 - total flux cleaned = -0.000582454 Jy ! Component: 200 - total flux cleaned = -0.000444123 Jy ! Component: 250 - total flux cleaned = -0.00042192 Jy ! Component: 300 - total flux cleaned = -0.000506924 Jy ! Component: 350 - total flux cleaned = -0.000548297 Jy ! Component: 400 - total flux cleaned = -0.000568529 Jy ! Component: 450 - total flux cleaned = -0.000607669 Jy ! Component: 500 - total flux cleaned = -0.000645432 Jy ! Component: 550 - total flux cleaned = -0.000682587 Jy ! Component: 600 - total flux cleaned = -0.000792338 Jy ! Component: 650 - total flux cleaned = -0.000864152 Jy ! Component: 700 - total flux cleaned = -0.000986837 Jy ! Component: 750 - total flux cleaned = -0.00105547 Jy ! Component: 800 - total flux cleaned = -0.0011398 Jy ! Component: 850 - total flux cleaned = -0.0012061 Jy ! Component: 900 - total flux cleaned = -0.00135195 Jy ! Component: 950 - total flux cleaned = -0.00146361 Jy ! Component: 1000 - total flux cleaned = -0.00154234 Jy ! Component: 1050 - total flux cleaned = -0.00166602 Jy ! Component: 1100 - total flux cleaned = -0.00177252 Jy ! Component: 1150 - total flux cleaned = -0.00184728 Jy ! Component: 1200 - total flux cleaned = -0.00193599 Jy ! Component: 1250 - total flux cleaned = -0.00202315 Jy ! Component: 1300 - total flux cleaned = -0.00210901 Jy ! Component: 1350 - total flux cleaned = -0.00220772 Jy ! Component: 1400 - total flux cleaned = -0.00229121 Jy ! Component: 1450 - total flux cleaned = -0.00234633 Jy ! Component: 1500 - total flux cleaned = -0.00245481 Jy ! Component: 1550 - total flux cleaned = -0.00250833 Jy ! Component: 1600 - total flux cleaned = -0.00258776 Jy ! Component: 1650 - total flux cleaned = -0.00261389 Jy ! Component: 1700 - total flux cleaned = -0.00265284 Jy ! Component: 1750 - total flux cleaned = -0.00267857 Jy ! Component: 1800 - total flux cleaned = -0.00270386 Jy ! Component: 1850 - total flux cleaned = -0.00269137 Jy ! Component: 1900 - total flux cleaned = -0.00269144 Jy ! Component: 1950 - total flux cleaned = -0.00270362 Jy ! Component: 2000 - total flux cleaned = -0.00264239 Jy ! Component: 2050 - total flux cleaned = -0.00264249 Jy ! Component: 2100 - total flux cleaned = -0.00259448 Jy ! Component: 2150 - total flux cleaned = -0.00260646 Jy ! Component: 2200 - total flux cleaned = -0.00259456 Jy ! Component: 2250 - total flux cleaned = -0.00257125 Jy ! Component: 2300 - total flux cleaned = -0.00253641 Jy ! Component: 2350 - total flux cleaned = -0.00252486 Jy ! Component: 2400 - total flux cleaned = -0.00249059 Jy ! Component: 2450 - total flux cleaned = -0.00249057 Jy ! Component: 2500 - total flux cleaned = -0.00249057 Jy ! Component: 2550 - total flux cleaned = -0.00251282 Jy ! Component: 2600 - total flux cleaned = -0.00249062 Jy ! Component: 2650 - total flux cleaned = -0.00246877 Jy ! Component: 2700 - total flux cleaned = -0.00246885 Jy ! Component: 2750 - total flux cleaned = -0.00246891 Jy ! Component: 2800 - total flux cleaned = -0.00246904 Jy ! Component: 2850 - total flux cleaned = -0.00246906 Jy ! Component: 2900 - total flux cleaned = -0.00250059 Jy ! Component: 2950 - total flux cleaned = -0.0024588 Jy ! Component: 3000 - total flux cleaned = -0.0024899 Jy ! Component: 3050 - total flux cleaned = -0.00252089 Jy ! Component: 3100 - total flux cleaned = -0.002521 Jy ! Component: 3150 - total flux cleaned = -0.00258178 Jy ! Component: 3200 - total flux cleaned = -0.00256177 Jy ! Component: 3250 - total flux cleaned = -0.00260173 Jy ! Component: 3300 - total flux cleaned = -0.00264144 Jy ! Component: 3350 - total flux cleaned = -0.00267086 Jy ! Component: 3400 - total flux cleaned = -0.00269028 Jy ! Component: 3450 - total flux cleaned = -0.00268048 Jy ! Component: 3500 - total flux cleaned = -0.00270944 Jy ! Component: 3550 - total flux cleaned = -0.00271901 Jy ! Component: 3600 - total flux cleaned = -0.00275701 Jy ! Component: 3650 - total flux cleaned = -0.00274758 Jy ! Component: 3700 - total flux cleaned = -0.00275703 Jy ! Component: 3750 - total flux cleaned = -0.00276641 Jy ! Component: 3800 - total flux cleaned = -0.00284049 Jy ! Component: 3850 - total flux cleaned = -0.00284049 Jy ! Component: 3900 - total flux cleaned = -0.00284964 Jy ! Component: 3950 - total flux cleaned = -0.00287697 Jy ! Component: 4000 - total flux cleaned = -0.00294926 Jy ! Component: 4050 - total flux cleaned = -0.00300306 Jy ! Total flux subtracted in 4096 components = -0.00302975 Jy ! Clean residual min=-0.000680 max=0.000525 Jy/beam ! Clean residual mean=0.000003 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.155967 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 472 components and 0.155967 Jy ![Exited script file: muppet] wmap "J1917-2110_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.887 x 15.38 at 22.09 degrees (North through East) ! Clean map min=-0.0015273 max=0.11242 Jy/beam ! Writing clean map to FITS file: J1917-2110_S_2014_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.112418 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177587 device "J1917-2110_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1917-2110_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.473914 0.473914 0.947827 1.89565 3.79131 7.58262 15.1652 30.3305 60.6609 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 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.887 x 15.38 at 22.09 degrees (North through East) ! Clean map min=-0.0015273 max=0.11242 Jy/beam quit ! Quitting program ! Log file J1917-2110_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:36:39 2016