! Started logfile: J1015+4926_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:50:55 2016 obs J1015+4926_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1015+4926_S_2014_06_09_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.775068 visibilities/baseline/integration-bin. ! Found source: J1015+4926 ! ! 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 336 lines of history. ! ! Reading 11440 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 J1015+4926_S_2014_06_09_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 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.887230Jy sigma=0.010739 ! Fit after self-cal, rms=0.867770Jy sigma=0.010505 ! 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.087 mas, bmaj=4.144 mas, bpa=-9.274 degrees ! Estimated noise=965.729 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.0969556 Jy ! Component: 100 - total flux cleaned = 0.130932 Jy ! Total flux subtracted in 100 components = 0.130932 Jy ! Clean residual min=-0.007674 max=0.015707 Jy/beam ! Clean residual mean=-0.000014 rms=0.001996 Jy/beam ! Combined flux in latest and established models = 0.130932 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.130932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077836Jy sigma=0.000889 ! Fit after self-cal, rms=0.077758Jy sigma=0.000888 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0179089 Jy ! Component: 100 - total flux cleaned = 0.0274069 Jy ! Total flux subtracted in 100 components = 0.0274069 Jy ! Clean residual min=-0.005802 max=0.007115 Jy/beam ! Clean residual mean=-0.000004 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.158339 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.158339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072425Jy sigma=0.000821 ! Fit after self-cal, rms=0.072406Jy sigma=0.000821 ! 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.787 mas, bmaj=5.042 mas, bpa=-10.5 degrees ! Estimated noise=553.497 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 (-5.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00928574 Jy ! Component: 100 - total flux cleaned = 0.0144066 Jy ! Component: 150 - total flux cleaned = 0.0173493 Jy ! Component: 200 - total flux cleaned = 0.0182776 Jy ! Total flux subtracted in 200 components = 0.0182776 Jy ! Clean residual min=-0.004383 max=0.005097 Jy/beam ! Clean residual mean=0.000009 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.176616 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 49 components and 0.176616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071095Jy sigma=0.000807 ! Fit after self-cal, rms=0.071033Jy sigma=0.000806 ! 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 HN 0.96 KP 1.04 ! LA 1.21 MK 1.06 NL 0.96 OV 0.97 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00 KP 1.01 ! LA 1.14 MK 1.02 NL 1.04 OV 1.01 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 1.00 KP 0.89 ! LA 0.93 MK 1.02 NL 0.99 OV 0.94 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.99 KP 0.90 ! LA 0.90 MK 1.03 NL 1.05 OV 0.98 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.071033Jy sigma=0.000806 ! Fit after self-cal, rms=0.068099Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.806 mas, bmaj=5.049 mas, bpa=-9.89 degrees ! Estimated noise=548.942 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 (-20.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00485563 Jy ! Component: 100 - total flux cleaned = 0.00735157 Jy ! Component: 150 - total flux cleaned = 0.00855147 Jy ! Component: 200 - total flux cleaned = 0.00903845 Jy ! Total flux subtracted in 200 components = 0.00903845 Jy ! Clean residual min=-0.003045 max=0.003688 Jy/beam ! Clean residual mean=0.000003 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.185655 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 76 components and 0.185655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067766Jy sigma=0.000782 ! Fit after self-cal, rms=0.067734Jy sigma=0.000782 ! 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.067734Jy sigma=0.000782 ! Fit after self-cal, rms=0.067760Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.795 mas, bmaj=5.037 mas, bpa=-9.684 degrees ! Estimated noise=547.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161039 Jy ! Component: 100 - total flux cleaned = 0.00201474 Jy ! Component: 150 - total flux cleaned = 0.00228353 Jy ! Component: 200 - total flux cleaned = 0.00252527 Jy ! Total flux subtracted in 200 components = 0.00252527 Jy ! Clean residual min=-0.002784 max=0.003191 Jy/beam ! Clean residual mean=0.000007 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.18818 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 102 components and 0.18818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067707Jy sigma=0.000779 ! Fit after self-cal, rms=0.067710Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000418943 Jy ! Component: 100 - total flux cleaned = 0.000482426 Jy ! Component: 150 - total flux cleaned = 0.000512565 Jy ! Component: 200 - total flux cleaned = 0.000594281 Jy ! Total flux subtracted in 200 components = 0.000594281 Jy ! Clean residual min=-0.002705 max=0.003132 Jy/beam ! Clean residual mean=0.000007 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.188774 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 111 components and 0.188774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067685Jy sigma=0.000779 ! Fit after self-cal, rms=0.067684Jy sigma=0.000779 ! 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.067684Jy sigma=0.000779 ! Fit after self-cal, rms=0.067624Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=5.033 mas, bpa=-9.623 degrees ! Estimated noise=547.496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652304 Jy ! Component: 100 - total flux cleaned = 0.000814047 Jy ! Component: 150 - total flux cleaned = 0.000887361 Jy ! Component: 200 - total flux cleaned = 0.000955334 Jy ! Total flux subtracted in 200 components = 0.000955334 Jy ! Clean residual min=-0.002734 max=0.003036 Jy/beam ! Clean residual mean=0.000007 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.18973 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 122 components and 0.18973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067604Jy sigma=0.000779 ! Fit after self-cal, rms=0.067604Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124887 Jy ! Component: 100 - total flux cleaned = 0.000146881 Jy ! Component: 150 - total flux cleaned = 0.000207705 Jy ! Component: 200 - total flux cleaned = 0.000264203 Jy ! Total flux subtracted in 200 components = 0.000264203 Jy ! Clean residual min=-0.002754 max=0.002999 Jy/beam ! Clean residual mean=0.000007 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.189994 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 127 components and 0.189994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067591Jy sigma=0.000779 ! Fit after self-cal, rms=0.067591Jy sigma=0.000779 ! 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.067591Jy sigma=0.000779 ! Fit after self-cal, rms=0.067555Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.119 mas, bmaj=9.591 mas, bpa=-10.56 degrees ! Estimated noise=677.603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000588088 Jy ! Component: 100 - total flux cleaned = 0.000612852 Jy ! Component: 150 - total flux cleaned = 0.000632126 Jy ! Component: 200 - total flux cleaned = 0.000648275 Jy ! Total flux subtracted in 200 components = 0.000648275 Jy ! Clean residual min=-0.004288 max=0.005048 Jy/beam ! Clean residual mean=0.000013 rms=0.001523 Jy/beam ! Combined flux in latest and established models = 0.190642 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 144 components and 0.190642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067551Jy sigma=0.000779 ! Fit after self-cal, rms=0.067550Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000107811 Jy ! Component: 100 - total flux cleaned = 0.000143105 Jy ! Component: 150 - total flux cleaned = 0.000158568 Jy ! Component: 200 - total flux cleaned = 0.000186306 Jy ! Total flux subtracted in 200 components = 0.000186306 Jy ! Clean residual min=-0.004242 max=0.005033 Jy/beam ! Clean residual mean=0.000013 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.190829 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 158 components and 0.190828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067548Jy sigma=0.000779 ! Fit after self-cal, rms=0.067549Jy sigma=0.000778 ! 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.792 mas, bmaj=5.029 mas, bpa=-9.392 degrees ! Estimated noise=547.48 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.792 x 5.029 at -9.392 degrees (North through East) ! Clean map min=-0.0027663 max=0.13023 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.097 mas, bmaj=4.138 mas, bpa=-8.332 degrees ! Estimated noise=948.419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0951288 Jy ! Component: 100 - total flux cleaned = 0.129152 Jy ! Component: 150 - total flux cleaned = 0.146584 Jy ! Component: 200 - total flux cleaned = 0.156766 Jy ! Total flux subtracted in 200 components = 0.156766 Jy ! Clean residual min=-0.004572 max=0.005285 Jy/beam ! Clean residual mean=-0.000003 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.156766 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.156766 Jy ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=5.029 mas, bpa=-9.392 degrees ! Estimated noise=547.48 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.0098252 Jy ! Component: 100 - total flux cleaned = 0.0161956 Jy ! Component: 150 - total flux cleaned = 0.0207535 Jy ! Component: 200 - total flux cleaned = 0.0241473 Jy ! Total flux subtracted in 200 components = 0.0241473 Jy ! Clean residual min=-0.003076 max=0.002925 Jy/beam ! Clean residual mean=0.000003 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.180913 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 69 components and 0.180913 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.119 mas, bmaj=9.591 mas, bpa=-10.56 degrees ! Estimated noise=677.603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00421063 Jy ! Component: 100 - total flux cleaned = 0.00674154 Jy ! Component: 150 - total flux cleaned = 0.00838016 Jy ! Component: 200 - total flux cleaned = 0.00903681 Jy ! Total flux subtracted in 200 components = 0.00903681 Jy ! Clean residual min=-0.004363 max=0.005063 Jy/beam ! Clean residual mean=0.000012 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.18995 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.00039925 Jy ! Component: 100 - total flux cleaned = 0.000521419 Jy ! Component: 150 - total flux cleaned = 0.000682452 Jy ! Component: 200 - total flux cleaned = 0.000777029 Jy ! Total flux subtracted in 200 components = 0.000777029 Jy ! Clean residual min=-0.004277 max=0.005080 Jy/beam ! Clean residual mean=0.000013 rms=0.001523 Jy/beam ! Combined flux in latest and established models = 0.190727 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 124 components and 0.190727 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=5.029 mas, bpa=-9.392 degrees ! Estimated noise=547.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282624 Jy ! Component: 100 - total flux cleaned = 0.000314128 Jy ! Component: 150 - total flux cleaned = 0.000374472 Jy ! Component: 200 - total flux cleaned = 0.000430483 Jy ! Total flux subtracted in 200 components = 0.000430483 Jy ! Clean residual min=-0.002730 max=0.003136 Jy/beam ! Clean residual mean=0.000006 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.191157 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 143 components and 0.191158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067568Jy sigma=0.000779 ! Fit after self-cal, rms=0.067560Jy sigma=0.000779 wmodel J1015+4926_S_2014_06_09_pus_map.mod ! Writing 143 model components to file: J1015+4926_S_2014_06_09_pus_map.mod wobs J1015+4926_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1015+4926_S_2014_06_09_pus_uvs.fits wwins J1015+4926_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J1015+4926_S_2014_06_09_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.00101007 Jy ! Component: 100 - total flux cleaned = 0.0016135 Jy ! Component: 150 - total flux cleaned = 0.00208375 Jy ! Component: 200 - total flux cleaned = 0.00226381 Jy ! Component: 250 - total flux cleaned = 0.00234974 Jy ! Component: 300 - total flux cleaned = 0.00239116 Jy ! Component: 350 - total flux cleaned = 0.00239302 Jy ! Component: 400 - total flux cleaned = 0.00247051 Jy ! Component: 450 - total flux cleaned = 0.0024325 Jy ! Component: 500 - total flux cleaned = 0.00243117 Jy ! Component: 550 - total flux cleaned = 0.00239507 Jy ! Component: 600 - total flux cleaned = 0.00239439 Jy ! Component: 650 - total flux cleaned = 0.00236044 Jy ! Component: 700 - total flux cleaned = 0.00236016 Jy ! Component: 750 - total flux cleaned = 0.00229735 Jy ! Component: 800 - total flux cleaned = 0.00232825 Jy ! Component: 850 - total flux cleaned = 0.00229803 Jy ! Component: 900 - total flux cleaned = 0.00226804 Jy ! Component: 950 - total flux cleaned = 0.00221 Jy ! Component: 1000 - total flux cleaned = 0.00221052 Jy ! Component: 1050 - total flux cleaned = 0.00218331 Jy ! Component: 1100 - total flux cleaned = 0.00218367 Jy ! Component: 1150 - total flux cleaned = 0.00221044 Jy ! Component: 1200 - total flux cleaned = 0.00218418 Jy ! Component: 1250 - total flux cleaned = 0.00213378 Jy ! Component: 1300 - total flux cleaned = 0.00210927 Jy ! Component: 1350 - total flux cleaned = 0.00206127 Jy ! Component: 1400 - total flux cleaned = 0.00208507 Jy ! Component: 1450 - total flux cleaned = 0.00208458 Jy ! Component: 1500 - total flux cleaned = 0.00206174 Jy ! Component: 1550 - total flux cleaned = 0.00206157 Jy ! Component: 1600 - total flux cleaned = 0.00201755 Jy ! Component: 1650 - total flux cleaned = 0.00201799 Jy ! Component: 1700 - total flux cleaned = 0.0020183 Jy ! Component: 1750 - total flux cleaned = 0.00197699 Jy ! Component: 1800 - total flux cleaned = 0.0020179 Jy ! Component: 1850 - total flux cleaned = 0.00201761 Jy ! Component: 1900 - total flux cleaned = 0.0019389 Jy ! Component: 1950 - total flux cleaned = 0.00201698 Jy ! Component: 2000 - total flux cleaned = 0.00199822 Jy ! Component: 2050 - total flux cleaned = 0.00207388 Jy ! Component: 2100 - total flux cleaned = 0.00212953 Jy ! Component: 2150 - total flux cleaned = 0.00218382 Jy ! Component: 2200 - total flux cleaned = 0.00216574 Jy ! Component: 2250 - total flux cleaned = 0.00225398 Jy ! Component: 2300 - total flux cleaned = 0.00228844 Jy ! Component: 2350 - total flux cleaned = 0.00233965 Jy ! Component: 2400 - total flux cleaned = 0.00245797 Jy ! Component: 2450 - total flux cleaned = 0.00252446 Jy ! Component: 2500 - total flux cleaned = 0.00257379 Jy ! Component: 2550 - total flux cleaned = 0.00262199 Jy ! Component: 2600 - total flux cleaned = 0.0027019 Jy ! Component: 2650 - total flux cleaned = 0.00271777 Jy ! Component: 2700 - total flux cleaned = 0.00281113 Jy ! Component: 2750 - total flux cleaned = 0.00285663 Jy ! Component: 2800 - total flux cleaned = 0.00288667 Jy ! Component: 2850 - total flux cleaned = 0.00290128 Jy ! Component: 2900 - total flux cleaned = 0.00293096 Jy ! Component: 2950 - total flux cleaned = 0.00298935 Jy ! Component: 3000 - total flux cleaned = 0.00298939 Jy ! Component: 3050 - total flux cleaned = 0.00301804 Jy ! Component: 3100 - total flux cleaned = 0.00300403 Jy ! Component: 3150 - total flux cleaned = 0.0031292 Jy ! Component: 3200 - total flux cleaned = 0.00308802 Jy ! Component: 3250 - total flux cleaned = 0.003129 Jy ! Component: 3300 - total flux cleaned = 0.00315611 Jy ! Component: 3350 - total flux cleaned = 0.00322269 Jy ! Component: 3400 - total flux cleaned = 0.0032622 Jy ! Component: 3450 - total flux cleaned = 0.00330133 Jy ! Component: 3500 - total flux cleaned = 0.00332712 Jy ! Component: 3550 - total flux cleaned = 0.0033654 Jy ! Component: 3600 - total flux cleaned = 0.00339057 Jy ! Component: 3650 - total flux cleaned = 0.0033908 Jy ! Component: 3700 - total flux cleaned = 0.00344036 Jy ! Component: 3750 - total flux cleaned = 0.00347699 Jy ! Component: 3800 - total flux cleaned = 0.00348905 Jy ! Component: 3850 - total flux cleaned = 0.00354912 Jy ! Component: 3900 - total flux cleaned = 0.00357282 Jy ! Component: 3950 - total flux cleaned = 0.00359638 Jy ! Component: 4000 - total flux cleaned = 0.0036082 Jy ! Component: 4050 - total flux cleaned = 0.00365436 Jy ! Total flux subtracted in 4096 components = 0.00370008 Jy ! Clean residual min=-0.000833 max=0.000688 Jy/beam ! Clean residual mean=0.000001 rms=0.000216 Jy/beam ! Combined flux in latest and established models = 0.194858 Jy keep ! Adding 341 model components to the UV plane model. ! The established model now contains 484 components and 0.194857 Jy ![Exited script file: muppet] wmap "J1015+4926_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.792 x 5.029 at -9.392 degrees (North through East) ! Clean map min=-0.001495 max=0.1301 Jy/beam ! Writing clean map to FITS file: J1015+4926_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.130099 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000214599 device "J1015+4926_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1015+4926_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.494852 0.494852 0.989705 1.97941 3.95882 7.91764 15.8353 31.6705 63.3411 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 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.792 x 5.029 at -9.392 degrees (North through East) ! Clean map min=-0.001495 max=0.1301 Jy/beam quit ! Quitting program ! Log file J1015+4926_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:51:00 2016