! Started logfile: J1952+2526_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:03:21 2016 obs J1952+2526_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1952+2526_S_2014_06_09_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.610494 visibilities/baseline/integration-bin. ! Found source: J1952+2526 ! ! 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 7912 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 J1952+2526_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 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.822383Jy sigma=0.010514 ! Fit after self-cal, rms=0.805632Jy sigma=0.010306 ! 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.233 mas, bmaj=7.597 mas, bpa=9.633 degrees ! Estimated noise=828.436 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.144742 Jy ! Component: 100 - total flux cleaned = 0.190042 Jy ! Total flux subtracted in 100 components = 0.190042 Jy ! Clean residual min=-0.011386 max=0.022306 Jy/beam ! Clean residual mean=-0.000008 rms=0.003767 Jy/beam ! Combined flux in latest and established models = 0.190042 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.190042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088752Jy sigma=0.001107 ! Fit after self-cal, rms=0.088673Jy sigma=0.001106 ! Inverting map ! Added new window around map position (-1.5, -8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0274468 Jy ! Component: 100 - total flux cleaned = 0.0453786 Jy ! Total flux subtracted in 100 components = 0.0453786 Jy ! Clean residual min=-0.007933 max=0.009943 Jy/beam ! Clean residual mean=0.000008 rms=0.002337 Jy/beam ! Combined flux in latest and established models = 0.235421 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 51 components and 0.235421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076735Jy sigma=0.000931 ! Fit after self-cal, rms=0.076652Jy sigma=0.000930 ! 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.891 mas, bmaj=8.441 mas, bpa=8.017 degrees ! Estimated noise=630.941 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.0185932 Jy ! Component: 100 - total flux cleaned = 0.0309257 Jy ! Component: 150 - total flux cleaned = 0.0395055 Jy ! Component: 200 - total flux cleaned = 0.0455501 Jy ! Total flux subtracted in 200 components = 0.0455501 Jy ! Clean residual min=-0.005326 max=0.006526 Jy/beam ! Clean residual mean=0.000037 rms=0.001518 Jy/beam ! Combined flux in latest and established models = 0.280971 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 101 components and 0.280971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071401Jy sigma=0.000852 ! Fit after self-cal, rms=0.071260Jy sigma=0.000849 ! 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.83 HN 0.97 KP 1.05 ! LA 1.13 MK 1.14 NL 0.90 OV 0.94 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.01 KP 0.98 ! LA 1.11 MK 1.17 NL 1.08 OV 1.00 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 0.99 KP 0.92 ! LA 0.89 MK 1.11 NL 1.19 OV 0.92 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.98 KP 0.87 ! LA 0.85 MK 1.16 NL 1.01 OV 0.99 ! PT 0.97 SC 0.97 ! ! ! Fit before self-cal, rms=0.071260Jy sigma=0.000849 ! Fit after self-cal, rms=0.067032Jy sigma=0.000788 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=8.444 mas, bpa=7.868 degrees ! Estimated noise=628.891 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.00341916 Jy ! Component: 100 - total flux cleaned = 0.00403271 Jy ! Component: 150 - total flux cleaned = 0.00440152 Jy ! Component: 200 - total flux cleaned = 0.00461251 Jy ! Total flux subtracted in 200 components = 0.00461251 Jy ! Clean residual min=-0.003489 max=0.003270 Jy/beam ! Clean residual mean=0.000006 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.285583 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 117 components and 0.285583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066820Jy sigma=0.000785 ! Fit after self-cal, rms=0.066818Jy sigma=0.000784 ! 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.066818Jy sigma=0.000784 ! Fit after self-cal, rms=0.065847Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=8.486 mas, bpa=7.802 degrees ! Estimated noise=632.172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00058831 Jy ! Component: 100 - total flux cleaned = 0.000846328 Jy ! Component: 150 - total flux cleaned = 0.001028 Jy ! Component: 200 - total flux cleaned = 0.00112385 Jy ! Total flux subtracted in 200 components = 0.00112385 Jy ! Clean residual min=-0.002227 max=0.002119 Jy/beam ! Clean residual mean=0.000007 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.286707 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 128 components and 0.286707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065795Jy sigma=0.000771 ! Fit after self-cal, rms=0.065789Jy sigma=0.000771 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.000389291 Jy ! Component: 100 - total flux cleaned = 0.000419772 Jy ! Component: 150 - total flux cleaned = 0.000419079 Jy ! Component: 200 - total flux cleaned = 0.000443171 Jy ! Total flux subtracted in 200 components = 0.000443171 Jy ! Clean residual min=-0.002174 max=0.002143 Jy/beam ! Clean residual mean=0.000006 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.28715 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 132 components and 0.28715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065764Jy sigma=0.000770 ! Fit after self-cal, rms=0.065762Jy sigma=0.000770 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065762Jy sigma=0.000770 ! Fit after self-cal, rms=0.065821Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.953 mas, bmaj=8.504 mas, bpa=7.753 degrees ! Estimated noise=633.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000403379 Jy ! Component: 100 - total flux cleaned = 0.000597951 Jy ! Component: 150 - total flux cleaned = 0.000646775 Jy ! Component: 200 - total flux cleaned = 0.00066935 Jy ! Total flux subtracted in 200 components = 0.00066935 Jy ! Clean residual min=-0.002122 max=0.002196 Jy/beam ! Clean residual mean=0.000007 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.28782 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 133 components and 0.28782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065799Jy sigma=0.000770 ! Fit after self-cal, rms=0.065797Jy sigma=0.000770 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200473 Jy ! Component: 100 - total flux cleaned = 0.000201113 Jy ! Component: 150 - total flux cleaned = 0.000201354 Jy ! Component: 200 - total flux cleaned = 0.000238543 Jy ! Total flux subtracted in 200 components = 0.000238543 Jy ! Clean residual min=-0.002076 max=0.002199 Jy/beam ! Clean residual mean=0.000006 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.288058 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 136 components and 0.288058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065783Jy sigma=0.000770 ! Fit after self-cal, rms=0.065783Jy sigma=0.000770 ! 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.065783Jy sigma=0.000770 ! Fit after self-cal, rms=0.065802Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.229 mas, bmaj=12.31 mas, bpa=-9.186 degrees ! Estimated noise=722.236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000236154 Jy ! Component: 100 - total flux cleaned = 0.000255678 Jy ! Component: 150 - total flux cleaned = 0.000299665 Jy ! Component: 200 - total flux cleaned = 0.000338429 Jy ! Total flux subtracted in 200 components = 0.000338429 Jy ! Clean residual min=-0.002188 max=0.002263 Jy/beam ! Clean residual mean=0.000011 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.288397 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 140 components and 0.288397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065795Jy sigma=0.000770 ! Fit after self-cal, rms=0.065793Jy sigma=0.000770 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164228 Jy ! Component: 100 - total flux cleaned = 0.000176867 Jy ! Component: 150 - total flux cleaned = 0.00019745 Jy ! Component: 200 - total flux cleaned = 0.000206804 Jy ! Total flux subtracted in 200 components = 0.000206804 Jy ! Clean residual min=-0.002143 max=0.002272 Jy/beam ! Clean residual mean=0.000010 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.288604 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 146 components and 0.288604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065791Jy sigma=0.000770 ! Fit after self-cal, rms=0.065790Jy sigma=0.000770 ! 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.952 mas, bmaj=8.516 mas, bpa=7.717 degrees ! Estimated noise=633.544 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.952 x 8.516 at 7.717 degrees (North through East) ! Clean map min=-0.001997 max=0.19133 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.29 mas, bmaj=7.628 mas, bpa=9.292 degrees ! Estimated noise=833.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144846 Jy ! Component: 100 - total flux cleaned = 0.189874 Jy ! Component: 150 - total flux cleaned = 0.215961 Jy ! Component: 200 - total flux cleaned = 0.233645 Jy ! Total flux subtracted in 200 components = 0.233645 Jy ! Clean residual min=-0.006357 max=0.010028 Jy/beam ! Clean residual mean=0.000001 rms=0.001886 Jy/beam ! Combined flux in latest and established models = 0.233645 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 56 model components to the UV plane model. ! The established model now contains 56 components and 0.233645 Jy ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=8.516 mas, bpa=7.717 degrees ! Estimated noise=633.544 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.0176217 Jy ! Component: 100 - total flux cleaned = 0.0290725 Jy ! Component: 150 - total flux cleaned = 0.0368823 Jy ! Component: 200 - total flux cleaned = 0.04231 Jy ! Total flux subtracted in 200 components = 0.04231 Jy ! Clean residual min=-0.003209 max=0.003129 Jy/beam ! Clean residual mean=0.000014 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.275955 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 102 components and 0.275955 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.229 mas, bmaj=12.31 mas, bpa=-9.186 degrees ! Estimated noise=722.236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00515191 Jy ! Component: 100 - total flux cleaned = 0.00790387 Jy ! Component: 150 - total flux cleaned = 0.00955303 Jy ! Component: 200 - total flux cleaned = 0.0105744 Jy ! Total flux subtracted in 200 components = 0.0105744 Jy ! Clean residual min=-0.002453 max=0.002192 Jy/beam ! Clean residual mean=0.000013 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.286529 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.000639026 Jy ! Component: 100 - total flux cleaned = 0.000772117 Jy ! Component: 150 - total flux cleaned = 0.000842628 Jy ! Component: 200 - total flux cleaned = 0.000908572 Jy ! Total flux subtracted in 200 components = 0.000908572 Jy ! Clean residual min=-0.002327 max=0.002211 Jy/beam ! Clean residual mean=0.000012 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.287438 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 148 components and 0.287438 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=8.516 mas, bpa=7.717 degrees ! Estimated noise=633.544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280135 Jy ! Component: 100 - total flux cleaned = 0.000494166 Jy ! Component: 150 - total flux cleaned = 0.000737622 Jy ! Component: 200 - total flux cleaned = 0.000900168 Jy ! Total flux subtracted in 200 components = 0.000900168 Jy ! Clean residual min=-0.002178 max=0.002231 Jy/beam ! Clean residual mean=0.000006 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.288338 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 161 components and 0.288338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065805Jy sigma=0.000770 ! Fit after self-cal, rms=0.065796Jy sigma=0.000770 wmodel J1952+2526_S_2014_06_09_pus_map.mod ! Writing 161 model components to file: J1952+2526_S_2014_06_09_pus_map.mod wobs J1952+2526_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1952+2526_S_2014_06_09_pus_uvs.fits wwins J1952+2526_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1952+2526_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.000249506 Jy ! Component: 100 - total flux cleaned = 0.000147337 Jy ! Component: 150 - total flux cleaned = -0.00014075 Jy ! Component: 200 - total flux cleaned = -0.000323982 Jy ! Component: 250 - total flux cleaned = -0.000440578 Jy ! Component: 300 - total flux cleaned = -0.00046989 Jy ! Component: 350 - total flux cleaned = -0.000606243 Jy ! Component: 400 - total flux cleaned = -0.00060583 Jy ! Component: 450 - total flux cleaned = -0.000631337 Jy ! Component: 500 - total flux cleaned = -0.000655632 Jy ! Component: 550 - total flux cleaned = -0.000678846 Jy ! Component: 600 - total flux cleaned = -0.000678696 Jy ! Component: 650 - total flux cleaned = -0.000677872 Jy ! Component: 700 - total flux cleaned = -0.000632748 Jy ! Component: 750 - total flux cleaned = -0.000719074 Jy ! Component: 800 - total flux cleaned = -0.000782881 Jy ! Component: 850 - total flux cleaned = -0.000929066 Jy ! Component: 900 - total flux cleaned = -0.00099047 Jy ! Component: 950 - total flux cleaned = -0.00111077 Jy ! Component: 1000 - total flux cleaned = -0.00118906 Jy ! Component: 1050 - total flux cleaned = -0.00118885 Jy ! Component: 1100 - total flux cleaned = -0.00132246 Jy ! Component: 1150 - total flux cleaned = -0.00137844 Jy ! Component: 1200 - total flux cleaned = -0.00152697 Jy ! Component: 1250 - total flux cleaned = -0.00163686 Jy ! Component: 1300 - total flux cleaned = -0.00172679 Jy ! Component: 1350 - total flux cleaned = -0.00179787 Jy ! Component: 1400 - total flux cleaned = -0.00190311 Jy ! Component: 1450 - total flux cleaned = -0.00197232 Jy ! Component: 1500 - total flux cleaned = -0.00205763 Jy ! Component: 1550 - total flux cleaned = -0.00212462 Jy ! Component: 1600 - total flux cleaned = -0.00215786 Jy ! Component: 1650 - total flux cleaned = -0.00224017 Jy ! Component: 1700 - total flux cleaned = -0.00228891 Jy ! Component: 1750 - total flux cleaned = -0.00233702 Jy ! Component: 1800 - total flux cleaned = -0.00238452 Jy ! Component: 1850 - total flux cleaned = -0.00240031 Jy ! Component: 1900 - total flux cleaned = -0.00252441 Jy ! Component: 1950 - total flux cleaned = -0.00250878 Jy ! Component: 2000 - total flux cleaned = -0.00246303 Jy ! Component: 2050 - total flux cleaned = -0.00247806 Jy ! Component: 2100 - total flux cleaned = -0.00246329 Jy ! Component: 2150 - total flux cleaned = -0.00250769 Jy ! Component: 2200 - total flux cleaned = -0.00258044 Jy ! Component: 2250 - total flux cleaned = -0.00259481 Jy ! Component: 2300 - total flux cleaned = -0.00259468 Jy ! Component: 2350 - total flux cleaned = -0.00258064 Jy ! Component: 2400 - total flux cleaned = -0.00258064 Jy ! Component: 2450 - total flux cleaned = -0.00263588 Jy ! Component: 2500 - total flux cleaned = -0.00262217 Jy ! Component: 2550 - total flux cleaned = -0.00267649 Jy ! Component: 2600 - total flux cleaned = -0.00263591 Jy ! Component: 2650 - total flux cleaned = -0.00263581 Jy ! Component: 2700 - total flux cleaned = -0.0026359 Jy ! Component: 2750 - total flux cleaned = -0.00263599 Jy ! Component: 2800 - total flux cleaned = -0.00266225 Jy ! Component: 2850 - total flux cleaned = -0.00264951 Jy ! Component: 2900 - total flux cleaned = -0.0026624 Jy ! Component: 2950 - total flux cleaned = -0.00271313 Jy ! Component: 3000 - total flux cleaned = -0.00267534 Jy ! Component: 3050 - total flux cleaned = -0.0026752 Jy ! Component: 3100 - total flux cleaned = -0.00265044 Jy ! Component: 3150 - total flux cleaned = -0.00262593 Jy ! Component: 3200 - total flux cleaned = -0.00265033 Jy ! Component: 3250 - total flux cleaned = -0.00263811 Jy ! Component: 3300 - total flux cleaned = -0.00260213 Jy ! Component: 3350 - total flux cleaned = -0.00259024 Jy ! Component: 3400 - total flux cleaned = -0.00255501 Jy ! Component: 3450 - total flux cleaned = -0.0026139 Jy ! Component: 3500 - total flux cleaned = -0.00257874 Jy ! Component: 3550 - total flux cleaned = -0.00257863 Jy ! Component: 3600 - total flux cleaned = -0.00256701 Jy ! Component: 3650 - total flux cleaned = -0.00257857 Jy ! Component: 3700 - total flux cleaned = -0.00257864 Jy ! Component: 3750 - total flux cleaned = -0.00260123 Jy ! Component: 3800 - total flux cleaned = -0.00261245 Jy ! Component: 3850 - total flux cleaned = -0.00263472 Jy ! Component: 3900 - total flux cleaned = -0.00265683 Jy ! Component: 3950 - total flux cleaned = -0.0026239 Jy ! Component: 4000 - total flux cleaned = -0.00268934 Jy ! Component: 4050 - total flux cleaned = -0.00264597 Jy ! Total flux subtracted in 4096 components = -0.00262433 Jy ! Clean residual min=-0.000798 max=0.000712 Jy/beam ! Clean residual mean=0.000000 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.285714 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 434 components and 0.285714 Jy ![Exited script file: muppet] wmap "J1952+2526_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.952 x 8.516 at 7.717 degrees (North through East) ! Clean map min=-0.0011582 max=0.19148 Jy/beam ! Writing clean map to FITS file: J1952+2526_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.191478 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191511 device "J1952+2526_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1952+2526_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.300052 0.300052 0.600105 1.20021 2.40042 4.80084 9.60168 19.2034 38.4067 76.8134 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.191 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.952 x 8.516 at 7.717 degrees (North through East) ! Clean map min=-0.0011582 max=0.19148 Jy/beam quit ! Quitting program ! Log file J1952+2526_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:03:26 2016