! Started logfile: J1434+1952_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:38:37 2016 obs J1434+1952_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1434+1952_S_2014_12_20_pus_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.806349 visibilities/baseline/integration-bin. ! Found source: J1434+1952 ! ! 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 4064 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 J1434+1952_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.773313Jy sigma=0.008969 ! Fit after self-cal, rms=0.770194Jy sigma=0.008934 ! 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.919 mas, bmaj=6.262 mas, bpa=-3.546 degrees ! Estimated noise=1241.07 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.175268 Jy ! Component: 100 - total flux cleaned = 0.217883 Jy ! Total flux subtracted in 100 components = 0.217883 Jy ! Clean residual min=-0.007418 max=0.017076 Jy/beam ! Clean residual mean=-0.000026 rms=0.002414 Jy/beam ! Combined flux in latest and established models = 0.217883 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.217883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088117Jy sigma=0.000949 ! Fit after self-cal, rms=0.088104Jy sigma=0.000948 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0183101 Jy ! Component: 100 - total flux cleaned = 0.0286134 Jy ! Total flux subtracted in 100 components = 0.0286134 Jy ! Clean residual min=-0.007144 max=0.008859 Jy/beam ! Clean residual mean=-0.000027 rms=0.001853 Jy/beam ! Combined flux in latest and established models = 0.246496 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 41 components and 0.246496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082370Jy sigma=0.000887 ! Fit after self-cal, rms=0.082335Jy sigma=0.000887 ! 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.432 mas, bmaj=7.211 mas, bpa=-3.608 degrees ! Estimated noise=975.147 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 (-4.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132011 Jy ! Component: 100 - total flux cleaned = 0.0212789 Jy ! Component: 150 - total flux cleaned = 0.027088 Jy ! Component: 200 - total flux cleaned = 0.0313716 Jy ! Total flux subtracted in 200 components = 0.0313716 Jy ! Clean residual min=-0.008542 max=0.006709 Jy/beam ! Clean residual mean=-0.000034 rms=0.001830 Jy/beam ! Combined flux in latest and established models = 0.277868 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 95 components and 0.277868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079644Jy sigma=0.000858 ! Fit after self-cal, rms=0.079517Jy sigma=0.000857 ! 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.00 FD 0.87 HN 0.97 KP 1.09 ! LA 0.94 MK 1.00 NL 0.95 OV 0.94 ! PT 1.07 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.03 KP 1.04 ! LA 0.90 MK 1.02 NL 1.06 OV 0.99 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.13 HN 1.05 KP 0.95 ! LA 0.76 MK 1.03 NL 1.27 OV 0.95 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 0.97 KP 0.90 ! LA 0.82 MK 0.98 NL 1.02 OV 1.00 ! PT 1.04 SC 0.99 ! ! ! Fit before self-cal, rms=0.079517Jy sigma=0.000857 ! Fit after self-cal, rms=0.072386Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.455 mas, bmaj=7.286 mas, bpa=-3.579 degrees ! Estimated noise=972.173 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.00150648 Jy ! Component: 100 - total flux cleaned = -0.00188538 Jy ! Component: 150 - total flux cleaned = -0.00210092 Jy ! Component: 200 - total flux cleaned = -0.00233259 Jy ! Total flux subtracted in 200 components = -0.00233259 Jy ! Clean residual min=-0.003975 max=0.004899 Jy/beam ! Clean residual mean=-0.000004 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.275535 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.275535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072273Jy sigma=0.000794 ! Fit after self-cal, rms=0.072250Jy sigma=0.000793 ! 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.072250Jy sigma=0.000793 ! Fit after self-cal, rms=0.071553Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=7.265 mas, bpa=-3.436 degrees ! Estimated noise=971.838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000734301 Jy ! Component: 100 - total flux cleaned = -0.000849208 Jy ! Component: 150 - total flux cleaned = -0.000944499 Jy ! Component: 200 - total flux cleaned = -0.000983269 Jy ! Total flux subtracted in 200 components = -0.000983269 Jy ! Clean residual min=-0.003236 max=0.004121 Jy/beam ! Clean residual mean=-0.000011 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.274552 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 129 components and 0.274552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071457Jy sigma=0.000779 ! Fit after self-cal, rms=0.071457Jy sigma=0.000779 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 (-17.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00361816 Jy ! Component: 100 - total flux cleaned = 0.00496545 Jy ! Component: 150 - total flux cleaned = 0.0051733 Jy ! Component: 200 - total flux cleaned = 0.0052189 Jy ! Total flux subtracted in 200 components = 0.0052189 Jy ! Clean residual min=-0.002982 max=0.003111 Jy/beam ! Clean residual mean=-0.000008 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.279771 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 154 components and 0.279771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071257Jy sigma=0.000777 ! Fit after self-cal, rms=0.071248Jy sigma=0.000777 ! 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.071248Jy sigma=0.000777 ! Fit after self-cal, rms=0.071232Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.449 mas, bmaj=7.263 mas, bpa=-3.434 degrees ! Estimated noise=969.492 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000528621 Jy ! Component: 100 - total flux cleaned = -0.000523701 Jy ! Component: 150 - total flux cleaned = -0.000598065 Jy ! Component: 200 - total flux cleaned = -0.000736844 Jy ! Total flux subtracted in 200 components = -0.000736844 Jy ! Clean residual min=-0.002779 max=0.003024 Jy/beam ! Clean residual mean=-0.000007 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.279034 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 167 components and 0.279034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071177Jy sigma=0.000776 ! Fit after self-cal, rms=0.071177Jy sigma=0.000776 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.000102987 Jy ! Component: 100 - total flux cleaned = -0.000104681 Jy ! Component: 150 - total flux cleaned = -7.47282e-05 Jy ! Component: 200 - total flux cleaned = -4.60681e-05 Jy ! Total flux subtracted in 200 components = -4.60681e-05 Jy ! Clean residual min=-0.002747 max=0.003006 Jy/beam ! Clean residual mean=-0.000007 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.278988 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 180 components and 0.278988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071148Jy sigma=0.000776 ! Fit after self-cal, rms=0.071143Jy sigma=0.000776 ! 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.071143Jy sigma=0.000776 ! Fit after self-cal, rms=0.071137Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.917 mas, bmaj=11.02 mas, bpa=-4.345 degrees ! Estimated noise=1163.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00016231 Jy ! Component: 100 - total flux cleaned = -0.000459311 Jy ! Component: 150 - total flux cleaned = -0.000516136 Jy ! Component: 200 - total flux cleaned = -0.000517208 Jy ! Total flux subtracted in 200 components = -0.000517208 Jy ! Clean residual min=-0.002911 max=0.003007 Jy/beam ! Clean residual mean=-0.000011 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.278471 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 189 components and 0.278471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071122Jy sigma=0.000775 ! Fit after self-cal, rms=0.071120Jy sigma=0.000775 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.000129095 Jy ! Component: 100 - total flux cleaned = -6.04728e-05 Jy ! Component: 150 - total flux cleaned = -3.83221e-05 Jy ! Component: 200 - total flux cleaned = 3.18535e-07 Jy ! Total flux subtracted in 200 components = 3.18535e-07 Jy ! Clean residual min=-0.002879 max=0.002954 Jy/beam ! Clean residual mean=-0.000011 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.278471 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 200 components and 0.278471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071112Jy sigma=0.000775 ! Fit after self-cal, rms=0.071109Jy sigma=0.000775 ! 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.449 mas, bmaj=7.264 mas, bpa=-3.439 degrees ! Estimated noise=968.084 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.449 x 7.264 at -3.439 degrees (North through East) ! Clean map min=-0.0025834 max=0.22513 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.922 mas, bmaj=6.276 mas, bpa=-3.478 degrees ! Estimated noise=1233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.173842 Jy ! Component: 100 - total flux cleaned = 0.217434 Jy ! Component: 150 - total flux cleaned = 0.236643 Jy ! Component: 200 - total flux cleaned = 0.247444 Jy ! Total flux subtracted in 200 components = 0.247444 Jy ! Clean residual min=-0.004512 max=0.005636 Jy/beam ! Clean residual mean=-0.000008 rms=0.001215 Jy/beam ! Combined flux in latest and established models = 0.247443 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.247443 Jy ! Inverting map and beam ! Estimated beam: bmin=3.449 mas, bmaj=7.264 mas, bpa=-3.439 degrees ! Estimated noise=968.084 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.00918237 Jy ! Component: 100 - total flux cleaned = 0.0148602 Jy ! Component: 150 - total flux cleaned = 0.0190214 Jy ! Component: 200 - total flux cleaned = 0.022173 Jy ! Total flux subtracted in 200 components = 0.022173 Jy ! Clean residual min=-0.002967 max=0.003083 Jy/beam ! Clean residual mean=-0.000008 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.269616 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 67 components and 0.269617 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.917 mas, bmaj=11.02 mas, bpa=-4.345 degrees ! Estimated noise=1163.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00358 Jy ! Component: 100 - total flux cleaned = 0.00590471 Jy ! Component: 150 - total flux cleaned = 0.00752397 Jy ! Component: 200 - total flux cleaned = 0.00820411 Jy ! Total flux subtracted in 200 components = 0.00820411 Jy ! Clean residual min=-0.003069 max=0.002825 Jy/beam ! Clean residual mean=-0.000012 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.277821 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.000240234 Jy ! Component: 100 - total flux cleaned = 0.000487257 Jy ! Component: 150 - total flux cleaned = 0.00067374 Jy ! Component: 200 - total flux cleaned = 0.00083942 Jy ! Total flux subtracted in 200 components = 0.00083942 Jy ! Clean residual min=-0.002982 max=0.002787 Jy/beam ! Clean residual mean=-0.000011 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.27866 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 128 components and 0.27866 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.449 mas, bmaj=7.264 mas, bpa=-3.439 degrees ! Estimated noise=968.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.17072e-05 Jy ! Component: 100 - total flux cleaned = -0.000267029 Jy ! Component: 150 - total flux cleaned = -0.000264355 Jy ! Component: 200 - total flux cleaned = -0.000262379 Jy ! Total flux subtracted in 200 components = -0.000262379 Jy ! Clean residual min=-0.002854 max=0.002947 Jy/beam ! Clean residual mean=-0.000006 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.278398 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 146 components and 0.278398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071175Jy sigma=0.000776 ! Fit after self-cal, rms=0.071154Jy sigma=0.000776 wmodel J1434+1952_S_2014_12_20_pus_map.mod ! Writing 146 model components to file: J1434+1952_S_2014_12_20_pus_map.mod wobs J1434+1952_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1434+1952_S_2014_12_20_pus_uvs.fits wwins J1434+1952_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J1434+1952_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 = 0.000713619 Jy ! Component: 100 - total flux cleaned = 0.000667386 Jy ! Component: 150 - total flux cleaned = 0.000526272 Jy ! Component: 200 - total flux cleaned = 0.000389318 Jy ! Component: 250 - total flux cleaned = 0.00012407 Jy ! Component: 300 - total flux cleaned = -4.83183e-05 Jy ! Component: 350 - total flux cleaned = -0.000258376 Jy ! Component: 400 - total flux cleaned = -0.000504054 Jy ! Component: 450 - total flux cleaned = -0.000744549 Jy ! Component: 500 - total flux cleaned = -0.00105655 Jy ! Component: 550 - total flux cleaned = -0.00124781 Jy ! Component: 600 - total flux cleaned = -0.00154759 Jy ! Component: 650 - total flux cleaned = -0.00173119 Jy ! Component: 700 - total flux cleaned = -0.002091 Jy ! Component: 750 - total flux cleaned = -0.00230285 Jy ! Component: 800 - total flux cleaned = -0.00254571 Jy ! Component: 850 - total flux cleaned = -0.0028183 Jy ! Component: 900 - total flux cleaned = -0.00301915 Jy ! Component: 950 - total flux cleaned = -0.00321706 Jy ! Component: 1000 - total flux cleaned = -0.00341177 Jy ! Component: 1050 - total flux cleaned = -0.0035077 Jy ! Component: 1100 - total flux cleaned = -0.00357123 Jy ! Component: 1150 - total flux cleaned = -0.00391374 Jy ! Component: 1200 - total flux cleaned = -0.00406678 Jy ! Component: 1250 - total flux cleaned = -0.00427857 Jy ! Component: 1300 - total flux cleaned = -0.00430935 Jy ! Component: 1350 - total flux cleaned = -0.00463386 Jy ! Component: 1400 - total flux cleaned = -0.00474979 Jy ! Component: 1450 - total flux cleaned = -0.00489347 Jy ! Component: 1500 - total flux cleaned = -0.00506391 Jy ! Component: 1550 - total flux cleaned = -0.00517674 Jy ! Component: 1600 - total flux cleaned = -0.00537105 Jy ! Component: 1650 - total flux cleaned = -0.0053986 Jy ! Component: 1700 - total flux cleaned = -0.00550722 Jy ! Component: 1750 - total flux cleaned = -0.00566809 Jy ! Component: 1800 - total flux cleaned = -0.0056678 Jy ! Component: 1850 - total flux cleaned = -0.00577253 Jy ! Component: 1900 - total flux cleaned = -0.00572049 Jy ! Component: 1950 - total flux cleaned = -0.00590067 Jy ! Component: 2000 - total flux cleaned = -0.00600225 Jy ! Component: 2050 - total flux cleaned = -0.00602726 Jy ! Component: 2100 - total flux cleaned = -0.00605234 Jy ! Component: 2150 - total flux cleaned = -0.00615122 Jy ! Component: 2200 - total flux cleaned = -0.00617565 Jy ! Component: 2250 - total flux cleaned = -0.00615145 Jy ! Component: 2300 - total flux cleaned = -0.00624722 Jy ! Component: 2350 - total flux cleaned = -0.00627096 Jy ! Component: 2400 - total flux cleaned = -0.00631766 Jy ! Component: 2450 - total flux cleaned = -0.00629422 Jy ! Component: 2500 - total flux cleaned = -0.0063403 Jy ! Component: 2550 - total flux cleaned = -0.0063175 Jy ! Component: 2600 - total flux cleaned = -0.00634029 Jy ! Component: 2650 - total flux cleaned = -0.00634066 Jy ! Component: 2700 - total flux cleaned = -0.00645191 Jy ! Component: 2750 - total flux cleaned = -0.00636369 Jy ! Component: 2800 - total flux cleaned = -0.00642931 Jy ! Component: 2850 - total flux cleaned = -0.00640744 Jy ! Component: 2900 - total flux cleaned = -0.00649347 Jy ! Component: 2950 - total flux cleaned = -0.00645071 Jy ! Component: 3000 - total flux cleaned = -0.00657758 Jy ! Component: 3050 - total flux cleaned = -0.00655626 Jy ! Component: 3100 - total flux cleaned = -0.00655618 Jy ! Component: 3150 - total flux cleaned = -0.00663863 Jy ! Component: 3200 - total flux cleaned = -0.0066592 Jy ! Component: 3250 - total flux cleaned = -0.00678098 Jy ! Component: 3300 - total flux cleaned = -0.00680105 Jy ! Component: 3350 - total flux cleaned = -0.00692107 Jy ! Component: 3400 - total flux cleaned = -0.00692112 Jy ! Component: 3450 - total flux cleaned = -0.00699987 Jy ! Component: 3500 - total flux cleaned = -0.00705868 Jy ! Component: 3550 - total flux cleaned = -0.00707833 Jy ! Component: 3600 - total flux cleaned = -0.00715556 Jy ! Component: 3650 - total flux cleaned = -0.00723222 Jy ! Component: 3700 - total flux cleaned = -0.00725109 Jy ! Component: 3750 - total flux cleaned = -0.00723225 Jy ! Component: 3800 - total flux cleaned = -0.00736356 Jy ! Component: 3850 - total flux cleaned = -0.00732626 Jy ! Component: 3900 - total flux cleaned = -0.00745557 Jy ! Component: 3950 - total flux cleaned = -0.00745567 Jy ! Component: 4000 - total flux cleaned = -0.00756513 Jy ! Component: 4050 - total flux cleaned = -0.00758311 Jy ! Total flux subtracted in 4096 components = -0.00763711 Jy ! Clean residual min=-0.001031 max=0.001045 Jy/beam ! Clean residual mean=-0.000002 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.270761 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 443 components and 0.270761 Jy ![Exited script file: muppet] wmap "J1434+1952_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.449 x 7.264 at -3.439 degrees (North through East) ! Clean map min=-0.0020994 max=0.22577 Jy/beam ! Writing clean map to FITS file: J1434+1952_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.225769 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000320361 device "J1434+1952_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1434+1952_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.425693 0.425693 0.851385 1.70277 3.40554 6.81108 13.6222 27.2443 54.4886 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.225 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.449 x 7.264 at -3.439 degrees (North through East) ! Clean map min=-0.0020994 max=0.22577 Jy/beam quit ! Quitting program ! Log file J1434+1952_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:38:42 2016