! Started logfile: J1209-4016_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:26:13 2017 obs J1209-4016_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1209-4016_S_2014_01_04_pus_uva.fits ! AN table 1: 124 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J1209-4016 ! ! 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 370 lines of history. ! ! Reading 10416 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 J1209-4016_S_2014_01_04_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 248 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 248 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 248 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 248 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893172Jy sigma=0.006123 ! Fit after self-cal, rms=0.835174Jy sigma=0.005697 ! 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.246 mas, bmaj=5.711 mas, bpa=-2.731 degrees ! Estimated noise=1568.6 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.118938 Jy ! Component: 100 - total flux cleaned = 0.170381 Jy ! Total flux subtracted in 100 components = 0.170381 Jy ! Clean residual min=-0.013544 max=0.024878 Jy/beam ! Clean residual mean=-0.000264 rms=0.004034 Jy/beam ! Combined flux in latest and established models = 0.170381 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.170381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141777Jy sigma=0.000940 ! Fit after self-cal, rms=0.141577Jy sigma=0.000938 ! Inverting map ! Added new window around map position (-2.5, -3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0292252 Jy ! Component: 100 - total flux cleaned = 0.0475494 Jy ! Total flux subtracted in 100 components = 0.0475494 Jy ! Clean residual min=-0.009906 max=0.015833 Jy/beam ! Clean residual mean=-0.000200 rms=0.002853 Jy/beam ! Combined flux in latest and established models = 0.21793 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.21793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130478Jy sigma=0.000836 ! Fit after self-cal, rms=0.130294Jy sigma=0.000834 ! 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=2.851 mas, bmaj=7.198 mas, bpa=-2.478 degrees ! Estimated noise=1025.63 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.028487 Jy ! Component: 100 - total flux cleaned = 0.0434022 Jy ! Component: 150 - total flux cleaned = 0.0518399 Jy ! Component: 200 - total flux cleaned = 0.0567494 Jy ! Total flux subtracted in 200 components = 0.0567494 Jy ! Clean residual min=-0.007703 max=0.013188 Jy/beam ! Clean residual mean=-0.000256 rms=0.002787 Jy/beam ! Combined flux in latest and established models = 0.27468 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 71 components and 0.27468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125388Jy sigma=0.000781 ! Fit after self-cal, rms=0.125194Jy sigma=0.000779 ! 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.82 KP 1.00* LA 0.98 ! MK 1.08 NL 1.21 OV 0.97 PT 0.98 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 KP 1.00* LA 0.97 ! MK 1.01 NL 1.34 OV 0.99 PT 0.96 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 KP 1.00* LA 0.80 ! MK 1.05 NL 1.29 OV 0.93 PT 0.95 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 KP 1.00* LA 0.86 ! MK 0.92 NL 1.38 OV 1.00 PT 0.98 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.125194Jy sigma=0.000779 ! Fit after self-cal, rms=0.129693Jy sigma=0.000749 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.864 mas, bmaj=7.205 mas, bpa=-2.076 degrees ! Estimated noise=1024.76 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 = -8.99152e-05 Jy ! Component: 100 - total flux cleaned = -0.000473398 Jy ! Component: 150 - total flux cleaned = -0.000471616 Jy ! Component: 200 - total flux cleaned = -0.000554731 Jy ! Total flux subtracted in 200 components = -0.000554731 Jy ! Clean residual min=-0.005326 max=0.005464 Jy/beam ! Clean residual mean=-0.000002 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.274125 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 77 components and 0.274125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129565Jy sigma=0.000748 ! Fit after self-cal, rms=0.129963Jy sigma=0.000747 ! 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.129963Jy sigma=0.000747 ! Fit after self-cal, rms=0.129630Jy sigma=0.000744 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.849 mas, bmaj=7.177 mas, bpa=-2.382 degrees ! Estimated noise=1014.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409314 Jy ! Component: 100 - total flux cleaned = 4.36848e-05 Jy ! Component: 150 - total flux cleaned = -2.13026e-05 Jy ! Component: 200 - total flux cleaned = -8.2317e-05 Jy ! Total flux subtracted in 200 components = -8.2317e-05 Jy ! Clean residual min=-0.004093 max=0.003912 Jy/beam ! Clean residual mean=0.000005 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.274042 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 82 components and 0.274042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129521Jy sigma=0.000744 ! Fit after self-cal, rms=0.129481Jy sigma=0.000743 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.000147649 Jy ! Component: 100 - total flux cleaned = 8.68172e-05 Jy ! Component: 150 - total flux cleaned = 8.80884e-05 Jy ! Component: 200 - total flux cleaned = 3.05747e-05 Jy ! Total flux subtracted in 200 components = 3.05747e-05 Jy ! Clean residual min=-0.003833 max=0.003787 Jy/beam ! Clean residual mean=0.000005 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.274073 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.274073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129407Jy sigma=0.000743 ! Fit after self-cal, rms=0.129377Jy sigma=0.000743 ! 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.129377Jy sigma=0.000743 ! Fit after self-cal, rms=0.128861Jy sigma=0.000743 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.834 mas, bmaj=7.172 mas, bpa=-2.614 degrees ! Estimated noise=1007.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000104326 Jy ! Component: 100 - total flux cleaned = -7.05916e-05 Jy ! Component: 150 - total flux cleaned = -0.000122235 Jy ! Component: 200 - total flux cleaned = -0.00017219 Jy ! Total flux subtracted in 200 components = -0.00017219 Jy ! Clean residual min=-0.003640 max=0.003565 Jy/beam ! Clean residual mean=0.000004 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.273901 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.273901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128793Jy sigma=0.000743 ! Fit after self-cal, rms=0.128774Jy sigma=0.000743 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.49813e-05 Jy ! Component: 100 - total flux cleaned = 7.32812e-05 Jy ! Component: 150 - total flux cleaned = -1.92532e-05 Jy ! Component: 200 - total flux cleaned = -6.49478e-05 Jy ! Total flux subtracted in 200 components = -6.49478e-05 Jy ! Clean residual min=-0.003524 max=0.003432 Jy/beam ! Clean residual mean=0.000004 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.273836 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.273836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128727Jy sigma=0.000742 ! Fit after self-cal, rms=0.128714Jy sigma=0.000742 ! 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.128714Jy sigma=0.000742 ! Fit after self-cal, rms=0.128479Jy sigma=0.000742 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.29 mas, bmaj=23.49 mas, bpa=0.3048 degrees ! Estimated noise=1299.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000554571 Jy ! Component: 100 - total flux cleaned = -0.000574845 Jy ! Component: 150 - total flux cleaned = -0.00061042 Jy ! Component: 200 - total flux cleaned = -0.000643632 Jy ! Total flux subtracted in 200 components = -0.000643632 Jy ! Clean residual min=-0.003115 max=0.002822 Jy/beam ! Clean residual mean=0.000005 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.273192 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 89 components and 0.273192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128466Jy sigma=0.000742 ! Fit after self-cal, rms=0.128459Jy sigma=0.000742 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.92965e-05 Jy ! Component: 100 - total flux cleaned = 1.30149e-05 Jy ! Component: 150 - total flux cleaned = -1.73369e-05 Jy ! Component: 200 - total flux cleaned = -6.06672e-05 Jy ! Total flux subtracted in 200 components = -6.06672e-05 Jy ! Clean residual min=-0.003120 max=0.002828 Jy/beam ! Clean residual mean=0.000004 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.273132 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 90 components and 0.273132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128451Jy sigma=0.000742 ! Fit after self-cal, rms=0.128442Jy sigma=0.000742 ! 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=2.824 mas, bmaj=7.178 mas, bpa=-2.744 degrees ! Estimated noise=1002.4 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.824 x 7.178 at -2.744 degrees (North through East) ! Clean map min=-0.0033059 max=0.1566 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.224 mas, bmaj=5.703 mas, bpa=-2.889 degrees ! Estimated noise=1531.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116859 Jy ! Component: 100 - total flux cleaned = 0.172556 Jy ! Component: 150 - total flux cleaned = 0.204906 Jy ! Component: 200 - total flux cleaned = 0.225482 Jy ! Total flux subtracted in 200 components = 0.225482 Jy ! Clean residual min=-0.007903 max=0.012718 Jy/beam ! Clean residual mean=-0.000087 rms=0.002069 Jy/beam ! Combined flux in latest and established models = 0.225482 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.225482 Jy ! Inverting map and beam ! Estimated beam: bmin=2.824 mas, bmaj=7.178 mas, bpa=-2.744 degrees ! Estimated noise=1002.4 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.0230921 Jy ! Component: 100 - total flux cleaned = 0.0348634 Jy ! Component: 150 - total flux cleaned = 0.0411267 Jy ! Component: 200 - total flux cleaned = 0.044503 Jy ! Total flux subtracted in 200 components = 0.044503 Jy ! Clean residual min=-0.003964 max=0.003530 Jy/beam ! Clean residual mean=-0.000016 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.269985 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 57 components and 0.269985 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.29 mas, bmaj=23.49 mas, bpa=0.3048 degrees ! Estimated noise=1299.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217351 Jy ! Component: 100 - total flux cleaned = 0.00248226 Jy ! Component: 150 - total flux cleaned = 0.00250759 Jy ! Component: 200 - total flux cleaned = 0.00255276 Jy ! Total flux subtracted in 200 components = 0.00255276 Jy ! Clean residual min=-0.003151 max=0.002837 Jy/beam ! Clean residual mean=-0.000003 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.272538 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 = 2.18525e-05 Jy ! Component: 100 - total flux cleaned = 6.16623e-05 Jy ! Component: 150 - total flux cleaned = 8.10665e-05 Jy ! Component: 200 - total flux cleaned = 0.000114278 Jy ! Total flux subtracted in 200 components = 0.000114278 Jy ! Clean residual min=-0.003150 max=0.002841 Jy/beam ! Clean residual mean=-0.000002 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.272652 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 0.272652 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.824 mas, bmaj=7.178 mas, bpa=-2.744 degrees ! Estimated noise=1002.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.21224e-05 Jy ! Component: 100 - total flux cleaned = -6.34321e-05 Jy ! Component: 150 - total flux cleaned = -0.000110016 Jy ! Component: 200 - total flux cleaned = -0.000112284 Jy ! Total flux subtracted in 200 components = -0.000112284 Jy ! Clean residual min=-0.003673 max=0.003368 Jy/beam ! Clean residual mean=-0.000002 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.27254 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.27254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128443Jy sigma=0.000743 ! Fit after self-cal, rms=0.128434Jy sigma=0.000742 wmodel J1209-4016_S_2014_01_04_pus_map.mod ! Writing 78 model components to file: J1209-4016_S_2014_01_04_pus_map.mod wobs J1209-4016_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1209-4016_S_2014_01_04_pus_uvs.fits wwins J1209-4016_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J1209-4016_S_2014_01_04_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.000236878 Jy ! Component: 100 - total flux cleaned = -0.000353415 Jy ! Component: 150 - total flux cleaned = -0.000625239 Jy ! Component: 200 - total flux cleaned = -0.000828326 Jy ! Component: 250 - total flux cleaned = -0.00106907 Jy ! Component: 300 - total flux cleaned = -0.00134571 Jy ! Component: 350 - total flux cleaned = -0.00156706 Jy ! Component: 400 - total flux cleaned = -0.00195128 Jy ! Component: 450 - total flux cleaned = -0.00236426 Jy ! Component: 500 - total flux cleaned = -0.00264547 Jy ! Component: 550 - total flux cleaned = -0.00295877 Jy ! Component: 600 - total flux cleaned = -0.00333906 Jy ! Component: 650 - total flux cleaned = -0.00370875 Jy ! Component: 700 - total flux cleaned = -0.00410367 Jy ! Component: 750 - total flux cleaned = -0.00434802 Jy ! Component: 800 - total flux cleaned = -0.00458592 Jy ! Component: 850 - total flux cleaned = -0.00481861 Jy ! Component: 900 - total flux cleaned = -0.00504588 Jy ! Component: 950 - total flux cleaned = -0.0052684 Jy ! Component: 1000 - total flux cleaned = -0.0055792 Jy ! Component: 1050 - total flux cleaned = -0.00585292 Jy ! Component: 1100 - total flux cleaned = -0.00617972 Jy ! Component: 1150 - total flux cleaned = -0.00635422 Jy ! Component: 1200 - total flux cleaned = -0.0066394 Jy ! Component: 1250 - total flux cleaned = -0.0068064 Jy ! Component: 1300 - total flux cleaned = -0.00697079 Jy ! Component: 1350 - total flux cleaned = -0.0071319 Jy ! Component: 1400 - total flux cleaned = -0.00734279 Jy ! Component: 1450 - total flux cleaned = -0.00744664 Jy ! Component: 1500 - total flux cleaned = -0.00757456 Jy ! Component: 1550 - total flux cleaned = -0.00767506 Jy ! Component: 1600 - total flux cleaned = -0.0077992 Jy ! Component: 1650 - total flux cleaned = -0.00799442 Jy ! Component: 1700 - total flux cleaned = -0.00804267 Jy ! Component: 1750 - total flux cleaned = -0.00820912 Jy ! Component: 1800 - total flux cleaned = -0.00830253 Jy ! Component: 1850 - total flux cleaned = -0.00841796 Jy ! Component: 1900 - total flux cleaned = -0.00855431 Jy ! Component: 1950 - total flux cleaned = -0.00862135 Jy ! Component: 2000 - total flux cleaned = -0.00873197 Jy ! Component: 2050 - total flux cleaned = -0.00879757 Jy ! Component: 2100 - total flux cleaned = -0.00890584 Jy ! Component: 2150 - total flux cleaned = -0.00905582 Jy ! Component: 2200 - total flux cleaned = -0.00918248 Jy ! Component: 2250 - total flux cleaned = -0.00930767 Jy ! Component: 2300 - total flux cleaned = -0.0093694 Jy ! Component: 2350 - total flux cleaned = -0.00951248 Jy ! Component: 2400 - total flux cleaned = -0.00967385 Jy ! Component: 2450 - total flux cleaned = -0.00979347 Jy ! Component: 2500 - total flux cleaned = -0.00993172 Jy ! Component: 2550 - total flux cleaned = -0.010088 Jy ! Component: 2600 - total flux cleaned = -0.0102236 Jy ! Component: 2650 - total flux cleaned = -0.0103576 Jy ! Component: 2700 - total flux cleaned = -0.0104523 Jy ! Component: 2750 - total flux cleaned = -0.0105651 Jy ! Component: 2800 - total flux cleaned = -0.0106952 Jy ! Component: 2850 - total flux cleaned = -0.0107873 Jy ! Component: 2900 - total flux cleaned = -0.0108235 Jy ! Component: 2950 - total flux cleaned = -0.0109138 Jy ! Component: 3000 - total flux cleaned = -0.0109675 Jy ! Component: 3050 - total flux cleaned = -0.011092 Jy ! Component: 3100 - total flux cleaned = -0.0111978 Jy ! Component: 3150 - total flux cleaned = -0.0112678 Jy ! Component: 3200 - total flux cleaned = -0.01132 Jy ! Component: 3250 - total flux cleaned = -0.0114745 Jy ! Component: 3300 - total flux cleaned = -0.0115255 Jy ! Component: 3350 - total flux cleaned = -0.0115762 Jy ! Component: 3400 - total flux cleaned = -0.0116431 Jy ! Component: 3450 - total flux cleaned = -0.0116762 Jy ! Component: 3500 - total flux cleaned = -0.0117753 Jy ! Component: 3550 - total flux cleaned = -0.0117424 Jy ! Component: 3600 - total flux cleaned = -0.0118238 Jy ! Component: 3650 - total flux cleaned = -0.0118237 Jy ! Component: 3700 - total flux cleaned = -0.0118399 Jy ! Component: 3750 - total flux cleaned = -0.0118719 Jy ! Component: 3800 - total flux cleaned = -0.0119194 Jy ! Component: 3850 - total flux cleaned = -0.0118725 Jy ! Component: 3900 - total flux cleaned = -0.0118882 Jy ! Component: 3950 - total flux cleaned = -0.0119038 Jy ! Component: 4000 - total flux cleaned = -0.0119808 Jy ! Component: 4050 - total flux cleaned = -0.0119347 Jy ! Total flux subtracted in 4096 components = -0.0119043 Jy ! Clean residual min=-0.000881 max=0.000763 Jy/beam ! Clean residual mean=-0.000008 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.260635 Jy keep ! Adding 220 model components to the UV plane model. ! The established model now contains 298 components and 0.260635 Jy ![Exited script file: muppet] wmap "J1209-4016_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.824 x 7.178 at -2.744 degrees (North through East) ! Clean map min=-0.0022163 max=0.15645 Jy/beam ! Writing clean map to FITS file: J1209-4016_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156453 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260194 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.498925 0.498925 0.997849 1.9957 3.9914 7.9828 15.9656 31.9312 63.8624 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.156 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.824 x 7.178 at -2.744 degrees (North through East) ! Clean map min=-0.0022163 max=0.15645 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 J1209-4016_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:26:18 2017