! Started logfile: J2135+4710_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:48:08 2016 obs J2135+4710_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2135+4710_S_2014_12_20_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.979964 visibilities/baseline/integration-bin. ! Found source: J2135+4710 ! ! 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 344 lines of history. ! ! Reading 21520 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 J2135+4710_S_2014_12_20_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993878Jy sigma=0.011757 ! Fit after self-cal, rms=0.962523Jy sigma=0.011397 ! 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.312 mas, bmaj=3.981 mas, bpa=-22.6 degrees ! Estimated noise=882.922 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.0284323 Jy ! Component: 100 - total flux cleaned = 0.0368291 Jy ! Total flux subtracted in 100 components = 0.0368291 Jy ! Clean residual min=-0.003116 max=0.004257 Jy/beam ! Clean residual mean=0.000013 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.0368291 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0368291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072785Jy sigma=0.000798 ! Fit after self-cal, rms=0.071744Jy sigma=0.000787 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00628672 Jy ! Component: 100 - total flux cleaned = 0.010495 Jy ! Total flux subtracted in 100 components = 0.010495 Jy ! Clean residual min=-0.002956 max=0.003308 Jy/beam ! Clean residual mean=0.000009 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0473241 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.0473241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070926Jy sigma=0.000777 ! Fit after self-cal, rms=0.070876Jy sigma=0.000777 ! 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.216 mas, bmaj=4.88 mas, bpa=-19.31 degrees ! Estimated noise=414.435 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, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00486209 Jy ! Component: 100 - total flux cleaned = 0.00794953 Jy ! Component: 150 - total flux cleaned = 0.0101767 Jy ! Component: 200 - total flux cleaned = 0.0118254 Jy ! Total flux subtracted in 200 components = 0.0118254 Jy ! Clean residual min=-0.001551 max=0.001870 Jy/beam ! Clean residual mean=0.000004 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0591495 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 56 components and 0.0591495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070457Jy sigma=0.000772 ! Fit after self-cal, rms=0.070398Jy sigma=0.000771 ! 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.10 FD 0.92 HN 0.96 KP 1.03 ! LA 0.93 MK 1.02 NL 0.99 OV 1.01 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.04 KP 1.03 ! LA 0.89 MK 0.99 NL 1.00 OV 1.00 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.12 HN 1.03 KP 0.93 ! LA 0.75 MK 1.07 NL 1.17 OV 0.98 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.05 HN 1.00 KP 0.94 ! LA 0.79 MK 0.95 NL 1.05 OV 0.97 ! PT 0.98 SC 0.93 ! ! ! Fit before self-cal, rms=0.070398Jy sigma=0.000771 ! Fit after self-cal, rms=0.067885Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.232 mas, bmaj=4.891 mas, bpa=-18.21 degrees ! Estimated noise=409.188 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.00108423 Jy ! Component: 100 - total flux cleaned = 0.0012603 Jy ! Component: 150 - total flux cleaned = 0.00138501 Jy ! Component: 200 - total flux cleaned = 0.00142923 Jy ! Total flux subtracted in 200 components = 0.00142923 Jy ! Clean residual min=-0.001345 max=0.001426 Jy/beam ! Clean residual mean=0.000007 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0605787 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.0605787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067858Jy sigma=0.000769 ! Fit after self-cal, rms=0.067794Jy sigma=0.000768 ! 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.067794Jy sigma=0.000768 ! Fit after self-cal, rms=0.066976Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.205 mas, bmaj=4.879 mas, bpa=-20.14 degrees ! Estimated noise=407.299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000838396 Jy ! Component: 100 - total flux cleaned = 0.000883795 Jy ! Component: 150 - total flux cleaned = 0.000944704 Jy ! Component: 200 - total flux cleaned = 0.00101815 Jy ! Total flux subtracted in 200 components = 0.00101815 Jy ! Clean residual min=-0.001131 max=0.001277 Jy/beam ! Clean residual mean=0.000008 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.0615968 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 75 components and 0.0615968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066958Jy sigma=0.000767 ! Fit after self-cal, rms=0.066930Jy 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) ! Added new window around map position (67, -82). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034415 Jy ! Component: 100 - total flux cleaned = 0.000568917 Jy ! Component: 150 - total flux cleaned = 0.000807383 Jy ! Component: 200 - total flux cleaned = 0.000920677 Jy ! Total flux subtracted in 200 components = 0.000920677 Jy ! Clean residual min=-0.001137 max=0.001141 Jy/beam ! Clean residual mean=0.000008 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0625175 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 0.0625175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066900Jy sigma=0.000767 ! Fit after self-cal, rms=0.066892Jy sigma=0.000767 ! 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.066892Jy sigma=0.000767 ! Fit after self-cal, rms=0.066451Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.177 mas, bmaj=4.837 mas, bpa=-20.61 degrees ! Estimated noise=405.352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000509807 Jy ! Component: 100 - total flux cleaned = 0.0007696 Jy ! Component: 150 - total flux cleaned = 0.000815861 Jy ! Component: 200 - total flux cleaned = 0.000875777 Jy ! Total flux subtracted in 200 components = 0.000875777 Jy ! Clean residual min=-0.001120 max=0.001121 Jy/beam ! Clean residual mean=0.000008 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.0633933 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 92 components and 0.0633933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066434Jy sigma=0.000766 ! Fit after self-cal, rms=0.066421Jy sigma=0.000766 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.000214295 Jy ! Component: 100 - total flux cleaned = 0.000299096 Jy ! Component: 150 - total flux cleaned = 0.000280616 Jy ! Component: 200 - total flux cleaned = 0.000281515 Jy ! Total flux subtracted in 200 components = 0.000281515 Jy ! Clean residual min=-0.001158 max=0.001098 Jy/beam ! Clean residual mean=0.000008 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.0636748 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 100 components and 0.0636748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066410Jy sigma=0.000766 ! Fit after self-cal, rms=0.066407Jy sigma=0.000766 ! 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.066407Jy sigma=0.000766 ! Fit after self-cal, rms=0.066155Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.159 mas, bmaj=8.525 mas, bpa=20.2 degrees ! Estimated noise=496.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363458 Jy ! Component: 100 - total flux cleaned = 0.000521535 Jy ! Component: 150 - total flux cleaned = 0.000570785 Jy ! Component: 200 - total flux cleaned = 0.000593275 Jy ! Total flux subtracted in 200 components = 0.000593275 Jy ! Clean residual min=-0.001121 max=0.001129 Jy/beam ! Clean residual mean=0.000018 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0642681 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.0642681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066150Jy sigma=0.000766 ! Fit after self-cal, rms=0.066148Jy sigma=0.000766 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.94081e-05 Jy ! Component: 100 - total flux cleaned = -1.95859e-05 Jy ! Component: 150 - total flux cleaned = -9.19356e-06 Jy ! Component: 200 - total flux cleaned = 9.70975e-06 Jy ! Total flux subtracted in 200 components = 9.70975e-06 Jy ! Clean residual min=-0.001136 max=0.001096 Jy/beam ! Clean residual mean=0.000018 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0642778 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 126 components and 0.0642778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066146Jy sigma=0.000766 ! Fit after self-cal, rms=0.066144Jy sigma=0.000766 ! 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.161 mas, bmaj=4.805 mas, bpa=-20.43 degrees ! Estimated noise=404.242 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.161 x 4.805 at -20.43 degrees (North through East) ! Clean map min=-0.0016004 max=0.035787 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.292 mas, bmaj=3.91 mas, bpa=-21.81 degrees ! Estimated noise=843.055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0277388 Jy ! Component: 100 - total flux cleaned = 0.0381125 Jy ! Component: 150 - total flux cleaned = 0.0450366 Jy ! Component: 200 - total flux cleaned = 0.0499029 Jy ! Total flux subtracted in 200 components = 0.0499029 Jy ! Clean residual min=-0.003106 max=0.003708 Jy/beam ! Clean residual mean=0.000010 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.049903 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.049903 Jy ! Inverting map and beam ! Estimated beam: bmin=4.161 mas, bmaj=4.805 mas, bpa=-20.43 degrees ! Estimated noise=404.242 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.00489023 Jy ! Component: 100 - total flux cleaned = 0.00757721 Jy ! Component: 150 - total flux cleaned = 0.00915765 Jy ! Component: 200 - total flux cleaned = 0.0101206 Jy ! Total flux subtracted in 200 components = 0.0101206 Jy ! Clean residual min=-0.001211 max=0.001252 Jy/beam ! Clean residual mean=0.000009 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0600235 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 43 components and 0.0600235 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.159 mas, bmaj=8.525 mas, bpa=20.2 degrees ! Estimated noise=496.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189483 Jy ! Component: 100 - total flux cleaned = 0.00258597 Jy ! Component: 150 - total flux cleaned = 0.00309774 Jy ! Component: 200 - total flux cleaned = 0.00333965 Jy ! Total flux subtracted in 200 components = 0.00333965 Jy ! Clean residual min=-0.001146 max=0.001129 Jy/beam ! Clean residual mean=0.000019 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0633632 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.000110311 Jy ! Component: 100 - total flux cleaned = 0.000187684 Jy ! Component: 150 - total flux cleaned = 0.000256745 Jy ! Component: 200 - total flux cleaned = 0.000334472 Jy ! Total flux subtracted in 200 components = 0.000334472 Jy ! Clean residual min=-0.001151 max=0.001100 Jy/beam ! Clean residual mean=0.000018 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0636977 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 100 components and 0.0636976 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.161 mas, bmaj=4.805 mas, bpa=-20.43 degrees ! Estimated noise=404.242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.9071e-05 Jy ! Component: 100 - total flux cleaned = 0.000181443 Jy ! Component: 150 - total flux cleaned = 0.000229197 Jy ! Component: 200 - total flux cleaned = 0.000289424 Jy ! Total flux subtracted in 200 components = 0.000289424 Jy ! Clean residual min=-0.001166 max=0.001125 Jy/beam ! Clean residual mean=0.000008 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.0639871 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.0639871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066149Jy sigma=0.000766 ! Fit after self-cal, rms=0.066133Jy sigma=0.000766 wmodel J2135+4710_S_2014_12_20_pus_map.mod ! Writing 114 model components to file: J2135+4710_S_2014_12_20_pus_map.mod wobs J2135+4710_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2135+4710_S_2014_12_20_pus_uvs.fits wwins J2135+4710_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J2135+4710_S_2014_12_20_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 = -1.41012e-06 Jy ! Component: 100 - total flux cleaned = 7.5171e-05 Jy ! Component: 150 - total flux cleaned = 7.53208e-05 Jy ! Component: 200 - total flux cleaned = 5.98911e-06 Jy ! Component: 250 - total flux cleaned = -4.44746e-05 Jy ! Component: 300 - total flux cleaned = -6.10049e-05 Jy ! Component: 350 - total flux cleaned = -6.12035e-05 Jy ! Component: 400 - total flux cleaned = -9.24574e-05 Jy ! Component: 450 - total flux cleaned = -0.000122896 Jy ! Component: 500 - total flux cleaned = -0.00012287 Jy ! Component: 550 - total flux cleaned = -0.000122941 Jy ! Component: 600 - total flux cleaned = -0.000137289 Jy ! Component: 650 - total flux cleaned = -9.44053e-05 Jy ! Component: 700 - total flux cleaned = -0.000136517 Jy ! Component: 750 - total flux cleaned = -9.48477e-05 Jy ! Component: 800 - total flux cleaned = -0.000108382 Jy ! Component: 850 - total flux cleaned = -4.06789e-05 Jy ! Component: 900 - total flux cleaned = -1.04011e-06 Jy ! Component: 950 - total flux cleaned = -7.99002e-05 Jy ! Component: 1000 - total flux cleaned = -6.66117e-05 Jy ! Component: 1050 - total flux cleaned = -2.79398e-05 Jy ! Component: 1100 - total flux cleaned = -1.52131e-05 Jy ! Component: 1150 - total flux cleaned = 2.2302e-05 Jy ! Component: 1200 - total flux cleaned = 5.90573e-05 Jy ! Component: 1250 - total flux cleaned = -2.68203e-05 Jy ! Component: 1300 - total flux cleaned = 2.17186e-05 Jy ! Component: 1350 - total flux cleaned = 9.35234e-05 Jy ! Component: 1400 - total flux cleaned = 0.000105227 Jy ! Component: 1450 - total flux cleaned = 0.00015207 Jy ! Component: 1500 - total flux cleaned = 0.000152137 Jy ! Component: 1550 - total flux cleaned = 0.000163679 Jy ! Component: 1600 - total flux cleaned = 0.00020945 Jy ! Component: 1650 - total flux cleaned = 0.00025454 Jy ! Component: 1700 - total flux cleaned = 0.000243393 Jy ! Component: 1750 - total flux cleaned = 0.000298862 Jy ! Component: 1800 - total flux cleaned = 0.000299037 Jy ! Component: 1850 - total flux cleaned = 0.00033178 Jy ! Component: 1900 - total flux cleaned = 0.000342748 Jy ! Component: 1950 - total flux cleaned = 0.000407001 Jy ! Component: 2000 - total flux cleaned = 0.000428144 Jy ! Component: 2050 - total flux cleaned = 0.000449148 Jy ! Component: 2100 - total flux cleaned = 0.000428288 Jy ! Component: 2150 - total flux cleaned = 0.000480124 Jy ! Component: 2200 - total flux cleaned = 0.000459547 Jy ! Component: 2250 - total flux cleaned = 0.000480093 Jy ! Component: 2300 - total flux cleaned = 0.00049017 Jy ! Component: 2350 - total flux cleaned = 0.000560482 Jy ! Component: 2400 - total flux cleaned = 0.000540465 Jy ! Component: 2450 - total flux cleaned = 0.000530642 Jy ! Component: 2500 - total flux cleaned = 0.000599468 Jy ! Component: 2550 - total flux cleaned = 0.000589716 Jy ! Component: 2600 - total flux cleaned = 0.000609149 Jy ! Component: 2650 - total flux cleaned = 0.000599445 Jy ! Component: 2700 - total flux cleaned = 0.00061869 Jy ! Component: 2750 - total flux cleaned = 0.000647209 Jy ! Component: 2800 - total flux cleaned = 0.000703834 Jy ! Component: 2850 - total flux cleaned = 0.000694414 Jy ! Component: 2900 - total flux cleaned = 0.000731612 Jy ! Component: 2950 - total flux cleaned = 0.000713158 Jy ! Component: 3000 - total flux cleaned = 0.000759191 Jy ! Component: 3050 - total flux cleaned = 0.000777504 Jy ! Component: 3100 - total flux cleaned = 0.000831993 Jy ! Component: 3150 - total flux cleaned = 0.000850007 Jy ! Component: 3200 - total flux cleaned = 0.000849934 Jy ! Component: 3250 - total flux cleaned = 0.000885618 Jy ! Component: 3300 - total flux cleaned = 0.000885606 Jy ! Component: 3350 - total flux cleaned = 0.000903287 Jy ! Component: 3400 - total flux cleaned = 0.00094709 Jy ! Component: 3450 - total flux cleaned = 0.000999325 Jy ! Component: 3500 - total flux cleaned = 0.000973257 Jy ! Component: 3550 - total flux cleaned = 0.00102488 Jy ! Component: 3600 - total flux cleaned = 0.00104193 Jy ! Component: 3650 - total flux cleaned = 0.00105893 Jy ! Component: 3700 - total flux cleaned = 0.00107584 Jy ! Component: 3750 - total flux cleaned = 0.0011011 Jy ! Component: 3800 - total flux cleaned = 0.00111775 Jy ! Component: 3850 - total flux cleaned = 0.001126 Jy ! Component: 3900 - total flux cleaned = 0.00116739 Jy ! Component: 3950 - total flux cleaned = 0.00115918 Jy ! Component: 4000 - total flux cleaned = 0.00120004 Jy ! Component: 4050 - total flux cleaned = 0.00120009 Jy ! Total flux subtracted in 4096 components = 0.00120011 Jy ! Clean residual min=-0.000564 max=0.000476 Jy/beam ! Clean residual mean=0.000003 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.0651872 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 380 components and 0.0651872 Jy ![Exited script file: muppet] wmap "J2135+4710_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.161 x 4.805 at -20.43 degrees (North through East) ! Clean map min=-0.0016863 max=0.035231 Jy/beam ! Writing clean map to FITS file: J2135+4710_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0352305 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145493 device "J2135+4710_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2135+4710_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.23892 1.23892 2.47784 4.95569 9.91138 19.8228 39.6455 79.291 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.035 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.161 x 4.805 at -20.43 degrees (North through East) ! Clean map min=-0.0016863 max=0.035231 Jy/beam quit ! Quitting program ! Log file J2135+4710_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:48:13 2016